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. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. Agent Frameworks & Orchestration

    Microsoft's Agent Framework adds agent-generated interfaces and a fatal-middleware signal

    An agent that renders its own interface, and a middleware failure that actually stops the run, are both about giving the operator somewhere to stand.

    Microsoft2026-08-21
  9. Agent Frameworks & Orchestration✓ verified

    Warp packages the "software factory" as infrastructure teams can rent

    A named automation share from an operator — 30-35% of weekly tasks — is a far more useful planning number than a benchmark score, and the phase decomposition it sells is a decent template even for a team that builds its own.

    TechCrunch2026-08-18
  10. Agent Frameworks & Orchestration

    Cline joins the AI SDK harness layer via an official adapter

    A standard harness interface is how agent choice stops being an architecture decision and becomes a dependency you can swap.

    Vercel Changelog2026-08-18
  11. Agent Frameworks & Orchestration

    Claude Agent SDK 0.2.140 adds MCP 2.x support and a tool-use permission callback

    can_use_tool is the hook a host needs to put a real policy in front of an agent’s tool calls instead of trusting the prompt, and MCP 2.x support is the compatibility line anyone pinning an SDK version now has to check.

    Anthropic2026-08-18
  12. Agent Frameworks & Orchestration

    One adapter now covers any ACP-compatible coding harness in the AI SDK

    Swapping the coding harness under an agent stops being a rewrite and becomes a config change, which is the practical hedge against betting a product on one vendor’s runtime. The caveat is worth reading: going through the protocol can hide behaviour a direct adapter would expose.

    Vercel2026-08-13
  13. Agent Frameworks & Orchestration

    LangChain argues the agent stack is consolidating into managed services — and names the seven things they absorb

    Read the seven as an audit list against your own agent: the ones you have not solved are what you would actually be buying, and if you have solved all seven the managed pitch is not for you.

    LangChain2026-08-12
  14. Agent Frameworks & Orchestration✓ verified

    A consumer AI agent found and exploited a gym booking API's missing authorization checks

    Any endpoint whose authorization lives only in the user interface is now reachable by a general-purpose assistant that will simply call it directly. This one needed no attacker — only an ordinary customer asking for a better time slot.

    ABC News (Australia)2026-08-10
  15. Agent Frameworks & Orchestration

    LangChain opens Managed Deep Agents in public beta — one command from local test to hosted runtime

    The hard part of shipping an agent has been the plumbing around it — durability, sandboxing, auth, scheduling. A hosted runtime that supplies all of it moves the build-or-buy line for a team without a platform group.

    LangChain2026-08-07
  16. Agent Frameworks & Orchestration✓ verified

    Cloudflare introduces Kitesurf, an agent-first browser that runs in V8 isolates on Workers

    Web browsing is the slowest, flakiest part of most agent stacks; a purpose-built sandboxed browser at the edge attacks both the cost and the security problem.

    MarkTechPost2026-08-06
  17. Agent Frameworks & Orchestration

    Cursor publishes hard numbers on multi-agent economics: expensive planners, cheap workers

    The most concrete public data yet for budgeting planner/worker model tiers in multi-agent pipelines.

    Cursor2026-07-20
  18. Agent Frameworks & Orchestration✓ verified

    xAI open-sources Grok Build, its terminal coding agent — 840K+ lines of Rust under Apache 2.0

    A complete production agent harness — prompts included — is now readable end to end; it's both a design reference and a cautionary tale about what agent tools quietly send home.

    xAI2026-07-15
  19. Agent Frameworks & Orchestration

    LangChain + NVIDIA launch the NemoClaw "Deep Agents" blueprint

    A ready-made, governed blueprint if you're building multi-step agents — plus LangChain's same-week "your coding-agent bill doubled, here's how to fix it" post is directly useful for anyone watching agent token spend.

    LangChain / NVIDIA2026-07-08
  20. Agent Frameworks & Orchestration

    Google expands Managed Agents in the Gemini API (background tasks + remote MCP)

    A credible non-Anthropic option for hosting agents: if you want a managed (server-side) agent runtime or a second-vendor hedge, Gemini now offers background tasks and speaks remote MCP, so your existing MCP tools plug straight in.

    Google2026-07-07
  21. Agent Frameworks & Orchestration✓ verified

    Coding-agent market consolidates around parallel orchestration

    The "stack 2-3 agents" workflow is now the senior-dev default — validates the multi-terminal model as industry direction, not idiosyncrasy.

    Multiple2026-06-02
  22. Agent Frameworks & Orchestration✓ verified

    Bun port (Zig to Rust) via dynamic workflows

    A concrete existence-proof of large-scale autonomous multi-agent work shipping real code — a teachable case study for AI-economy curriculum.

    MarkTechPost2026-05-28
  23. Agent Frameworks & Orchestration✓ verified

    Claude Code dynamic workflows (research preview)

    The productized version of the multi-terminal + subagent pattern an agent-orchestrated org hand-rolls today — direct input to agent-engine design.

    Anthropic2026-05-28
  24. Agent Frameworks & Orchestration✓ verified

    Four ways to orchestrate agents just quietly became the standard menu

    Four orchestration styles stabilizing means picking a framework is now a real architecture decision, not a bet on which project survives — match your agent's actual coordination problem (graph, role, handoff, or hierarchical) before committing to one.

    Firecrawl2026-03-01