Tag
The article discusses the challenges of managing autonomy for AI agents in software development, raising questions about permissions, traceability, and the role of human oversight.
GitHub has added local sandboxing to Copilot to limit potential damage from coding agents, but the update raises questions about whether it sufficiently addresses trust for unattended operation.
Modal details how they optimized inference performance for trillion-parameter coding agents, achieving significant improvements in throughput and interactivity for their service.
The article explores the complexities that arise when AI coding agents delegate tasks to other agents, raising questions about authority, permissions, and accountability in multi-agent systems.
The author is building Enola, an open-source tool that provides a structural model of codebases to coding agents, using a deterministic graph to offer architectural context and enforce quality rules to prevent technical debt.
Stanford's CS146S course 'Modern Software Developer' teaches coding agents and AI-assisted development, with public assignments on GitHub covering topics like prompt engineering and automated workflows.
TicTacBench is a new benchmark for evaluating coding agents' timing closure capabilities in RTL design, revealing that current agents have significant room for improvement and proposing TicTacSkill to enhance performance.
CraftBench-UE presents a deterministic evaluation harness for coding agents in Unreal Engine, enabling assessment of gameplay features through build, asset, and runtime checks without relying on LLM judges.
An announcement for a Birds of a Feather session on agentic engineering in San Francisco on October 14th, focusing on informal discussions and show-and-tell with builders and experimenters in the field.
The paper introduces EmbodiedSWE, a framework using coding agents to solve complex, long-horizon dexterous robotics tasks and generate demonstrations for training robot policies via a simulation benchmark.
Kent C. Dodds shares that his Tesla is connected to various systems including home automation, coding agents, content analytics, and publishing pipeline for enhanced automation.
The paper introduces ReFigBench, a benchmark for evaluating coding agents in reconstructing scientific figures into editable PowerPoint slides, showing that harnesses significantly affect performance across model families.
Unreal Agent is a new AI agent harness that reduces tool-management overhead through asynchronous processing, achieving up to 40% cost savings compared to Codex and 20% over Pi in real workloads.
Diogo Amogo, founder of Jev, released a PDF blueprint for building a Jev Harness to enhance coding agents, claiming to make them 200× faster and 400× cheaper.
This study benchmarks coding agents on reproducing Eurostat statistics, finding that semantic validation and a retry budget are crucial for reliability, not just execution diagnostics.
This paper empirically analyzes cost savings in context-compression gateways for multi-turn coding agents, revealing that tool-schema filtering provides fixed token savings, while content compression saves quadratically but can be offset by recalls, offering actionable insights for cost optimization.
Foremerge is an open-source coordination protocol for AI coding agents that detects intent conflicts before they cause code issues by sharing agent plans via a Git-based database.
ResumeContext offers shared memory for coding agents, allowing teams to preserve context across devices and switch between agents without loss.
Beacon is an open-source memory layer for AI coding agents that uses Jev to evaluate agent runs and turn useful workflows, corrections, and debugging patterns into reusable skills across multiple harnesses.
Jev is a new AI model from TypeSafe, focused on decision-making and analysis. It is now available to all users and can be integrated into coding agents like Claude Code and Codex via Skills, enhancing coding decision capabilities at a low cost.