frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: I replaced a $120k bowling center system with $1,600 in ESP32s

779•section33•6h ago•81 comments

Show HN: Chalie – AI peer not employee

https://github.com/chalie-ai/chalie
4•dylangrech92•1h ago•1 comments

Show HN: Bribes.fyi – Built something to report bribes

https://bribes.fyi/
10•neverenderr•5h ago•6 comments

Show HN: A gallery of browser-based PDF imposition and printing templates

https://pdfpress.app/gallery
3•jp1016•3h ago•0 comments

Show HN: Q3Edit – Edit and play Quake 3 maps in the browser

https://q3edit.com
90•drdator•1d ago•26 comments

Show HN: LoopGain – Stop agent loops with control theory, not max_iterations

https://github.com/loopgain-ai/loopgain
24•fitz2882•4d ago•12 comments

Show HN: IKEA Complexity Index

https://ikea.greg.technology/
166•gregsadetsky•1d ago•84 comments

Show HN: A self-correcting algebraic agent swarm

https://github.com/Michael-Ax64/K4-AlgebraicSwarm
3•michael-ax•5h ago•0 comments

Show HN: PostgreSQL course with database running in your browser

https://learnpg.xyz
3•Serpant•7h ago•2 comments

Show HN: Knowledge graph skill for Claude/Kimi Code

https://org-edge.com/sysedge.html
3•org-edge•7h ago•1 comments

Show HN: PilotCite – Get your brand cited by ChatGPT, Gemini, and more

https://www.pilotcite.com
5•standew•13h ago•1 comments

Show HN: Watch bots interact with an SSH honeypot in real time

https://honeypotlive.cc/
177•tusksm•2d ago•60 comments

Show HN: Textcaster – social networking where RSS is the protocol

https://textcaster.app
9•rmdes•9h ago•2 comments

Show HN:MinIO-dash – MinIO admin panel after they removed the Console in 2025

https://github.com/MarceliRacis/minio-dash
3•marceliracis•10h ago•0 comments

Show HN: Regularly, hand-picked daily logic and number puzzles, no ads

https://regularly.co
3•deepakrb•10h ago•0 comments

Show HN: Same castle prompt, 8 LLMs, 24 procedural Three.js worlds

https://castle-bakeoff.pages.dev/
5•valhallarecords•10h ago•1 comments

Show HN: CheckRun – a checklist runner for the Chrome side panel

https://checkrun.co/
2•gingermanymph•10h ago•0 comments

Show HN: AI Buddy – Free STT and Screenshot Tool for Mac (Requires Gemini)

https://claudete.co/ai-buddy
2•morion4000•10h ago•1 comments

Show HN: We ran 79 MCP servers in microVMs, only 31 passed

https://usethrone.dev
3•imtaimoorkhan•11h ago•1 comments

Show HN: Inertia, Physics in a Terminal

https://inertia-web.github.io/
4•aclfe•11h ago•0 comments

Show HN: Zlvox – A no-signup suite of developer tools (JSON, Temp Mail, PDF)

https://zlvox.com/blog/why-i-stopped-using-random-online-ai-tools-2026
2•mraadikhokhar•11h ago•0 comments

Show HN: AI mock interview tool that scores your answers – free, no signup

https://interviewpracticeai.com
2•BenGallagh•12h ago•1 comments

Show HN: Shikigami, run AI coding agents in parallel, each in a Git worktree

https://shikigami.dev/
5•igor_nast•12h ago•2 comments

Show HN: Clx – Compile Lua to Native Executables Through C++20

https://github.com/samyeyo/clx
142•_samt_•1w ago•32 comments

Show HN: Peek-CLI: Let Claude Code iterate on front end designs

https://github.com/puffinsoft/peek-cli
5•G3819•1d ago•1 comments

Show HN: Use the document. Not the personal data

https://www.dokmine.com/
2•not_wowinter13•13h ago•0 comments

Show HN: FlexInference LLM Router

https://www.flexinference.com
2•Aperswal•14h ago•0 comments

Show HN: CodeKitHub – Free browser-based tools, files never leave your device

https://codekithub.com/en/
2•qiaobax•14h ago•1 comments

Show HN: Leaves – A text-UI disk usage treemap visualizer

https://github.com/patonw/leaves
90•patonw•3d ago•30 comments

Show HN: Skimlane – A local-first, customizable, AI reading assistant for Chrome

https://skimlane.com/
2•bibryam•5h ago•3 comments
Open in hackernews

Show HN: Shikigami, run AI coding agents in parallel, each in a Git worktree

https://shikigami.dev/
5•igor_nast•12h ago
Hello all,

I'm a software developer. Over the last few months more and more of my work has turned into using coding agents instead of typing the whole code myself. Usually a few claude sessions at once, sometimes codex, one per feature or per revealed bug.

I ran them in a split terminal for a few weeks, and quickly spotted two main problems. The first is that I couldn't easily tell which agent was stuck waiting on me and which was still working, so I'd cycle through sessions and checking on them.

The second one: agents sharing a single branch step on each other. Two of them could be editing the same file with different ideas - a nice recipe for a mess.

So I built my own solution - Shikigami. It's a desktop app that runs agents side by side, each one in its own git worktree. Same repository, separate working directories, so they can all run at once without touching each other's edits. Every agent has a real PTY session.

The sessions are resumable too, you can quit the app, come back tomorrow, and a long conversation is where you left it.

The app has a second mode: a Monaco editor with the full file tree, diff viewer, git history and per-line blame. You flip between the agent grid and the editor from a pill in the middle of the title bar, and the agents keep running while you read. When one finishes a turn or needs input, a desktop notification takes you straight to that session.

There's language intelligence built in too: diagnostics, go-to-definition, find-references and completion for PHP 8.1-8.5 and TypeScript/JavaScript - both are still improving to provide better dx.

My mostly used stack at work is a Symfony app and docker containers, so the app has a docker integration builtin (service tree, per-service logs, a container shell, start/stop).

Another integration is mysql and redis support - databases/tables preview, custom sql queries and redis keys inspection.

It's free. You don't need an account, no sign-up and no cloud, so agents and worktrees stay on your machine. macOS (signed .dmg, Apple Silicon and Intel) and Linux (AppImage). No Windows build yet.

What you see today stays free. At some point I'd like to earn something from it, probably paid add-ons on top, or an option to support the project like Signal does. I haven't decided yet.

The source is private for now, so if that's a dealbreaker, fair enough - I understand that. That's why I started a dedicated YouTube channel so you can see who are you dealing with.

The app is still in the BETA phase, you can expect bugs, but I fix them fast. I have live streams on YT, and there's a discord server if you'd rather complain in real time.

I'd appreciate feedback, especially from anyone running more than two or three agents at once.

Thanks, Igor

Comments

esher•7h ago
I work with Igor. He is a very talented developer. Try it out!
igor_nast•7h ago
You melt my heart. Thank you Sir! I couldn't have asked for a better ad.