AI-Assisted Software Development

148 of 440 findings
Research · AI-Assisted Software Development

Every finding this slice selected, newest first. Filter by topic, open any card's source, share any page: the URL is the state.

The lead

Sep 2, 2026

AI-Assisted Software DevelopmentAnthropicmajorSep 1, 2026

Anthropic released Claude Fable 5.1, priced about 25% below Fable 5 for typical work

Anthropic released Fable 5.1 and Mythos 5.1 on September 1 — the same underlying model behind two different safeguard settings, with Fable generally available and Mythos limited to trusted-access programs.

What it means for your work

The change that shows up on a bill is the cache-read price, which is where long agentic runs spend; Devin's team said it is what finally made a Fable-class model economical for their code review.

✓ verified · anthropic.com · added todayRead it at anthropic.com

What today means

Our read on the items that move something. The reporting is everyone's; this part is ours.

  1. If your merge rule counts approvals, this is the first setting under which a machine can satisfy it — worth deciding on purpose rather than finding out during a release.GitHub Copilot can now approve a pull request, if an admin switches it onThe AI-Assisted Software Development beat · GitHub

  2. The last mile of a pull request — rerunning checks, clearing conflicts, answering review notes — is the part that actually eats an afternoon.VS Code 1.136 adds an agent that works a pull request until it is ready to mergeThe AI-Assisted Software Development beat · Visual Studio Code

  3. Third Flash release in six weeks at the same rate card — the cheap tier is where most production traffic actually runs, and working harder per task is a cost change even when the price is not.Google's Gemini 3.8 Flash holds the old price and adds a cybersecurity-only siblingThe AI-Assisted Software Development beat · Google DeepMind

Share this listXLinkedInEmail

All coverage

Everything Intel has read, newest first. Each title opens at its original publisher.

  1. Dev Tooling & Infra

    VS Code 1.136 adds an agent that works a pull request until it is ready to merge

    The last mile of a pull request — rerunning checks, clearing conflicts, answering review notes — is the part that actually eats an afternoon.

    Visual Studio Code2026-09-02
  2. Open Source & Self-Hostable✓ verified

    NVIDIA opened a proxy that lets one application speak both the OpenAI and Anthropic APIs

    Changing model or provider is normally an application rewrite; a translating proxy turns it into a routing rule you can measure both sides of.

    NVIDIA2026-09-02
  3. Frontier Models✓ verified

    Google's Gemini 3.8 Flash holds the old price and adds a cybersecurity-only sibling

    Third Flash release in six weeks at the same rate card — the cheap tier is where most production traffic actually runs, and working harder per task is a cost change even when the price is not.

    Google DeepMind2026-09-02
  4. Open Source & Self-Hostable

    Hugging Face published 200-plus WebGPU kernels so models can run in the browser

    Inference in the browser is the cheapest deployment there is — no server and no per-token bill — and fast GPU operations across mismatched devices have been the missing floor under it.

    Hugging Face2026-09-01
  5. Dev Tooling & Infra

    GitHub Copilot can now approve a pull request, if an admin switches it on

    If your merge rule counts approvals, this is the first setting under which a machine can satisfy it — worth deciding on purpose rather than finding out during a release.

    GitHub2026-09-01
  6. Frontier Models✓ verified

    Anthropic released Claude Fable 5.1, priced about 25% below Fable 5 for typical work

    The change that shows up on a bill is the cache-read price, which is where long agentic runs spend; Devin's team said it is what finally made a Fable-class model economical for their code review.

    Anthropic2026-09-01
  7. Dev Tooling & Infra

    Vercel adds per-person spending caps to its AI Gateway

    Vercel names the case out loud: one person’s unsupervised coding agent could previously drain a shared team budget, and now it cannot.

    Vercel2026-08-31
  8. Agent Frameworks & Orchestration

    A working checklist for agents that have to survive longer than one call

    The single line worth stealing: write down the done condition before the agent starts, and check it with something deterministic rather than another model.

    n8n2026-08-31
  9. Research

    Anthropic moved about 150 product engineers onto security and set rules for outside cyber testers

    If you get early access to a model with safeguards turned down, you are now expected to run it in a hardened, monitored sandbox — the testing-side obligations are being written down.

    Anthropic2026-08-31
  10. Agent Frameworks & Orchestration✓ verified

    OpenClaw 2.0 rebuilds its control interface and moves sessions into SQLite

    Two upgrade traps in one release: downgrading now means a manual SQLite restore, and shared sessions are not a permission boundary you can lean on.

    OpenClaw2026-08-30
  11. Agent Frameworks & Orchestration

    Vercel lets you scaffold, deploy and chat with an agent from the dashboard

    The distance from "we should try an agent for this" to a deployed, Slack-reachable one that calls your own MCP servers is now a dashboard form.

    Vercel2026-08-28
  12. Open Source & Self-Hostable

    Tencent open-sourced Hy4 preview - 770B total parameters, 49B active, a 1M-token context

    A 49B-active open-weight model with a million-token window makes long-document work a self-hosting decision rather than a closed-API one.

    Tencent2026-08-28
  13. Dev Tooling & Infra

    GitHub Copilot changes seat billing, chat retention and the code-review default

    Two of the three are opt-out-before-the-date changes — the retention move and the review-effort default both land automatically on 28 September if nobody acts.

    GitHub2026-08-28
  14. Dev Tooling & Infra✓ verified

    A rumour of a bug is now enough: probes arrived ten minutes after the patch was discussed

    Coordinated disclosure assumes an attacker needs the patch. If the public discussion is enough, the embargo window your project plans around has already closed.

    Anil Madhavapeddy2026-08-28
  15. Agent Frameworks & Orchestration✓ verified

    Anthropic opens a research preview of a shared standard for agents to drive lab and factory hardware

    The tool-calling layer that made software agents useful is being pointed at instruments and machines; if it holds, the same harness that drives an API drives a microscope or a robot arm.

    Anthropic2026-08-27
  16. Dev Tooling & Infra

    VS Code 1.135 picks up agent sessions that were started in another application

    A session that survives leaving the tool it started in is the first real answer to agent work being trapped per-application, and the per-turn token breakdown is the first place a team can see what a long run actually cost.

    Visual Studio Code2026-08-26
  17. Dev Tooling & Infra

    Paul Dix says AI wrote a million lines of a database product now running on millions of machines

    The transferable part is not the line count, it is the precondition: this worked because there was something to check the output against. Teams without an oracle for the work are not in the same situation and should not read this as the same result.

    Paul Dix, via Simon Willison2026-08-26
  18. MCP & Interop✓ verified

    OpenAI wires WebMCP into ChatGPT’s browser - a site can hand an agent tools instead of a layout

    When agents arrive through declared tools rather than the page, what your site exposes - and what it refuses - becomes a product decision rather than a search one.

    OpenAI2026-08-25
  19. Research

    Apodex 1.1 trains a 35B agent to decompose, parallelise and recover from its own failures

    Failure recovery and decomposition are where multi-step agents actually break, and this is a training recipe aimed at them rather than at a benchmark score.

    arXiv2026-08-24
  20. Agent Frameworks & Orchestration

    Microsoft's Agent Framework gives.NET builders a first-class way to intercept an agent mid-run

    A supported interception point is the difference between auditing what an agent did and only reading about it afterwards.

    Microsoft2026-08-22
  21. Dev Tooling & Infra

    Simon Willison's command-line tool for language models can now stack templates

    Separating "which model, configured how" from "what am I asking" is the cheapest way to keep a prompt comparison honest across vendors.

    llm, by Simon Willison2026-08-22
  22. Open Source & Self-Hostable

    Ollama's 0.33 preview lets you switch local models on and off inside Claude's desktop app

    One misplaced system message was busting the cache on every request — worth checking how your own prompt is assembled before blaming the model for being slow.

    Ollama2026-08-21
  23. Agent Frameworks & Orchestration

    Nvidia research puts the agent harness, not the model, at the centre of the result

    If the harness carries the outcome, agent quality is engineering you own rather than a model you rent, and it is the half you can actually iterate on.

    TechCrunch2026-08-21
  24. Agent Frameworks & Orchestration✓ verified

    Nvidia's agent wrapper took Claude Opus 5 from 30% to 100% on a reasoning benchmark

    If the software around the model — memory, supervision, tools — is worth seventy points on a long task, then agent quality is mostly engineering you control rather than a model you wait for.

    NVIDIA2026-08-21