
完整作品展
技术栈
60 projects



对版本控制系统和编码代理进行性能基准测试。
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代理。
@liquidated0x · X
building an AI coding agent that ships full projects from a prompt — if you're if you're curious

供多个 AI 编码代理协作的可视化工作台。
austinvhuang · HN
Collaborate.dev – Multiplayer Visual Desktop for Coding Agents

将编码任务根据复杂度自动路由到最便宜的Claude模型。
@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:

参加Snake竞赛,与AI代理竞争并爬升排名。
@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

将 AI 编码代理的运行转录可视化为交互式图表。
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

与 AI 橡皮鸭调试助手对话,解决编程问题。
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/

自动化地设计、构建和部署软件系统的平台。
@Bim_evaporates · X
Check out DMs open

AgentKanban是VS Code中的AI代理任务管理工具,支持会话间上下文持久化。
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代理自动部署您的代码仓库到生产环境。
salsta1 · HN
Nexlayer – Paste a repo. The agent analyzes, builds and deploys it