
8080.AI — Build with Scalable AI Agents
Build scalable AI agents that run for hours and generate production-grade code.
@krzyknightgod · X
The full gallery
Tech stack
60 projects

Build scalable AI agents that run for hours and generate production-grade code.
@krzyknightgod · X

Describe self-correcting coding workflows in plain English and run them until tests pass.
forgeapp

Benchmark version-control systems and coding agents on realistic development tasks.
videlov · HN
I was interested in answering this question so I built a benchmark comparing git, jj and gitbutler in agentic context https://vcbench.dev/ Disclaimer - I am a co-founder of GitButler

AI agent that generates, builds, runs, and deploys complete projects from text prompts.
@liquidated0x · X
building an AI coding agent that ships full projects from a prompt — if you're if you're curious

Collaborate with multiple AI coding agents in a shared visual workspace.
austinvhuang · HN
Collaborate.dev – Multiplayer Visual Desktop for Coding Agents

Route AI coding tasks to the cheapest capable model based on estimated complexity.
@viiforwinn · X
Hey, let's connect! 🚀 I got tired of the manual grind (picking Claude models, checking diffs for secret leaks, and guessing agent parallel counts), so I automated all three. Built kodemux—it's completely free and open source:

Compete in Snake tournaments where an AI agent helps you code and climb the ranked ladder.
@MaikaUkin · X
Most snakes @cubicgameai see the next move. I built mine to think beyond it. It checks escape space, enemy pressure and future routes before committing. Sometimes the best move isn't toward food. Built with ChatGPT Pro 🐍 Still early, GUYS! 🚀 #SnakeS2

Visualize AI coding-agent runs as interactive graphs from your transcript files.
u/Express-Phase1532 · Reddit
rungraph - see what your coding agent actually did, as an interactive graph (open source) My coding agent kept doing 20 minutes of work I couldn't inspect afterward. The transcript exists (Claude Code and Codex CLI write everything to disk), but nobody reads 4,000 lines of JSON. So I built rungraph, open source and free (MIT). npx rungraph turns every session on your machine into a clickable graph: your prompts run down the spine, subagents get their own lanes, and it flags stuff like ret

Chat with an AI rubber duck debugging assistant to solve coding problems.
Antihero5759 · HN
I built a rubber duck chat that you can use through the browser but it's also OpenAI api compatible so you can plugin it in and use it through your favorite ai app. https://bearjcc-quack-language-model.hf.space/

Autonomous platform for designing, building, and deploying software systems.
@Bim_evaporates · X
Check out DMs open

Task board for AI agents in VS Code with persistent context across chat sessions.
gb2d_hn · HN
It was with the transience of valuable agent session dialogue in mind that I built https://www.agentkanban.io - A key feature is context capture in the tasks which you create on the board and then progress in agent sessions. Supported agents are currently Claude and Github CoPilot in VS Code. All of your context is captured in the task and can be reloaded into new agent sessions at any point in the future. Tool use is intentionally discarded because it is proprietary in nature and therefore brea

AI agent that analyzes your code repo and deploys it to production infrastructure automatically.
salsta1 · HN
Nexlayer – Paste a repo. The agent analyzes, builds and deploys it