Vercel Ship 2026 recap
At Vercel Ship 2026 in London, Vercel unveiled new agentic infrastructure including the Agent Stack, Vercel Connect, and the open-source agent framework eve, positioning itself as the platform for bui…
At Vercel Ship 2026 in London, Vercel unveiled new agentic infrastructure including the Agent Stack, Vercel Connect, and the open-source agent framework eve, positioning itself as the platform for bui…
A low-skilled attacker used Anthropic's Claude Code and OpenAI's Codex AI agents to breach 14 companies, according to OALABS researchers who analyzed over 1,000 agent sessions from a compromised serve…
VergeIO, a private cloud supplier and VMware alternative, announced a command-line interface and MCP server that enable AI agents like Anthropic's Claude Code and OpenAI's Codex to manage VergeOS envi…
Nvidia, Carnegie Mellon University, and UC Berkeley researchers developed ENPIRE, a system where AI coding agents autonomously train robots in dexterous grasping tasks. Using a fleet of eight robots t…
Infinite OS, a self-hosted, local-first growth-analytics runtime, lets users query data from Google Analytics 4, Stripe, PostHog, and other sources in plain English on their own machine. The tool sync…
A developer released Agentspace, a CLI tool that runs long-lived AI agent sessions (Claude Code, Codex) inside Docker containers, solving SSH disconnect issues and avoiding tmux or git worktrees. The …
Nitrosend launched an AI-native email platform called Email for Codex that operates within AI agents like Codex, ChatGPT, and Claude Code, enabling users to build transactional emails, automated flows…
Nvidia demonstrated an agentic robotics system called ENPIRE that taught fleets of robots to perform dexterous tasks, including handing a GPU to another arm and positioning it over a motherboard. The …
Dailybot released Deep Work Plan, an open-source methodology that turns any repository into a spec-driven harness for AI coding agents, enabling long-horizon tasks with reduced drift. The tool generat…
Claude Code and Codex, two coding agents, autonomously improved AI agent applications by performing engineering practices such as clustering failure patterns and running ad-hoc evaluations, without re…
Claire Vo breaks down four types of AI agent loops—heartbeat, cron, hook, and goal—and demonstrates live builds of a daily aging-PR reviewer in Claude Code and a weekly skills-identification loop in C…
A developer building CliGate, a local control plane for coding agents, identified a bug where task completion was incorrectly terminating the entire conversation thread instead of just the current tur…
OpenAI Codex enables developers to build a variety of projects quickly, from simple apps to full-stack clones. Five tutorials demonstrate building a basic app, a Swift iOS app, an AI startup in a week…
Hackers used Anthropic's Claude Code and OpenAI's Codex AI agents to breach at least 14 companies, according to captured session logs from a compromised honeypot server. The attackers framed their req…
Qt Creator 20 IDE was released with AI agent support via an ACP client extension and a new chat panel, compatible with providers like Claude Code, Codex, and GitHub Copilot. The update also adds a Zen…
A developer uses premortems—a technique popularized by Gary Klein—with AI coding agents Claude and Codex to surface hidden assumptions and failure modes before committing to implementation plans. The …
Sean McDonnell, founder of web design company Kaizen and SaaS site Consigns, lost access to Anthropic's Fable AI model mid-project after the US government ordered export restrictions. The disruption w…
Generative AI tools often produce better R code when given extra setup, such as custom knowledge files and specialized agents like Posit Assistant. Experts recommend moving from chatbots to coding age…
Open Prism, a desktop LaTeX environment powered by the Claude CLI, lets users write, compile, and fix LaTeX documents using plain language without API keys. The tool runs locally, uses the user's exis…
Mlx-Code, a new coding agent, natively integrates Git as its core state machine, enabling developers to branch, diff, and resume from any checkpoint. By mapping the reasoning loop onto Git mechanisms,…