I kept shipping AI-generated code I didn't really trust. Not because the AI was wrong necessarily, but because I had no real way to know if it was right.<p>So I built a tool to vibe check the vibe code. It scans your code and gives it a Vibe Score: Dead Vibe (0-40), Off Vibe (41-65), Good Vibe ...
Programming (General)
RSSThere's a class of text that's too big for a context window but too small to justify a vector database. A codebase, a folder of notes, a Slack export. I built a small library - raglet - to solve this problem raglet for it.<p>You can use it in Python
i.e<p>from raglet import RAGlet<p>rag =...
Hey HN<p>We've built this as part of MUXI, an open-source AI agent infrastructure platform.<p>The problem: agents need to execute code, not just generate it. Most solutions either give full shell access (terrifying) or sandbox so heavily that nothing useful runs.<p>skills-rce sits in the middle...
Working with AI coding agents means I now juggle a lot more git worktrees than I used to. I built yawn to make that manageable: it discovers all your git projects & worktrees, lets you fuzzy-pick one (fzf, rofi, ...), and opens it. Worktree creation handles branch resolution, copies over untrack...
We published a free CLI tool after writing about PinchTab — a browser hijacking
technique that abuses Chrome DevTools Protocol to give attackers (or compromised
AI agents) silent access to live browser sessions. No malware signature. No process
injection. Most EDRs don't see it at all.<p>Unp...
Agent Kanban has 4 main features:<p>GitOps & team friendly kanban board integration inside VS Code
Structured plan / todo / implement via @kanban commands
Leverages your existing agent harness rather than trying to bundle a built in one
.md task format provides a permanent (editable) s...
SubstanceWiki is a free, open-source encyclopedia of psychoactive substances with a harm reduction focus.<p>Site: <a href="https://substancewiki.org" rel="nofollow">https://substancewiki.org</a>
Source: <a href="https://github.com/yagcioglutoprak/substance_wik...
`starter-structure-cli is a CLI for generating starter projects from stack keywords, exact template slugs, or interactive prompts.<p>Example:
npx starter-structure-cli my-app react vite ts tailwind express prisma mysql<p>It currently supports frontend, backend, fullstack, and monorepo starters, and ...
I'm based in Taiwan and run 3-4 Claude Code agents in parallel most of the day. Typing instructions to all of them was the actual bottleneck, so I built a voice-to-text tool that runs both STT and LLM polish locally.<p>Architecture: two-stage pipeline. Stage 1 is speech recognition via Whisper ...
What are you doing this week? Feel free to share!
Keep in mind it’s OK to do nothing at all, too.
Hey HN,<p>Honest truth — we were frustrated.<p>We're 5 second-year college students. No funding. No startup pedigree. Got rejected from our college incubator. Didn't even know what problem we were actually solving at first.<p>So we stopped theorizing and walked into classrooms. No pitch de...