Tag
A developer used Devin Terminal CLI with a multi-model subagent setup to build a full multiplayer drawing game from scratch, demonstrating the agent's capability.
Released a search tool pi-codex-search based on OpenAI codex, used as a coding agent for Pi TUI.
Reasonix is a terminal-based AI coding agent optimized for DeepSeek models, achieving 99.82% cache hit rate and reducing token costs from ~$61 to ~$12 per workload through stable prefix caching.
A team reverse-engineered Docker's undocumented MicroVM API used by Docker Sandboxes and built the open-source Sandbox Agent SDK to orchestrate AI coding agents inside microVMs for secure untrusted code execution.
Learn Harness Engineering is an open source course that systematically organizes the concept of AI coding agent reliability engineering (Harness Engineering) proposed by OpenAI and Anthropic. It includes 12 lectures and 6 projects, aiming to help developers build reliable AI agent environments.
Repowise is an open-source tool that indexes codebases into four intelligence layers (AST, dependency graph, git history, and LLM-generated wiki) and exposes them as MCP tools, enabling AI coding agents like Claude Code to understand code architecture and history, reducing costs by 50% and speeding up tasks by 4x.
CORE is an open-source AI operating layer that orchestrates coding agents with persistent memory, coordinating tasks across tools and agents.
SkillKit is a package manager for AI coding agent skills, supporting 46 agents and 400K+ skills from 31 sources, allowing one skill to be used across multiple agents.
Beau Rothrock used Devin, an AI coding agent, to migrate 14,000 dashboards from Redshift to Snowflake in five weeks, overcoming a delayed project.
The author tested an AI coding agent with a structured execution framework and found it dramatically improved long-task stability, enabling the agent to build a complete browser tactical FPS game over dozens of iterations without architectural drift.
Conductor has updated its default coding harness to use Codex with GPT-5.5, making it the standard agent for new users.
A curated list of plugins, themes, agents, and SDKs for Opencode, an AI coding agent for the terminal.
An Anthropic developer corrects Andreessen Horowitz's usage metrics for Claude Code, noting that a switch to a native installer means npm data underreports actual adoption, with recent signup days showing significant growth.
Long Horizon is an AI-powered coding agent highlighted on Product Hunt that autonomously develops software features and automatically executes their corresponding test suites.
VibeAround is a local AI coding agent that users can chat with from any instant messaging app or web browser.
Anomalyco/OpenCode is an open-source AI coding agent that can be installed via various package managers and has a desktop app in beta.
A reusable GitHub template for reverse-engineering any website into a modern Next.js codebase using AI coding agents like Claude Code. It automates inspection, design extraction, and parallel building of website sections.
Kilo Code is an open-source AI coding agent that integrates with VS Code, JetBrains, and the CLI, offering access to 500+ models at provider pricing with no markup.
OpenAI Solutions Engineer Conor Spicer introduced Codeex, an AI coding agent that automates the entire software development lifecycle, significantly improving code delivery speed and security review capabilities, and demonstrated an end-to-end workflow from requirements to deployment.