
Aether: Not a black box. A devbox.
在云devbox中监控和控制自主编码代理的平台。
pranav100000 · HN
Aether – Run Claude Code, Codex, or OpenCode in devboxes you can watch
完整作品展
技术栈
32 projects

在云devbox中监控和控制自主编码代理的平台。
pranav100000 · HN
Aether – Run Claude Code, Codex, or OpenCode in devboxes you can watch

利用OpenAI API进行AI驱动的代码审查和调试分析。
TOPDEV99999 · GitHub
AI-codepilot An advanced AI-driven code analysis tool built with Next.js, leveraging OpenAI's API to review and debug code efficiently.


与AI助手分享加密代码和文本,它会记住对话上下文。
u/clausyn · Reddit
I built Pastepile because I was tired of re-explaining the same context to Claude and Cursor I originally built Pastepile as a fast way to share code, logs, configs, and text without creating an account. While using AI coding tools, I kept running into another problem: every new session meant explaining the same architecture, decisions, debugging history, and project context all over again. So I added an MCP server that lets Claude, Cursor, Windsurf, VS Code, and other MCP clients save us

与AI面试官练习编码和系统设计面试。
u/redskinnypete · Reddit
I made an AI interviewer for coding and Design interviews I built an AI-powered mock interviewer that simulates a real system design interview. It listens to your approach, asks follow-up questions based on your design, challenges your decisions, and provides detailed feedback on what you did well and where you can improve. I have tried to make it feel like a real interview as much as I could to simulate the pressure and the expectations in an interview. Please give it a try. Hope you wil

在统一终端界面中协调多个 AI 编码代理和项目。
@soracstv · X
I run my AI coding agents with AgentsRoom, a visual command center for multi-agent development. @AgentsRoomDev #VibeCoding #AI

在浏览器中持续运行和监控AI编码代理的基础设施。
sakuraiben · HN
Reachpad – Run all your coding agents from anywhere from the browser

AI代码审查智能体,识别问题并生成拉取请求。
@hyraxai · X

交互式技术术语词汇表,帮助开发者与AI沟通。
@I_am_oil_oil · X
最近 Vibe Coding 术语网站 做了一个小更新,之前有用户反馈卡片信息密度太高,比较难找到自己想要的术语。 于是我做了一些小调整,把卡片里原本的吧别名和小标签都移除了,加大了每一个卡片的标题字号,对应的英文术语调成主题色并且也加大字号。 我觉得一个最棒的调整就是将原本用于解释这个术语的描述,直接改为大家可能会去跟 AI 描述的话,比如鼠标的 hover 效果,它的描述: 修改前: “悬停是鼠标指针停在元素上但尚未点击时出现的交互状态” 修改后:“鼠标放上去的时候按钮变个色,让人知道它能点。” 经过这次修改,我自己能感觉到每一个术语在列表页上看都更加直观了,而且第一次访问可能会更有共鸣。 除此以外产品和后端相关的术语我也补充了更好的交互图解,相比干瘪的文字能够更好的让大家快速理解~ 下一步可能会做很棒的 AI 搜索功能了,目前大家如果要更方便的使用可以先用 vibe-hub 的 skill: 这个 Skill 可以让 Agent 获取网站里的任何信息。

与AI教练一起调试真实代码,支持Python、JavaScript等多种编程语言。
u/ApprehensiveCall406 · Reddit
Project helping new graduates prepare for AI Assisted Interviews A lot of big tech companies have started adopting an interview style where students debug code and are allowed to use AI to help with this process. This interview is to figure out how the applicant uses AI within their coding process. There isn’t much to prepare for this format of interview so I created a platform to this. Any feedback is appreciated! https://aicodingprep.com/ submitted by /u/ApprehensiveCall406

AI代码审查助手,自动提供拉取请求的修复建议。
@Kony_05 · X
Here’s my products. KOINCODE CLI KOINCODE Review

AI代码审查工具,在microVMs中运行代码以捕获更多错误。
u/dumbfoundded · Reddit
Ito, AI Code Review that Runs Code I've been using AI code review tools but none of them actually run code so I built one: https://www.ito.ai/ The way it works is that it uses microVMs to spin up your environment with all of the services running. Then a bunch of AI agents go and test the application to collect runtime evidence. The result is you get test cases along with evidence about whether or not the test cases pass or fail. The runtime evidence can be videos, request/response curls, db