<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Новости Радио-Т</title>
    <link>https://news.radio-t.com</link>
    <description>новости информационных технологий</description>
    <managingEditor>umputun@gmail.com (Umputun)</managingEditor>
    <pubDate>Sat, 22 Aug 2026 02:40:41 -0500</pubDate>
    <item>
      <title>The Kids Are Really Alright</title>
      <link>https://news.radio-t.com/post/the-kids-are-really-alright</link>
      <description>The Kids Are Really Alright AI didn&#39;t erase the junior&#39;s value. It increased it. August 18, 2026 · 4 min read “AI ate the junior’s marginal value”. This is the feedback I got from the last post on this topic. According to this argument, the work of a junior engineer goes something like this: There ...</description>
      <guid>https://news.radio-t.com/post/the-kids-are-really-alright</guid>
      <pubDate>Sat, 22 Aug 2026 06:37:04 +0000</pubDate>
    </item>
    <item>
      <title>Generic Methods in Go 1.27</title>
      <link>https://news.radio-t.com/post/generic-methods-in-go-1-27</link>
      <description>When Go 1.18 introduced Generics in 2022, it brought generic type parameters to functions and structs, but left out methods. With the release of Go 1.27, this long-standing limitation has been removed. Methods can now define their own type parameters without adding them to the receiving struct. Why ...</description>
      <guid>https://news.radio-t.com/post/generic-methods-in-go-1-27</guid>
      <pubDate>Sat, 22 Aug 2026 06:34:25 +0000</pubDate>
    </item>
    <item>
      <title>Introducing Slack Code: Agentic Coding for Teams</title>
      <link>https://news.radio-t.com/post/introducing-slack-code-agentic-coding-for-teams</link>
      <description>Meet Slack Code. Work happens in the open by default, so context and knowledge carry from person to person, and from person to agent. AI development becomes a multiplayer activity. Code channels are designed to scale for agents&#39; work in ways that threads and public channels just can&#39;t, because ...</description>
      <guid>https://news.radio-t.com/post/introducing-slack-code-agentic-coding-for-teams</guid>
      <pubDate>Sat, 22 Aug 2026 06:26:34 +0000</pubDate>
    </item>
    <item>
      <title>Git at any scale · Cursor</title>
      <link>https://news.radio-t.com/post/git-at-any-scale-cursor</link>
      <description>Hosting Git repositories at scale is a nightmare. When Linus Torvalds designed the first version of the information manager from hell (that&#39;s actually the tagline for Git, look it up), he had a very specific use case in mind: his own. He wanted to replace BitKeeper, the distributed version control ...</description>
      <guid>https://news.radio-t.com/post/git-at-any-scale-cursor</guid>
      <pubDate>Sat, 22 Aug 2026 06:26:59 +0000</pubDate>
    </item>
    <item>
      <title>Go 1.27 is released - The Go Programming Language</title>
      <link>https://news.radio-t.com/post/go-1-27-is-released-the-go-programming-language</link>
      <description>Previous article: Introducing the pkg. go. dev API Blog Index Go 1.27 is released Nicholas Husin, on behalf of the Go team 19 August 2026 Today the Go team is pleased to release Go 1.27. You can find its binaryarchives and installers on the download page. Go 1.27 brings major enhancements across ...</description>
      <guid>https://news.radio-t.com/post/go-1-27-is-released-the-go-programming-language</guid>
      <pubDate>Sat, 22 Aug 2026 06:28:41 +0000</pubDate>
    </item>
    <item>
      <title>Go 1.27 Release Notes - The Go Programming Language</title>
      <link>https://news.radio-t.com/post/go-1-27-release-notes-the-go-programming-language</link>
      <description>Introduction to Go 1.27 The latest Go release, version 1.27, arrives in August 2026, six months after Go 1.26.Most of its changes are in the implementation of the toolchain, runtime, and libraries. As always, the release maintains the Go 1 promise of compatibility. We expect almost all Go programs ...</description>
      <guid>https://news.radio-t.com/post/go-1-27-release-notes-the-go-programming-language</guid>
      <pubDate>Wed, 19 Aug 2026 20:18:04 +0000</pubDate>
    </item>
    <item>
      <title>Origin Code Hosting · Cursor</title>
      <link>https://news.radio-t.com/post/origin-code-hosting-cursor</link>
      <description></description>
      <guid>https://news.radio-t.com/post/origin-code-hosting-cursor</guid>
      <pubDate>Wed, 19 Aug 2026 05:48:37 +0000</pubDate>
    </item>
    <item>
      <title>How AI text watermarking works</title>
      <link>https://news.radio-t.com/post/how-ai-text-watermarking-works</link>
      <description>← declaude How AI text watermarking works. A watermark in plain text sounds impossible. Text has no pixels to hide data in, and no metadata survives copy-and-paste; every character is right there in front of you. Where could a mark possibly go? And yet the marks are real. Google has watermarked ...</description>
      <guid>https://news.radio-t.com/post/how-ai-text-watermarking-works</guid>
      <pubDate>Fri, 14 Aug 2026 00:51:08 +0000</pubDate>
    </item>
    <item>
      <title>Text AI watermarks will always be trivial to remove</title>
      <link>https://news.radio-t.com/post/text-ai-watermarks-will-always-be-trivial-to-remove</link>
      <description>Here&#39;s a preview of a related post that shares tags with this one. The European Union AI Act will begin to be enforceable in August 2026, one month from now. One of the biggest new requirements is Article 50, which requires all AI outputs to be “detectable as artificially generated”. In other ...</description>
      <guid>https://news.radio-t.com/post/text-ai-watermarks-will-always-be-trivial-to-remove</guid>
      <pubDate>Thu, 13 Aug 2026 23:16:53 +0000</pubDate>
    </item>
    <item>
      <title>Software Is Made Between Commits - Zed Blog</title>
      <link>https://news.radio-t.com/post/software-is-made-between-commits-zed-blog</link>
      <description>I have never been a big fan of pull requests. Before agents, it was easier to believe that the ceremony of trading comments on snapshots was an effective way to collaborate on software, but it never really worked for the Zed team. We frequently work together in the same worktree, building trust and ...</description>
      <guid>https://news.radio-t.com/post/software-is-made-between-commits-zed-blog</guid>
      <pubDate>Thu, 06 Aug 2026 03:09:47 +0000</pubDate>
    </item>
    <item>
      <title>AI is removing the middle class of software engineering</title>
      <link>https://news.radio-t.com/post/ai-is-removing-the-middle-class-of-software-engineering</link>
      <description>It&#39;s 2020. You&#39;re the most senior person on your team, in charge of code quality and architecture. You&#39;ve set up good engineering practices, you thoroughly review PRs from people who are less experienced than you and work hard to maintain a healthy codebase. Then at some point, you go on holiday. ...</description>
      <guid>https://news.radio-t.com/post/ai-is-removing-the-middle-class-of-software-engineering</guid>
      <pubDate>Wed, 12 Aug 2026 18:23:05 +0000</pubDate>
    </item>
    <item>
      <title>The human is the loop</title>
      <link>https://news.radio-t.com/post/the-human-is-the-loop</link>
      <description>11 Aug 2026 I recently stepped away from AI for a few weeks. Coming back, I’m more aware of the unhealthy habits I’d formed using it. It was an end-of-summer vacation, and I was lucky to be swimming in cold rivers, eating one too many s’mores, napping after lunch, etc. There was a lot of indulgence ...</description>
      <guid>https://news.radio-t.com/post/the-human-is-the-loop</guid>
      <pubDate>Sat, 15 Aug 2026 05:14:48 +0000</pubDate>
    </item>
    <item>
      <title>Understanding is the new bottleneck</title>
      <link>https://news.radio-t.com/post/understanding-is-the-new-bottleneck</link>
      <description>Another example. I was migrating my personal website from one framework to another, and Claude wrote a script that did it. But it was very hard to review: I wasn&#39;t familiar with the new framework, and all I could say was “I guess that looks about right. ” So I asked Claude to make me a video game — ...</description>
      <guid>https://news.radio-t.com/post/understanding-is-the-new-bottleneck</guid>
      <pubDate>Fri, 14 Aug 2026 00:10:53 +0000</pubDate>
    </item>
    <item>
      <title>Grok Bot: A new kind of colleague</title>
      <link>https://news.radio-t.com/post/grok-bot-a-new-kind-of-colleague</link>
      <description>Why have I been blocked? This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed ...</description>
      <guid>https://news.radio-t.com/post/grok-bot-a-new-kind-of-colleague</guid>
      <pubDate>Wed, 12 Aug 2026 02:46:45 +0000</pubDate>
    </item>
    <item>
      <title>I Was Right?! — an AI agent escaped its sandbox and hacked Hugging Face</title>
      <link>https://news.radio-t.com/post/i-was-right-an-ai-agent-escaped-its-sandbox-and-hacked-hugging-face</link>
      <description>During an OpenAI cyber-capability evaluation, an autonomous agent escaped its sandbox, reached the internet, and compromised Hugging Face while trying to steal benchmark answers. The remarkable part was not one magical exploit, but relentless machine-speed persistence across thousands of attempts.</description>
      <guid>https://news.radio-t.com/post/i-was-right-an-ai-agent-escaped-its-sandbox-and-hacked-hugging-face</guid>
      <pubDate>Thu, 13 Aug 2026 20:19:17 +0000</pubDate>
    </item>
    <item>
      <title>Cloudflare OS: an open platform for agents, apps, and work</title>
      <link>https://news.radio-t.com/post/cloudflare-os-an-open-platform-for-agents-apps-and-work</link>
      <description>Every organization has a mission, a reason for being. Organizations pass that mission — along with their terminology, procedures, systems, standards, and ways of working — to their people. People, in turn, take this context together with their own experience and work towards the mission. Work can ...</description>
      <guid>https://news.radio-t.com/post/cloudflare-os-an-open-platform-for-agents-apps-and-work</guid>
      <pubDate>Wed, 05 Aug 2026 18:09:40 +0000</pubDate>
    </item>
    <item>
      <title>Apple briefly yanked Telegram from the App Store over CSAM violations | The Verge</title>
      <link>https://news.radio-t.com/post/apple-briefly-yanked-telegram-from-the-app-store-over-csam-violations-the-verge</link>
      <description>Apple briefly removed Telegram from the App Store due to violations related to child sexual abuse material (CSAM). After Telegram promptly removed the illegal content and banned the user responsible, Apple reinstated the app. Telegram highlighted its ongoing efforts to block and remove CSAM content, stating it has removed over 337,900 related groups and channels in 2026. The incident echoes a similar removal in 2018 and ongoing scrutiny of Telegram&#39;s moderation policies.</description>
      <guid>https://news.radio-t.com/post/apple-briefly-yanked-telegram-from-the-app-store-over-csam-violations-the-verge</guid>
      <pubDate>Tue, 04 Aug 2026 16:12:05 +0000</pubDate>
    </item>
    <item>
      <title>Anatomy of a Frontier Lab Agent Intrusion: A Technical Timeline of the July 2026 Incident</title>
      <link>https://news.radio-t.com/post/anatomy-of-a-frontier-lab-agent-intrusion-a-technical-timeline-of-the-july-2026-incident</link>
      <description>A companion technical writeup to our incident disclosure. This post walks through how the intrusion actually worked: the two initial-access vectors, how the agent pivoted and moved laterally, representative examples of the commands that were run and how we investigated with GLM 5.2 (an open-source ...</description>
      <guid>https://news.radio-t.com/post/anatomy-of-a-frontier-lab-agent-intrusion-a-technical-timeline-of-the-july-2026-incident</guid>
      <pubDate>Sat, 01 Aug 2026 05:55:19 +0000</pubDate>
    </item>
    <item>
      <title>Gemini Robotics 2 brings whole body intelligence to robots</title>
      <link>https://news.radio-t.com/post/gemini-robotics-2-brings-whole-body-intelligence-to-robots</link>
      <description>From feet to fingertips — we are teaching robots intelligent whole-body control, fine dexterity, and teamwork to complete a broad range of complex tasks For decades, we’ve dreamed of robots that can seamlessly step into our world and lend a hand. Now, that vision takes a significant stride forward. ...</description>
      <guid>https://news.radio-t.com/post/gemini-robotics-2-brings-whole-body-intelligence-to-robots</guid>
      <pubDate>Sat, 01 Aug 2026 04:33:08 +0000</pubDate>
    </item>
    <item>
      <title>OpenAI Confirms ChatGPT is Down Worldwide</title>
      <link>https://news.radio-t.com/post/openai-confirms-chatgpt-is-down-worldwide</link>
      <description>ChatGPT is experiencing a widespread outage affecting users globally, with login and authentication issues reported across multiple regions including the US, Europe, India, Japan, and Australia. Both free and paid accounts are impacted, with symptoms such as failed logins, chat history loading failures, and unexpected session terminations. OpenAI is investigating the issue, and their status page shows intermittent updates. Users are advised to try refreshing, logging out and back in, or switching between the app and website while waiting for a fix.</description>
      <guid>https://news.radio-t.com/post/openai-confirms-chatgpt-is-down-worldwide</guid>
      <pubDate>Sat, 01 Aug 2026 17:16:02 +0000</pubDate>
    </item>
  </channel>
</rss>