
A coding network where learners build visible proof through courses and challenges with mentoring and company operations.
@Michaela200_5 · X
The full gallery
Tech stack
60 projects

A coding network where learners build visible proof through courses and challenges with mentoring and company operations.
@Michaela200_5 · X

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

Write code and visualize its runtime execution as an interactive graph.
@neon_time · X

Interactively build and refine prompts to improve AI model responses.
markquis91 · HN
Prompting Refinement Tool [requesting testing]

Practice LeetCode problems with automated spaced repetition scheduling.
@JoydeepNath007 · X

Design working prototypes visually with a coding agent in real-time.
u/tokmako · Reddit
I am developing an alternative work environment to Claude Design. When I first tried Claude Design, I really liked the idea. But after generating a design, I kept wanting a more direct way to continue working on it not as a separate design representation, but as a live, working interface. That’s what I’m building with VisualWizard. The canvas contains real, interactive prototypes. You can select elements directly, move or resize them, change styles, and keep interactions and

Compare costs of coding-agent harness strategies with event-level cache and context accounting.
taosx · HN
I created a simulation for coding harnesses based on my own pi sessions. When taking into account all factors, DS-v4-Pro is cheaper than gpt-5.6-luna due to caching. Look at the bill segments difference for cache read cost and uncached cost between deepseek and the other models. At this point is cheaper to use ds-v4-pro than the luna models from openai. ignore the numbers except the classic and keep in mind that classic is based on pi with the only change limiting tool output to 10kb https://har

Run your Claude Code sessions hands-free by voice from your phone.
@phiwenger · X
Yeah /remote-control is the workaround but it's clunky. I built yothere for exactly this. With yothere you can spin up multiple Claude Code sessions from your phone, run them all hands-free by voice, and just get pinged when done or stuck.

Control Claude Code sessions with a MIDI controller interface in your browser.
dylanfisher · HN
Claude MIDI Twister – An agent visualizer for a DJ MIDI controller

Learn Git through interactive missions with an in-browser terminal and virtual team collaboration.
@0shuvo0 · X

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/

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