agentic coding
An AI development pattern where models act more like autonomous coding agents. The newsletter uses it to describe both NVIDIA Dynamo’s target workload and GPT-5.5/Codex improvements.
Key Highlights
- Agentic coding refers to AI systems that can plan, use tools, inspect code, test, and iterate like semi-autonomous software agents.
- For AI PMs, the concept matters because product quality depends on end-to-end workflow design, not just raw model capability.
- Anthropic’s repeated analysis showed that infrastructure noise can distort agentic coding benchmarks more than model leaderboard gaps.
- Commentary from Simon Willison and Matt Webb stressed that architecture and interfaces still matter even if agents can brute-force code.
- NVIDIA Dynamo signals that agentic coding is now important enough to drive dedicated inference-stack optimization.
Agentic coding
Overview
Agentic coding is an AI development pattern in which models act less like passive autocomplete systems and more like autonomous or semi-autonomous software agents. Instead of only suggesting the next line of code, these systems can interpret specs, inspect codebases, choose tools, run tests, debug failures, and iterate toward a working result. In the newsletter, the term is used both for end-user workflows enabled by tools like Claude Code and Cursor, and for the infrastructure and model improvements designed to support those workflows, including NVIDIA Dynamo and newer Codex/GPT-family coding capabilities.For AI Product Managers, agentic coding matters because it changes both how software gets built and how AI coding products should be evaluated. It creates new opportunities for faster prototyping, codebase exploration, and spec-to-artifact workflows, but it also raises practical issues around architecture quality, benchmark reliability, autonomy levels, permissions, latency, and operational safety. The concept increasingly spans the full stack: models, evals, orchestration, developer tools, and the organizational workflows around shipping software.
Key Developments
- 2026-02-09 — Anthropic highlighted that infrastructure configuration can significantly change agentic coding benchmark results, sometimes by more than the differences between top models.
- 2026-02-16 — Anthropic Engineering further emphasized that infrastructure effects in agentic coding evals can exceed leaderboard gaps; the same day’s newsletter also referenced high-autonomy coding-agent workflows for building and QA-ing an app.
- 2026-02-22 — Anthropic again noted that infrastructure configuration can shift agentic coding benchmark scores by several percentage points, larger than gaps between leading models.
- 2026-02-28 — Continued discussion reinforced that benchmark outcomes for agentic coding are highly sensitive to infrastructure setup and should be controlled carefully.
- 2026-03-06 — Anthropic’s work on infrastructure noise in agentic coding evals was featured prominently, underscoring how measurement quality affects claims about model performance.
- 2026-03-08 — Another mention of Anthropic Engineering’s analysis stressed that infrastructure can materially alter benchmark results, sometimes more than the gap between top models.
- 2026-03-24 — Eleanor Berger and Isaac Plath surfaced a practical question: why agentic coding often fails to produce complete projects for some users, pointing to workflow and expectation gaps.
- 2026-03-29 — Simon Willison, quoting Matt Webb, argued that while agentic coding can brute-force solutions, strong architecture, libraries, and interfaces matter more for maintainable systems.
- 2026-04-04 — Marc Baselga argued that PMs should absolutely use agentic coding tools such as Claude Code and Cursor for prototyping, querying codebases, and turning specs into working artifacts, while noting that direct production push access is a separate governance question.
- 2026-04-26 — NVIDIA AI launched NVIDIA Dynamo, a rebuilt inference stack for agentic coding with KV-aware routing, agent-aware scheduling, multi-tier caching, and unified orchestration, claiming lower latency and up to 7× higher throughput.
Relevance to AI PMs
- Design better product workflows, not just better models. Agentic coding products are judged on whether they can take a user from intent to working software through planning, tool use, debugging, and iteration. PMs should map the full journey: spec input, repo understanding, execution environment, test feedback, and handoff.
- Evaluate with operational rigor. The repeated Anthropic mentions show that benchmark results can be distorted by infrastructure noise. PMs should treat coding-agent evals as system evals, not just model evals, and control for environment setup, tool availability, latency, retries, and cache behavior.
- Set autonomy and permissions deliberately. The Marc Baselga discussion highlights a key product boundary: PMs and other non-engineers may benefit from agentic coding for prototypes and artifacts, but write access, deployment rights, and production actions require stronger governance, review, and policy design.
Related
- Claude Code, Cursor, Codex, and coding-agents — End-user tools and agent experiences that embody agentic coding in practice.
- Anthropic and Claude Opus 4.6 — Connected through discussions of agentic coding evals and model behavior in coding workflows.
- GPT-4 and GPT-5.5 — Relevant as model families associated with improved coding and tool-using behavior, helping push the category toward more autonomous development patterns.
- Evaluation and benchmarking — Core adjacent topics because agentic coding quality depends heavily on how realistic, reproducible, and infrastructure-aware the test setup is.
- NVIDIA Dynamo — Important infrastructure counterpart, built specifically to serve agentic coding workloads efficiently at inference time.
- Droid, OpenClaw, StrongDM, and Lovable — Related examples in the broader ecosystem of coding agents, tool access, and AI-assisted software creation workflows.
- Simon Willison, Matt Webb, Marc Baselga, Eleanor Berger, Isaac Plath, and Paweł Huryn — Commentators and practitioners shaping the discussion around how agentic coding works in the real world, where it fails, and what good usage looks like.
Newsletter Mentions (12)
“NVIDIA AI launched NVIDIA Dynamo, a rebuilt inference stack for agentic coding featuring KV-aware routing, agent-aware scheduling, multi-tier caching and unified orchestration—delivering higher cache hit rates, lower latency and up to 7× more throughput.”
#3 𝕏 NVIDIA AI launched NVIDIA Dynamo, a rebuilt inference stack for agentic coding featuring KV-aware routing, agent-aware scheduling, multi-tier caching and unified orchestration—delivering higher cache hit rates, lower latency and up to 7× more throughput. #4 📝 Ampcode Chronicle Opus 4.7 - Claude Opus 4.7 is now powering Amp's smart mode, improving ability to solve harder problems. However, it is less forgiving of vague prompts and may produce weaker results when prompts lack clarity.
“#12 in Marc Baselga argues PMs should absolutely have agentic coding tools (e.g., Claude Code, Cursor) to prototype, query the codebase, and turn specs into working artifacts—yet granting them direct push access to production remains a far more complex debate.”
GenAI PM Daily April 04, 2026 GenAI PM Daily 🎧 Listen to this brief 3 min listen Today's top 17 insights for PM Builders, ranked by relevance from X, Blogs, and LinkedIn. Claude subscriptions will no longer cover usage on third-party tools like OpenClaw. #12 in Marc Baselga argues PMs should absolutely have agentic coding tools (e.g., Claude Code, Cursor) to prototype, query the codebase, and turn specs into working artifacts—yet granting them direct push access to production remains a far more complex debate.
“#3 📝 Simon Willison An appreciation for (technical) architecture - A quote from Matt Webb arguing that while agentic coding can brute-force solutions, the right approach is to provide great libraries and interfaces so developers can build maintainable, composable systems; architecture matters more than line-by-line coding.”
Today's top 10 insights for PM Builders from X and Blogs. #3 📝 Simon Willison An appreciation for (technical) architecture - A quote from Matt Webb arguing that while agentic coding can brute-force solutions, the right approach is to provide great libraries and interfaces so developers can build maintainable, composable systems; architecture matters more than line-by-line coding. The author reflects that this leads to focusing on architecture rather than reading lines of code while "vibing."
“A featured question about why agentic coding often fails to produce complete projects for some users.”
#19 📝 Eleanor Berger & Isaac Plath Everyone says agentic coding builds whole projects. Why doesn't it work for me? - A featured question about why agentic coding often fails to produce complete projects for some users. The piece invites readers to explore common pitfalls and expectations around agentic workflows.
“#2 📝 Anthropic Engineering Quantifying infrastructure noise in agentic coding evals - Analyzes how infrastructure configuration can materially change agentic coding benchmark results, sometimes by more than the gap between top models.”
#2 📝 Anthropic Engineering Quantifying infrastructure noise in agentic coding evals - Analyzes how infrastructure configuration can materially change agentic coding benchmark results, sometimes by more than the gap between top models. The piece highlights the importance of controlling for infrastructure noise when evaluating agentic systems.
“Anthropic shows that infrastructure configuration can materially change agentic coding benchmark results, sometimes by several percentage points—larger than differences between top models. The piece highlights the importance of accounting for infrastructure noise when evaluating agentic coding systems.”
GenAI PM Daily March 06, 2026 GenAI PM Daily 🎧 Listen to this brief 3 min listen Today's top 25 insights for PM Builders, ranked by relevance from Blogs, X, LinkedIn, and YouTube. OpenAI Introduces GPT-5.4 Model #1 📝 OpenAI News Introducing GPT-5.4 - Announcement of GPT-5.4 as a new product release, highlighting improvements and new capabilities over prior models. The post introduces features and potential applications of GPT-5.4. Also covered by: @There's An AI For That , @Kevin Weil 🇺🇸 #2 𝕏 claire vo 🖤 GPT-5.4 just went live in @chatprd with a 1M-token context window, more human-like dialogue than 5.2/5.3, and chef’s-kiss tool use for deep investigations. She flags it still defaults to bullet points, needs front-end/UX polish, and has latency/stability TBD. Also covered by: @There's An AI For That , @Kevin Weil 🇺🇸 #3 📝 OpenAI News Reasoning models struggle to control their chains of thought, and that’s good - Research post exploring how reasoning models have difficulty controlling their chains of thought and why that characteristic can be beneficial. The article examines implications for model behavior, interpretability, and design of reasoning systems. #4 📝 Anthropic Engineering Quantifying infrastructure noise in agentic coding evals - Anthropic shows that infrastructure configuration can materially change agentic coding benchmark results, sometimes by several percentage points—larger than differences between top models. The piece highlights the importance of accounting for infrastructure noise when evaluating agentic coding systems.
“Anthropic describes how infrastructure configuration can materially affect agentic coding benchmark results, sometimes shifting scores by several percentage points — larger than gaps between leading models.”
#6 📝 Anthropic Engineering Quantifying infrastructure noise in agentic coding evals - Anthropic describes how infrastructure configuration can materially affect agentic coding benchmark results, sometimes shifting scores by several percentage points — larger than gaps between leading models. The piece highlights the importance of controlling and quantifying infrastructure noise when evaluating agentic systems.
“#5 📝 Anthropic Engineering Quantifying infrastructure noise in agentic coding evals - Anthropic shows that infrastructure configuration can materially change agentic coding benchmark results, sometimes shifting scores by several percentage points—more than the gap between top models.”
#5 📝 Anthropic Engineering Quantifying infrastructure noise in agentic coding evals - Anthropic shows that infrastructure configuration can materially change agentic coding benchmark results, sometimes shifting scores by several percentage points—more than the gap between top models.
“Anthropic Engineering Quantifying infrastructure noise in agentic coding evals - An analysis showing that infrastructure configuration can materially change agentic coding benchmark results; differences from infrastructure can exceed leaderboard gaps between top models.”
#5 📝 Anthropic Engineering Quantifying infrastructure noise in agentic coding evals - An analysis showing that infrastructure configuration can materially change agentic coding benchmark results; differences from infrastructure can exceed leaderboard gaps between top models. #3 ▶️ Full Tutorial: The Most Underrated AI Agent for Coding and Product Work | Eno Reyes (Factory) Peter Yang Uses Factory’s Droid agent via the Ghosty CLI in high-autonomy spec mode with Opus 4.5 for planning and GPT-5.2 for execution to build and QA a React-based speed-reading web app using Chrome DevTools for automated screenshots, linting and type-checking.
“Anthropic shows that infrastructure configuration can significantly change agentic coding benchmark results, sometimes by more than the differences between top models.”
#3 📝 Anthropic Engineering Quantifying infrastructure noise in agentic coding evals - Anthropic shows that infrastructure configuration can significantly change agentic coding benchmark results, sometimes by more than the differences between top models. The article highlights the importance of controlling infrastructure factors when evaluating agentic systems.
Related
Anthropic’s coding product/blog referenced in a customer story about Cognition’s use of Claude Fable 5. For AI PMs, it highlights enterprise coding adoption narratives.
Anthropic is the company behind Claude and Claude Code. The newsletter covers its new Reflection dashboard and an enterprise deployment of Claude in industrial workflows.
A code editor and AI agent workspace that introduced Side Chats and cloud agent hooks in this newsletter. For AI PMs, it shows how copilots are evolving into persistent, context-aware agent threads.
A developer and AI commentator quoted here in relation to OpenAI’s clarification of ChatGPT Work behavior. He is relevant as an interpreter and critic of product messaging.
A ChatGPT-related coding/product mode discussed as a voice-and-tone setting rather than a separate product. For PMs, it highlights how users mentally bucket product experiences.
An AI assistant or agent instance used in a public prompt-injection challenge and later in startup support automation. It is relevant to AI PMs as an example of both security testing and customer support automation.
An OpenAI model used in the background by GPT-Live for deeper searches or reasoning. It is also mentioned as part of a multimodel harness workflow.
Marc Baselga is cited for highlighting Fiona Fung's latent-demand insight. He appears as a commentator surfacing product lessons from Claude Code and Cowork usage.
A Claude model version referenced as part of a prompt-comparison analysis. It serves as one endpoint for examining changes in Anthropic’s system prompt evolution.
An AI/PM writer or contributor credited alongside Eleanor Berger for a post about lead time to value in AI-assisted coding. The post focuses on metrics for agentic systems.
An AI/PM writer or contributor credited in a post about lead time to value for AI-assisted coding. Mentioned as part of the authorship of the newsletter item.
Product management writer known for tactical PM advice. Here he warns that coding agents need security and performance audits.
A no-code AI app builder referenced here as the platform used to build a production-grade SaaS product. For PMs, it illustrates how agentic coding is changing build-vs-buy and software creation economics.
Agents that perform coding tasks and can increasingly orchestrate adjacent workflows like design. The newsletter uses them as the execution layer for Design.md scripts.
Stay updated on agentic coding
Get curated AI PM insights delivered daily — covering this and 1,000+ other sources.
Subscribe Free