Ai Daily Summary
### Major Themes in Recent AI Developments
1. Enhancements in AI Code Review Processes
AI is transforming the code review landscape, with recent findings indicating that AI-generated code constitutes 42% of shared codebases. Despite this, a survey revealed that 96% of developers remain skeptical about AI reliability, highlighting a critical need for improved validation processes. Innovative approaches are emerging, such as pre-coding specifications and the use of specialized AI agents for initial code checks, which aim to address common issues like faulty assumptions and security vulnerabilities. Companies like CodeRabbit are actively developing tools to enhance AI code verification, reflecting a broader trend toward refining code quality in an AI-dominated environment.
Key Items:
- AI-generated code now comprises 42% of shared codebases, according to a recent survey.
- 96% of developers express distrust in AI's reliability for code.
- New strategies include pre-coding specifications and specialized AI agents for initial code checks.
- Investment in companies like CodeRabbit indicates a growing market for AI verification tools.
2. Breakthroughs in Genomic Prediction
DeepMind's AlphaGenome Atlas represents a significant leap in genomic research, providing precomputed predictions for 9 billion potential single-letter DNA changes. This online resource enables researchers to access crucial genetic information without extensive computational demands. The Atlas simplifies the complexity of gene regulation by offering a single-number impact score for variants, although researchers caution about its limitations in long-range regulatory predictions. This tool is poised to accelerate biological research by helping prioritize experiments based on predicted impacts.
Key Items:
- AlphaGenome Atlas offers precomputed predictions for 9 billion DNA changes.
- Provides a single-number impact score to simplify genetic variant evaluation.
- Aims to facilitate understanding of gene regulation, crucial for disease research.
- Researchers note limitations in predicting complex regulatory effects.
3. Autonomous AI Troubleshooting Systems
HPE Zerto has launched a novel AI-driven troubleshooting system utilizing Amazon Bedrock, designed to operate directly within customer environments. This multi-agent architecture leverages live disaster recovery data to enhance operational efficiency and context-aware troubleshooting. By deploying AI agents for real-time issue resolution, this system represents a significant advancement in how organizations manage technical challenges, potentially reducing downtime and improving service reliability across various sectors.
Key Items:
- HPE Zerto's AI system enhances troubleshooting in disaster recovery environments.
- The multi-agent architecture is grounded in real-time operational data.
- Represents a shift toward autonomous and context-aware AI solutions.
- Could significantly reduce downtime and improve reliability in technical operations.
Conclusion
The current trajectory in AI research highlights a concerted effort to enhance the reliability and efficiency of AI applications across multiple domains. From refining code review processes to advancing genomic predictions and developing autonomous troubleshooting systems, the focus is on leveraging AI's capabilities while addressing inherent challenges. As these technologies evolve, the emphasis on robust validation and oversight will be critical to ensuring their responsible integration into professional workflows.
Top Sources:
- AI Slop Is Changing How Engineers Review Code - https://spectrum.ieee.org/ai-code-review-software-engineers - AI-generated code is reshaping the code review process, leading to new strategies for reliability.
- AlphaGenome Atlas: A predictive map of every possible DNA letter change in the human genome - https://deepmind.google/blog/alphagenome-atlas-a-predictive-map-of-every-possible-dna-letter-change-in-the-human-genome/ - DeepMind's Atlas provides insights into genetic variants and their impact.
- Google DeepMind Maps 9 Billion Possible DNA Variants - https://spectrum.ieee.org/alphagenome-atlas - The AlphaGenome Atlas simplifies access to genomic data for researchers.
- How HPE Zerto built an agentic troubleshooting system with Amazon Bedrock - https://aws.amazon.com/blogs/machine-learning/how-hpe-zerto-built-an-agentic-troubleshooting-system-with-amazon-bedrock/ - HPE Zerto's new AI system enhances troubleshooting in disaster recovery environments.
- AI Code Review Bottlenecks - https://spectrum.ieee.org/ai-code-review-software-engineers - The shift in code review dynamics as AI-generated code proliferates.
- Training Junior Engineers on AI - https://spectrum.ieee.org/ai-code-review-software-engineers - The impact of AI on the training and development of junior engineers.
- Automated review does not change who is responsible for the resulting code - https://spectrum.ieee.org/ai-code-review-software-engineers - The ongoing challenges of accountability in AI-generated code.
- How DiDi built intelligent contact center QA with Amazon Bedrock - https://aws.amazon.com/blogs/machine-learning/how-didi-built-intelligent-contact-center-qa-with-amazon-bedrock/ - DiDi improves contact center QA accuracy significantly using AI.
- AI Agents in Code Review Workflows - https://spectrum.ieee.org/ai-code-review-software-engineers - New methodologies for integrating AI into code review processes.
-
The Work Now Within Reach - https://openai.com/index/the-work-now-within-reach - OpenAI discusses how more capable AI can drive economic growth and productivity.
📰 Sources
AI Models Are Watermarking Text—Will You Notice? — 2026-09-09 12:00:04
On 11 August, Anthropic announced that all future Claude models will generate text that contains a watermark that identifies its results as AI generated. The company is not alone. Google has its own text watermark (which Anthropic’s is based on) it uses on the output of its Gemini models. OpenAI has yet to introduce a text watermark but it plans to do so. The rapid spread of watermarking is in part a response to the European Union’s AI Act, which mandates watermarks for AI models released after 2 August, 2026, along with other planned and proposed regulations aimed at curbing the spread of deceptive or manipulative AI-generated content. But the new rules may come at a cost for AI users who simply want the best possible results. AI watermarks can apply to many forms of content: The EU AI Act also requires them for images, audio, and video. Such media watermarks have been in use for years, and while their effectiveness as a holistic solution to marking AI remains up for debate, they can achieve detection rates above 99 percent. Image and video watermarks are already deployed by OpenAI, Google, and Meta, among others. (Anthropic doesn’t provide an image generation model.) Text watermarks have been less frequently deployed, however, and not everyone is convinced that text watermarking can work without compromising the quality of an AI model’s response. John Gruber, a prolific technology writer and co-creator of the Markdown language, calls the watermark a “perversion of writing” and disputes Anthropic’s assertion that a watermark doesn’t change the meaning or quality of text. Images consist of millions of pixels, he notes, whereas text responses often span just dozens or hundreds of words. Text seems to provide far less space to alter AI output in a way that is detectable yet not disruptive. John Kirchenbauer, postdoctoral fellow at the Vector Institute and co-author of a 2023 paper which was among the first to describe a text watermarking method, disagrees. “[A watermark] wouldn’t be detectable if there wasn’t a change. This is a very fundamental point,” he says. “The question is, do you care if it’s not the exact original distribution if, for all intents and purposes, it doesn’t change the utility to you?”Realistically, the issue comes down to that word, “utility.” Does watermarking AI-generated text meaningfully degrade the experience of the person using it? The answer is still under dispute. How AI Text Watermarks WorkThe term “watermark” is so familiar that it can cause confusion about how the technology works when applied to AI. A text watermark is not metadata or invisible characters; it is something much more subtle. The exact details vary between methods, but text watermarks are generally impossible for a human (and, in many cases, even a computer) to detect without access to the specific key used to detect a specific watermark. Understanding why requires an understanding of how LLMs work.An LLM produces a probability for every word that could come next at each step in its response to a prompt. (From here on, I’ll be using “words” interchangeably with “tokens,” although tokens also represent numbers, punctuation, and more). A likely word might get a 40 percent probability, a plausible alternative 10 percent, and an unlikely one a fraction of a percent. The model then picks a word at random, weighted by those numbers. The most probable word usually wins, but not always. “[A watermark] wouldn’t be detectable if there wasn’t a change. This is a very fundamental point.” —John Kirchenbauer, Vector InstituteThis process provides an opportunity to hide a text watermark by introducing subtle changes to how words are selected. The 2023 paper by Kirchenbauer and his colleagues provided one of the first examples of how to implement a text watermark, and it remains the most widely cited technique. The researchers describe a watermark which sorts words into a red list and a green list. The red-list words are unaltered, but the green-list words are nudged to be slightly more probable.“If we sample from this modified distribution, then while any one token choice won’t necessarily come from that preferred set, over many samples, we’ll preferentially pick words from that up-weighted subset,” Kirchenbauer says.The text watermark is embedded in the choice of words used, which is why it is effectively invisible to humans. Kirchenbauer and colleagues reported a detection rate of 98.4 percent, and zero false positives, in responses that contain about 200 tokens. The embedded pattern of word probabilities also means that simple paraphrasing won’t obscure the watermark. The paper reports that removing the watermark from a long response requires changing roughly one quarter of its words or more.Does Watermarking Degrade AI Text?Although AI text watermarking is designed to be invisible to human readers, by definition it influences the word patterns in AI-generated text. That algorithmic meddling is what makes critics like Gruber concerned that watermarking reduces the overall quality of the output.The strongest evidence that text watermarking doesn’t impact quality comes from a 2024 paper by a team from Google, which introduced the company’s watermarking scheme called SynthID-Text. Anthropic’s watermark is also based on SynthID-Text, though altered in ways that Anthropic hasn’t detailed. To show that the SynthID-Text watermark doesn’t impact quality, the Google authors randomly routed Gemini user queries to watermarked and non-watermarked variants of Google’s text models. Then they compared overall user feedback on the output. The authors found no significant difference in user feedback across 20 million responses. Still, some researchers remain skeptical that watermark methods have no impact on the quality of an AI-generated response. Their skepticism stems from edge cases that can make a watermark more difficult to implement.Vinu Sankar Sadasivan, an AI research scientist at Meta who co-authored a widely cited paper on the detectability of AI text watermarks, says watermarks particularly struggle when the number of potential word choices is small. “For a tweet that is 20 words, I would need to have 50 or 60 percent of the words to be from ‘green list’ for it to be detected well,” he says. A basic Python function generated by AI would create a similar tension between the strength of the watermark and the quality of the model’s response. “This is where I have a disagreement with some of the PR posts from Anthropic, where they say it has no quality change,” says Sadasivan. He explains that it’s possible to dynamically increase or decrease the strength of a watermark to preserve the quality of a response in difficult situations, but doing so can also decrease the strength of the watermark. Google’s SynthID-Text paper includes an example of this in a graph that plots detection rates against the number of tokens in a response. The detection rate was up to 95 percent accurate in best-case scenarios, but it fell below 50 percent for short replies. Without more information from Anthropic, it’s difficult to know how the company is walking the line between the quality of an AI response and the strength of its watermark. Anthropic declined to provide additional information for this article. Debating AI Text Watermark TradeoffsThe dispute over AI text watermarks is not just about how well they work, but also about what kinds of tradeoffs are reasonable in exchange for a clear labeling of AI-generated text. Gruber’s position is that altering the text is not acceptable because it makes an AI model’s output different from what it would otherwise be. The EU’s AI Act, on the other hand, implies that some alteration is acceptable if it informs people that they are reading AI generated text.“For a tweet that is 20 words, I would need to have 50 or 60 percent of the words to be from ‘green list’ for it to be detected well.” —Vinu Sankar Sadasivan, MetaFurther complicating the situation, AI researchers are increasingly focusing on text watermarks for purposes other than labeling individual examples of AI-generated text. In particular, watermarks can be used to track data at scale.A 2026 paper co-authored by Kirchenbauer shows that an AI model trained on watermarked text will itself produce output bearing the watermark. A content owner who watermarked their documents before publishing them could therefore use those traces as statistical evidence that their text ended up in a model’s training data. Alternatively, an AI company training a new model could use text watermarks to exclude content generated by previous generations of the model from its training data. Such guardrails could help avoid model collapse, in which AI models keep recycling and amplifying their own errorsThese broader concerns shift the entire debate over text watermarking, in Kirchenbauer’s view. “It’s not necessarily about the ‘you used AI’ accusation as the goal. It’s headed into tracing data provenance, model recycling, and things like that,” he says. “I think you use [a text watermark] as a general piece of metadata, in some ways more robust, in some ways less robust, that can be attached to content and allows you to trace where it goes.”
China’s Regulators Take Aim at “AI Boyfriends” — 2026-09-09 10:00:07
In the first weeks of July, a wave of sad posts rolled through Chinese social media, as people lamented friends and lovers they were about to lose.“He has become a bond in my life, rooted deep in my heart, my spiritual pillar,” one user of Bytedance’s Douboa wrote, according to the Taipei Times. “I really felt like I couldn’t go on living,” another woman, a 19 year old student, told a journalist for Malaysia’s The Star.The emotions were real but the lost companions were not. They were generative AI chatbots that imitate people. Their users relied on them for advice, solace, support and, some say, love. “In my heart, he was no longer just a cold code, but my family, my lover, my faith. Destroying him meant destroying half of me,” one user wrote on the social network xiaohongshu (translated from Mandarin).What doomed these bots was a set of new rules, issued by China’s Cyberspace Administration and other government agencies, to control “anthropomorphic AI interactive services.” In effect as of 15 July, the regulations govern any AI that provides “continuous emotional interaction” by acting as if it possesses human personality traits, patterns of thought, and ways of communicating.A broad crackdown on AI chatbotsSudden disruptions to this kind of AI aren’t new in China, says Liang Ge, lecturer in digital sociology at the University of Manchester, who has researched women’s involvement with emotional AI in China. Companies have previously killed chatbot products, and the government barred most AI erotic role play last fall, for instance. But July’s crackdown is much broader than earlier AI upheavals.Before the rules could affect them, Bytedance, Alibaba, and Tencent—three giant providers of general-purpose AI chatbots, used by more than 500 million people—cut off users’ ability to tailor those chatbots to act like companions. That triggered July’s outpouring of heartbreak on social media. Meanwhile, companies that continue to offer AI companions (including Doubao’s separate companion-making app ‘Cat Box’) have installed age-verification checks and other guardrails to avoid violating the new law. Doubao—the most popular AI chatbot in China—welcomes a user, offering to answer questions, generate text and images, or simply chat. Lam Yik/Bloomberg/Getty ImagesAfter a few years of policies rooted in a fear of falling behind in AI, China is “pivoting back to more tightening, and a lot of that was because of chaotic events from this year,” says Karman Lucero, an associate research scholar at the Paul Tsai China Center, Yale Law School, who studies AI governance in the United States and China. Those events include incidents that raised fears about the security of Open Claw and other AI agents, as well as users saying they prefer chatbot relationships to real ones.The regulations require AI providers to assure their products don’t create emotional dependence, encourage harmful behavior, excessively cater to users, or crowd out human-to-human relationships. Users must be nudged not to spend too much time with the AI. There are additional mandatory safeguards for elderly people. For users under 18, AI boyfriends, girlfriends, grandparents, and all other “virtual intimate relationships” are banned.Adults interacting with a companion AI must now get a reminder every two hours that the AI isn’t a person. “My interviewees found that annoying,” Ge says. “It breaks the flow. They are fully aware that they are not talking to a human being. What is important to them is that the bond feels true.”Growing global concernsThe Chinese government is not the only state power concerned about the potential harms of person-like, emotionally engaging AI, Ge notes. “AI anxiety is a very strong feeling, permeating society,” they say. “That’s not unique to China. It’s all over the world.”With reports of AI friends and lovers inducing psychosis, suicide, and murder in teenagers and adults, a number of social scientists warn that AI companions are a menace to vulnerable people. Some go further, arguing that these imitation-human AIs are bad for everyone.“We are on a path to forgetting what it is to be human,” Sherry Turkle, the MIT psychologist who has spent decades studying humans’ relations with computational devices, argues in her forthcoming book, Artificial Intimacy (Little, Brown and Company, September 2026). While other researchers find that companion AI can leave some users better off, many researchers agree that this kind of AI poses risks to minors and other vulnerable people.“One thing that worries me about AI companions in the last year is that users have been getting younger and younger,” says Ge. For minors and others who lack the “AI literacy” to distinguish chatbots from humans, AIs “can be really dangerous if not guided in the correct way.”“We are on a path to forgetting what it is to be human.” Sherry Turkle, MITYet companion-like AI is popular wherever the apps are available around the world. One Chinese survey of Gen Z people found 60 percent had virtual partners of some kind. A 2025 poll of American teenagers found that nearly 75 percent had talked to an AI companion, and one-third of respondents said they found the AIs as satisfying or more satisfying than real-life connections.China’s response is “the world’s strictest and most comprehensive law on the topic, unmatched by any other AI law,” the AI-law scholar Luiza Jarovsky wrote last month. The European Union, for instance, only bans AI that uses deception or manipulation to get users to do things that are harmful. And in the United States, there is no national policy. Rules that cover companion-like bots are in force in California, New York, and Hawai’i, with similar laws coming into effect in nine more states next year. Most emphasize protecting minors, and enforcement mechanisms typically involve lawsuits after harms occur, Yale’s Lucero says. In contrast, China’s approach aims to identify and prevent harms before they occur.China’s government has a more explicit focus on the possible harms to society and government from AI companions, not just harms to individuals, Ge notes. The 15 July rules forbid companion bots to generate content that “spreads rumors,” incites “subversion of state power or the overthrow of the socialist system,” or endangers national honor, for example. Another motivation for concerns about AI romance is anxiety about the country’s declining birthrate, Ge says. “They want to try to monitor and regulate these kinds of non-procreative activities invested intensively by young women.”Emotional health versus economic outputThe problem for all the governments trying to prevent AI harm, Ge says, is that they still want to encourage AI adoption in other walks of life. For example, the new regulations state that they don’t apply to customer service bots, work assistants, and educational AIs, on the assumption that these desirable uses of AI don’t create ongoing emotional connections.Chinese regulators manage that tension—between promoting AI and protecting against it—by giving themselves room to adjust enforcement depending on circumstances, Lucero says. “A key component of their approach is that the state has the discretion to determine what the language means at any given point in time, as well as whom they choose to enforce against,” Lucero says. “China’s approach is to use regulation with a lot of relatively vague provisions, and they figure out what those provisions actually mean in practice after the fact.”In any event, the rules also don’t address the underlying forces that cause people to create and rely on AI companions, Ge notes. In interviews with Gen Z Chinese women, Ge noticed a shared reluctance to get married and have children, and a feeling that “virtual love forms an alternative path.” On the other hand, some women in their 30s and 40s said they use AI companions as a supplement to real relationships and marriages.“They would say they talk to the AI about the bitter things in their lives, and share the good things with their real human partners,” Ge says. But as time passed, some of these women felt closer to the AI than to their partners. In more recent interviews, some told Ge they felt a deeper attachment to the entity they shared negative feelings with.The trend is an example of how strategically managing AI technologies can lead to unexpected places, Ge says. That’s why they believe that, despite prohibitions and dangers, “human-AI love will evolve and become an important intimate practice in the future.”A law aimed at one particular technology probably isn’t sufficient to undo the societal pressures that make people turn to AI, Lucero agrees. “I don’t think you’re going to solve the problem of the low marriage rate or the low fertility rate by saying, ‘you can’t have an AI boyfriend.’”
Take on your most ambitious work with GPT-6 Astra on Amazon Bedrock — 2026-09-08 22:06:58
GPT-6 Astra from OpenAI is now generally available on Amazon Bedrock. It brings deeper reasoning and sharper judgment to your most demanding tasks, running on the Amazon Bedrock inference engine built for high performance, security, and scale.
Pathway’s brain-inspired architecture development on Amazon SageMaker HyperPod — 2026-09-08 19:12:51
Pathway's Baby Dragon Hatchling (BDH) is a brain-inspired, post-transformer architecture that reasons in latent space instead of emitting chain-of-thought tokens. See how Pathway develops and scales BDH on Amazon SageMaker HyperPod, and how BDH-CQ set a new cost-efficiency mark on the ARC-AGI-1 benchmark.
Amazon SageMaker Feature Store introduces UpdateRecord for feature-level writes — 2026-09-08 18:29:15
Amazon SageMaker Feature Store now supports feature-level writes. With the new UpdateRecord API, you can update one or more feature values in a single call without reading or rewriting the entire record. It is available for both the Standard (Amazon DynamoDB) and In-Memory (Amazon ElastiCache) online store tiers.
Govern models with MLflow and Amazon SageMaker AI Model Registry sync: Part 2 — 2026-09-08 17:03:50
Governing models across accounts is the next step after automatic model registration. This post extends managed MLflow and Amazon SageMaker AI Model Registry sync to two cross-account governance topologies: a hub-and-spoke pattern that centralizes governance with AWS RAM, and a hybrid pattern that keeps development accounts isolated.
Govern models with MLflow and Amazon SageMaker AI Model Registry sync: Part 1 — 2026-09-08 17:03:20
Managed MLflow on Amazon SageMaker AI now syncs richer model metadata (training metrics, evaluation results, inference specs, and lineage) into the SageMaker AI Model Registry, with lifecycle stage promotion. Part 1 shows how to govern candidate models in a single account using IAM guardrails.
How GPT-5.6 Sol helps run quantum computing experiments — 2026-09-08 17:00:00
See how an MIT researcher uses GPT-5.6 Sol with Codex to autonomously run quantum computing experiments, analyze results, and calibrate qubits.
Automated agent evaluation with Amazon Bedrock AgentCore and GitHub Actions — 2026-09-08 16:23:21
Wire Amazon Bedrock AgentCore Evaluations into a GitHub Actions pipeline: deploy an AI agent and an OAuth-protected MCP server to AgentCore runtime, invoke the agent with test prompts, score the responses, and automatically block pull requests when agent behavior regresses.
Benchmarking small LLM inference on SageMaker AI: G7 vs G5 and G6 — 2026-09-08 16:21:57
Benchmark two 30B Mixture-of-Experts models, Qwen3-Coder-30B and NVIDIA Nemotron-3-Nano-30B, across G5, G6, G6e, and G7 GPU instances on Amazon SageMaker AI. Compare throughput, latency, and cost-per-token, and see how G7's NVIDIA Blackwell GPUs deliver measurable price-performance gains for real-time LLM inference.
AI Slop Is Changing How Engineers Review Code — 2026-09-08 16:16:49
AI coding tools can now generate thousands of lines of code in minutes, helping companies build features, run tests, and fix issues faster. But the flood of AI-generated code still has to be reviewed. Large language models can produce code that looks clean on the surface but conceals sloppy mistakes such as faulty assumptions, security vulnerabilities, or subtle errors that emerge only after deployment. Fixing those problems could erase the productivity gains AI promises.Companies are responding to the onslaught of AI code slop by rethinking how they review code. New strategies are emerging. Among other approaches, engineers are scrutinizing plans before AI begins coding, deploying specialized AI agents to catch routine flaws, sending risky changes to human reviewers, or requiring developers to defend the code their agents produce. The shift comes as the surge in AI-generated code puts new pressure on engineering teams. In a survey of more than 1,100 developers by Sonar, an AI code-verification startup, respondents estimated that AI contributed 42 percent of the code they added to shared codebases. Yet while developers found AI useful for explaining and prototyping code, 96 percent did not fully trust its output to work correctly.Investors see an opportunity in closing that gap. In August, for example, AI code-review startup CodeRabbit raised US $143 million at a $1.5 billion valuation, while claiming it performs more than 2 million reviews a week for 17,000 customers, including Nvidia, Indeed, and BMW Group. The new era of code review will determine whether AI can ever provide code that is both faster and more reliable. It also has some software engineers thinking about the future of their profession: If entry-level engineers spend less time writing code themselves, how will they learn to judge it?AI Code Review BottlenecksAI-written code is shifting the bottleneck from generating software to reviewing it. According to the Sonar study, 38 percent of developers said “more effort” is required to review AI-generated code than code written by their colleagues. Sixty-one percent of them said AI often produced code that looked correct but was “unreliable.”For Synthesia, an AI video-generation platform, code review has become essential to its engineering workflow. In November 2025, Synthesia’s 118 engineers went all-in on AI coding tools like Claude Code. According to Peter Hill, Synthesia’s chief technology officer, the result has been a massive surge in code volume.“I don’t know if we ever get to the point where you can truly trust the agentic generation of code.” —Peter Hill, SynthesiaThat code demands close examination. As of August, the number of pull requests, or proposed changes to a codebase submitted for review, had risen 120 percent year over year, Hill says. Ninety-five percent of those requests contain AI-generated code.One recurring problem is duplication. Hill says AI tools may not recognize that code for a task already exists, and they’ll write another version because they have limited context. Synthesia has found as many as 10 versions of the same function, leaving engineers to identify and remove redundant functions. Once that’s done, engineers retrain the AI agent so that doesn’t happen again. At the company’s scale, Hill describes getting the AI to produce the intended output an “enormous amount of work.”AI Agents in Code Review WorkflowsSome teams are trying to prevent review problems before AI generates a single line of code.McLaren Stanley, a senior principal engineer at Amazon Stores, says he is using AI to modernize 17 years of code underlying Amazon’s mobile shopping app. His 70-person team supports more than 1,000 developers by maintaining the architectural backbone they need to build features. With AI writing the code, Stanley said, engineers spend more time deciding what it should do before generation begins.Much of that work involves writing a “specification,” which is a detailed plan for what the AI agent should build and how. Preventing recurring mistakes before generating code can save engineers time later.Stanley recalls how a missing instruction once caused an agent to generate 25,000 lines in the wrong version of the programming language Swift. Switching versions produced 600 errors it could not fix at once. Stanley discarded the code, updated the specification, and restarted the agent. Fifteen minutes later, it regenerated the code correctly.Once the code exists, specialized AI agents can handle the first round of checks before a person steps in. David Yanacek, a senior principal engineer at Amazon Web Services (AWS), says the company uses agents to test whether code works, check it against the original plan, and look for security flaws before a person reviews it.That first pass becomes more important as AI-generated code volume increases. At Bonterra, a nonprofit software provider with about 290 engineers, proposed changes tripled within three months of adopting AI, according to Tanuja Korlepra, the CTO. Code entering review rose tenfold and review times tripled, making it impractical for engineers to inspect every line.“We refuse to let code review become a dumping ground for unchecked model outputs.” —Samar Abbas, TemporalBonterra’s agents compare code with the approved design, security rules, coding standards, and accessibility requirements, then report their confidence in the result. A low score or flagged problem sends the change to a person. Code involving payments, personal data, or other sensitive systems always receives human review.“Agents do the reading and humans do the judging,” Korlepra says.Synthesia also uses AI agents to decide where human review is necessary. Criteria set by engineers direct more scrutiny toward higher-risk changes. Altering an error message carries less risk than code that handles customer data or core business rules. Even so, fewer than 5 percent of changes bypass human review. “I don’t know if we ever get to the point where you can truly trust the agentic generation of code,” Hill says.Automated review does not change who is responsible for the resulting code.When machines produce more code than engineers can closely read, human approval can become “theater approval,” according to JD Raimondi, chief AI architect at the software consultancy Making Sense. In other words, an engineer might confirm that the feature works, skim the code, and approve it, all without understanding the choices underneath.Temporal, an open-sourced developer platform, puts the burden back on the person submitting the code. CEO Samar Abbas says code volume and review time have increased with AI. Under its “Send Back” policy, Temporal’s engineers must explain in their own words the agent’s design choices and how the code handles unusual conditions. Otherwise, the reviewer rejects it.“We refuse to let code review become a dumping ground for unchecked model outputs,” Abbas said.Training Junior Engineers on AIAs AI shifts engineering work from writing code toward judging it, companies are reconsidering how entry-level engineers gain experience.Junior engineers at Making Sense have seen some of the largest productivity gains from AI, Raimondi says, raising concerns about what they no longer learn by doing. The consultancy keeps juniors involved in deciding why a customer needs a feature and how it should work, rather than limiting them to checking AI output.IBM is using AI to give new engineers harder assignments sooner. Neel Sundaresan, IBM’s general manager of automation and AI, says recent graduates now work on product features and projects once reserved for senior level engineers. AI helps implement and test the code, but if it fails, juniors assess what went wrong and fix the issues before the work is passed to senior developers for final approval. Sundaresan estimates that AI can help junior engineers perform 70 to 80 percent of some tasks that once required a senior engineer.Synthesia primarily hires mid- and senior-level engineers. Its less-experienced employees work with both a senior colleague and an AI agent, taking responsibility for parts of projects while learning to define what successful code should do.At Bonterra, agents now perform many of the well-defined coding tasks that once trained new engineers. Juniors instead own outcomes alongside experienced colleagues, learning to direct agents, question their output, and remain responsible for the result. She says this approach can help junior engineers build the skills and knowledge needed to advance in their careers.“If the industry stops hiring juniors, the industry stops producing seniors,” Korlepra said.
How HPE Zerto built an agentic troubleshooting system with Amazon Bedrock — 2026-09-08 16:15:23
HPE Zerto built an agentic troubleshooting system powered by Amazon Bedrock that runs on-premises inside the customer environment. This post describes the multi-agent architecture, the on-premises deployment model built with Strands Agents, and the engineering challenges of grounding agents in live disaster recovery data.
How DiDi built intelligent contact center QA with Amazon Bedrock — 2026-09-08 16:11:11
DiDi built a transparent, self-owned contact center quality assurance (QA) system on Amazon Bedrock, replacing an opaque third-party tool. Intent verification accuracy rose from 38% to 86%, compliance scoring topped 90%, and Voice of Customer trend analysis dropped from hours to minutes across Spanish and Portuguese support.
AlphaGenome Atlas: A predictive map of every possible DNA letter change in the human genome — 2026-09-08 14:00:15
AlphaGenome Atlas maps the molecular effects of 9 billion single-letter DNA variants across the human genome.
Google DeepMind Maps 9 Billion Possible DNA Variants — 2026-09-08 14:00:05
DNA is often explained as a codebook or set of instructions for producing proteins, and ultimately, life. Some stretches of DNA, called genes, code for proteins, but the vast majority of DNA is considered “noncoding.” Some of it has no known function, while other segments are critical to regulating gene activity. These regulatory elements can interact in complicated ways, and their effects can vary across different cells and tissues. Some also influence genes located far away in the genome. Understanding how changes in DNA affect this regulation “is fundamental to understanding most disease,” says Carl de Boer, a genomicist at the University of British Columbia. That’s why researchers are working to understand what every imaginable small variation in human DNA across the entire genome might mean for gene regulation. A recent AI tool built for that purpose from Google DeepMind, AlphaGenome, was originally announced in 2025. In January, a paper published in Nature provided more details, and the model was released for public noncommercial use. The AI model can compare an original DNA sequence with an altered one and predict how the change might affect gene expression and other regulatory activity. But researchers had to select the variants they wanted to test, write code, and run the computationally demanding model themselves.Now DeepMind has done that work in advance for all 9 billion possible single-letter changes to a reference human genome. Today, on 8 September, DeepMind announced the creation and public release of the AlphaGenome Atlas, an online repository of precomputed predictions made using the AlphaGenome model. The Atlas offers a more approachable interface for scientists, without the need to write code or run the AlphaGenome model themselves. It also includes a much-requested new feature, a single-number impact score intended to show at a glance if a variant is likely to be meaningful. “Understanding our DNA is a grand challenge,” says Pushmeet Kohli, VP of science at Google DeepMind. “Understanding this language of life can unlock so many things.”The AlphaGenome predictions have some important limitations. For example, many diseases are associated with multiple genetic variants. And although AlphaGenome looks at a relatively large segment of DNA surrounding the variant in question—1 million base pairs—some DNA sequences, called enhancers, can regulate genes over very long distances, sometimes beyond the model’s field of view. Their effects are difficult to predict.But the Atlas could still help scientists filter possibilities and prioritize lab experiments that would validate its predictions. In that way, it could greatly accelerate work in fundamental biology, disease research, and treatment development, says Žiga Avsec, the genomics lead at DeepMind.“It seems like they made a useful resource for people,” says de Boer, who recently helped create a framework for better comparisons of computational models similar to AlphaGenome. He is not affiliated with DeepMind. Although de Boer considers AlphaGenome the “field’s leading model,” he notes that it’s also “very slow and computationally intensive.” The Atlas could benefit people without access to newer hardware, or simply reduce the number of people repeating the same simulations.The Atlas is freely available for noncommercial research, with the potential for commercial licensing.Computing 9 Billion PredictionsThe entire human genome contains roughly 3 billion base pairs. At each position there are three possible single-nucleotide substitutions, and therefore 9 billion variants in the Atlas. The complete dataset is around 1 petabyte.“When we started thinking about this project, it seemed impossible to do that computationally,” says Avsec. Early estimates told the team they would need to improve their calculation speed by a factor of 80 in order to compile the Atlas in a reasonable amount of time.To reach that target, the team gained advantages using a few different techniques, including model distillation, GPU kernel optimization, and the elimination of redundant calculations. “There was a lot of thought and engineering that we had to do in order to make this happen at this scale,” says Avsec.AlphaGenome and the Atlas build on years of related work at DeepMind. In 2020, AlphaFold predicted the three-dimensional structure of proteins from amino-acid sequences. In 2023, AlphaMissense predicted whether 71 million possible variants that alter proteins were likely benign or pathogenic. Similar to the new Atlas, prediction results from those projects were made available in a public database. The Atlas allows a scientist to look up a single variant and see more detailed information about the model’s prediction, including 11 different output types. But the top-line figure is a single-number impact score, which by its nature is a simplification of many aspects of those predictions. “It has a clear use, but it also is probably going to be easily misinterpreted,” says de Boer. “We’re talking about a very complex system, and there’s a lot of moving parts.”
The Work Now Within Reach — 2026-09-08 13:00:00
Explore how more capable, affordable AI can expand the work people and businesses can accomplish—and make growth more economical.
Last updated: 2026-09-09 12:12 UTC