Coding agents lower the cost of reverse-engineering home devices
Coding agents reduce the cost of writing and maintaining code for reverse-engineering tasks.
Coding agents reduce the cost of writing and maintaining code for reverse-engineering tasks.
SkillCorpus filters ~821,000 open agent skills into 96,401 high-quality skills organized by a 16-class taxonomy and three quality facets.
Amazon Quick is a new agentic AI assistant from AWS designed to automate administrative tasks in sales workflows.
Lila Sciences operates a 24/7 automated lab with robotics and AI to generate scientific data at scale.
Anthropic’s Claude is the primary agent orchestration platform for 40% of enterprises, more than double any rival, followed by Microsoft (18%) and OpenAI (13%).
Shippy is a maritime AI agent built by Allen Institute for AI (AI2) for high-stakes ocean monitoring decisions
A new arXiv study introduces a six-hop relay testbed to measure how message formats affect information fidelity across agent tiers.
GATS eliminates LLM calls during planning by using a three-layer world model and UCB1-based tree search.
A new arXiv paper introduces DeepSearch-World, a deterministic and verifiable environment for training web agents with reproducible tools for search and page reading.
xAI launched Grok 4.5, its first Opus-class model post-Cursor partnership, targeting coding and agents workflows.
Modal closed a $355M Series C to build infrastructure tailored to AI agents, not human developers.
Lilian Weng published a synthesis of 35 papers on harness engineering for recursive self-improvement (RSI).
Claude Cowork, Anthropic’s agent for general knowledge work, is now available on web and mobile for Max subscribers, expanding beyond its desktop origins.
Anthropic’s Fable 5 leads a new 657-task agent benchmark with 48.6% success, narrowly ahead of Opus 4.8 at 48.5%.
A software developer describes a prompt pattern that instructs an agent (Fable) to use its own judgment about when to write tests and which subagent model to invoke.
llm-coding-agent 0.1a0 is a new Python library that implements a coding agent using the LLM framework.
A debate at the AI Engineer World’s Fair questioned the viability of autonomous software factories and agentic loops.
Adobe is prototyping "agentic sites" that assemble web pages in real time based on individual user intent using an LLM and existing content as a grounding corpus.
Vercel’s Chief of Software says agents are a new type of software that demands different primitives for context, tools, resumability, and long-running work compared to web applications.
Impeccable introduces a design ‘skill’ system that translates designer terms like ‘bolder’ or ‘quieter’ into operational guidance for coding agents.
SkillOpt treats agent skill files as trainable parameters outside a frozen target model, turning skill writing into a controlled optimization process.
Autoresearch refers to an outer loop where agents maintain and improve the primary system using feedback, evaluations, and human input.
Autoresearch—loops where agents help maintain and improve systems—was a recurring theme at AIEWF, with proponents arguing it can augment human work without replacing it.
Anthropic re-enabled access to Fable 5 with visible safety fallbacks that may route some requests to Opus 4.8 depending on task type.
Warp introduced Oz, a platform designed to orchestrate teams of AI coding agents into automated 'software factories' that handle triage, implementation, review, verification, shipping, and monitoring.
Cursor’s Forward Deployed Engineering (FDE) team helps enterprises implement AI agents across the software development lifecycle.
Gemini Spark, Google’s agentic assistant, is now available on macOS as part of the existing Gemini desktop app.
Discussions at the AI Engineer World’s Fair framed agentic systems around persistent loops and lifecycle automation.
Anthropic released Claude Sonnet 5 as its new default mid-tier model, emphasizing agentic planning, browser/terminal tool use, and autonomous execution.
RSEA is a new agent framework that evolves its own strategy, reusable skills, and procedural playbook as natural-language artifacts conditioned on a frozen LLM.
OKX opened a developer-facing marketplace where AI agents can autonomously hire one another, pay using stablecoins, and build portable on-chain reputations.
Meta released Brain2Qwerty v2, a real-time sentence decoder from non-invasive brain signals with open training code and dataset.
Stripe built a production-grade AI agent system for financial compliance on AWS using Amazon Bedrock.
OpenAI's internal data shows median Codex output tokens grew 56x in Research, 32x in Customer Support, 27x in Engineering, and 13x in Legal since November 2025.
General Intuition raised $320 million at a $2.3 billion valuation to scale AI agents trained on millions of hours of video game play.
Foundation-model agents in open-ended persuasion tasks often suffer from compounding errors due to semantic leakage in standard RAG pipelines.
Databricks cofounders outlined a vision for enterprise Agent Clouds, emphasizing the need for open infrastructure to support AI agents at scale.
Claude Tag is a new Anthropic product that integrates Claude into Slack as a team member with access to selected channels, tools, data, and codebases.
OpenAI board member Zico Kolter and Gray Swan CEO Matt Fredrikson discussed why AI security requires a distinct approach from traditional cybersecurity.
IBM Research released CUGA, an open-source agent harness designed to reduce boilerplate in agentic applications by handling orchestration, state, and guardrails out of the box.
Bayer AG and Thoughtworks built PRINCE, an agentic RAG system to unify decades of preclinical safety study reports and structured metadata for drug development researchers.
AMP plans a 1.2GW base-load compute grid with 6GW of spike capacity to address AI infrastructure inefficiencies.
Zhipu’s GLM-5.2 is described by multiple practitioners as the first open-weight model plausibly frontier-adjacent in daily use, surpassing GPT-5.5 on an agentic knowledge-work benchmark.
A Shenzhen-based startup, IO-AI Tech, is using VR headsets, handheld controllers, and motion-tracking gear to remotely operate humanoid robots for industrial tasks like stocking shelves and picking items.
Radical AI’s self-driving lab produced and characterized 1,200 alloys in six months, a speedup of more than 10x over a DARPA/GE program benchmark.
Z.ai released GLM-5.2 as an MIT-licensed open-weight frontier model targeting coding and long-horizon agentic work.
OncoAgent is an open-source, on-premises clinical decision support system designed for oncology that uses an eight-node LangGraph architecture with dual-tier model routing (9B and 27B parameter models) to handle varying case complexity.
OpenAI and PwC announced a partnership focused on deploying AI agents to automate finance and accounting workflows for enterprise clients.
Shopify CTO Mikhail Parakhin participated in a Latent Space podcast interview covering internal AI adoption, tooling (Tangle, Tangent, SimGym), and how AI-assisted coding has shifted bottlenecks from code generation to review, testing, and deployment.
Notion Custom Agents required four to five complete rebuilds before production readiness, driven by early limitations in model tool-calling, context windows, and reliability.
Mollick argues that AI has evolved beyond one-to-one chatbot conversations into agentic systems that can autonomously complete multi-step tasks using tools and applications.
Willison used a short three-part prompt with Claude Code to add support for 'beats' (a new content type on his blog) to his blog-to-newsletter tool, resulting in a working pull request on first attempt