
Aether: Not a black box. A devbox.
Cloud platform to watch and control autonomous AI coding agents.
pranav100000 · HN
Aether – Run Claude Code, Codex, or OpenCode in devboxes you can watch
The full gallery
Tech stack
32 projects

Cloud platform to watch and control autonomous AI coding agents.
pranav100000 · HN
Aether – Run Claude Code, Codex, or OpenCode in devboxes you can watch

Analyze and debug code with AI-powered review using OpenAI's API.
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.

Platform for learning and teaching online courses with AI tools.
@1809157Gaurav · X

Share encrypted code and text with an AI assistant that remembers your context.
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

Practice mock coding and system design interviews with an AI interviewer.
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

Coordinate multiple AI coding agents and projects in one unified terminal interface.
@soracstv · X
I run my AI coding agents with AgentsRoom, a visual command center for multi-agent development. @AgentsRoomDev #VibeCoding #AI

Run and monitor AI coding agents continuously from your browser.
sakuraiben · HN
Reachpad – Run all your coding agents from anywhere from the browser

AI agent that reviews code commits, identifies issues, and generates pull requests.
@hyraxai · X

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

Practice debugging real code across multiple languages with an AI coach that guides without giving answers.
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

Get AI-powered code reviews with fix suggestions on your pull requests.
@Kony_05 · X
Here’s my products. KOINCODE CLI KOINCODE Review

AI-powered code review tool that executes code in microVMs to detect more bugs.
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