Tag
Developers built an open-source web UI on top of the Cursor CLI that turns it into a multi-agent control panel, allowing users to run multiple Cursor agent sessions with separate workspaces, scheduling, and MCP config management from a browser-based cockpit.
Neon Sovereign is a native C++20/Vulkan autonomous software development workstation that uses a multi-agent swarm to execute software briefs end-to-end, running local LLM weights via Ollama/GGUF with no cloud dependency. The creator is seeking systems engineers and early testers as it enters Active Alpha.
OfficeCLI is an open-source command-line tool that lets you create, read, and modify Word, Excel, and PPT files in the terminal without installing Office. It integrates with AI coding assistants like Claude Code and Cursor, making it ideal for automation scripts and batch file processing.
A project-based course repository on Harness Engineering for AI coding agents, covering environment setup, state management, verification, and control mechanisms to make AI coding agents work reliably. The course synthesizes best practices from OpenAI and Anthropic on building effective harnesses for long-running agents.
A blog post describing two tips for using `zig fmt` effectively, highlighting its 'steerable' formatting approach where trailing commas and line breaks control layout decisions, and showcasing columnar array formatting.
GitHub's 'spec-kit' repository has gained 92k+ stars by offering a structured 6-command workflow that transforms vague ideas into executable specifications for AI coding agents, positioning itself as an alternative to unstructured 'vibe coding'. It supports Claude Code, Copilot, Cursor, Codex, Gemini, and 25+ other AI agents.
YC CEO Garry Tan shared how he returned to active development after 13 years away from coding, using Claude Code and OpenClaw with a 'Thin Harness + Fat Skills' methodology to achieve a 400x productivity boost. He also built an agentic news platform called Garry's List and an agent workflow framework called Gstack.
A user shares their experience of successfully making money with AI using the Codex and Claude Opus combo, calling it an unbeatable combination.
Rhys Sullivan is building Executor, an open-source integration layer for AI agents that provides a unified tool catalog with access controls, approval flows for destructive actions, and support for MCP, OpenAPI, GraphQL, and more. It aims to standardize tool calling across different agents like Cursor and Claude Code.
lean-ctx is an open-source Rust-based context runtime that reduces token costs for AI coding agents like Claude Code, Cursor, Copilot, and others by 60–95% through file read compression and shell output optimization. It operates as a Shell Hook and MCP Server with 56 tools and multiple read modes.
Anthropic announced new Managed Agents features at its Code with Claude developer event, enabling users to accomplish goals by providing an outcome and budget, with Claude running as a scalable cloud computer for 24/7 agent operations.
Simon Willison discusses the effectiveness of using HTML instead of Markdown as AI output format, highlighting benefits like SVG diagrams, interactive widgets, and rich explanations. Includes examples from Thariq Shihipar on Anthropic's Claude Code team and practical prompts for GPT-5.5.
Claude's engineers are ditching Markdown for HTML because AI output has grown from 10 lines to 1000 lines, making plain text formats impractical. HTML enables colored tables, SVG flowcharts, and interactive prototypes—significantly improving human-AI collaboration, albeit with 2-4x longer generation times.
React Doctor v2 is an open-source CLI tool that analyzes React codebases for performance issues, bad patterns, unnecessary re-renders, and broken architecture. It supports Next.js, Vite, and React Native and can be run instantly via npx.
Codex introduces the /goal command, which lets the AI autonomously work toward a defined end state, streamlining long-running tasks like refactors, migrations, and retry loops.
Twitter/X post explaining how the Hermes AI agent's autonomous /goal flow works - users set a goal once and the model executes without supervision, writing files, running commands, building, testing, and iterating until completion or failure.
Andrej Karpathy has reportedly stopped writing code since December, instead using AI agents for macro-level delegation, auto-research loops, and home automation, optimizing token throughput and removing himself from loops to run systems autonomously.
This post outlines a complete open-source text-to-video workflow spanning script generation, frontend development, voiceover recording, and screen capture, highlighting how a code-driven approach delivers superior control and higher content production efficiency.
Fitbit Air launched with a new Google Health API that allows developers to build AI agents and services on top of 31 health data points including sleep, heart rate, and SpO2, with webhooks and granular permissions.
A developer begins testing Devin for Terminal using the SWE-1.6 Fast model, comparing it to Codex and noting impressive speed during initial trials.