π οΈ All DevTools
Showing 1–20 of 4023 tools
Last Updated
April 04, 2026 at 08:00 PM
Show HN: sllm β Split a GPU node with other developers, unlimited tokens
Hacker News (score: 66)[Other] Show HN: sllm β Split a GPU node with other developers, unlimited tokens Running DeepSeek V3 (685B) requires 8ΓH100 GPUs which is about $14k/month. Most developers only need 15-25 tok/s. sllm lets you join a cohort of developers sharing a dedicated node. You reserve a spot with your card, and nobody is charged until the cohort fills. Prices start at $5/mo for smaller models.<p>The LLMs are completely private (we don't log any traffic).<p>The API is OpenAI-compatible (we run vLLM), so you just swap the base URL. Currently offering a few models.
Show HN: Tokencap β Token budget enforcement across your AI agents
Show HN (score: 5)[Other] Show HN: Tokencap β Token budget enforcement across your AI agents I built this after hitting the same wall repeatedly β no good way to enforce token budgets in application code. Provider caps are account-level and tell you what happened, not what is happening.<p>Two ways to add it:<p><pre><code> # Direct client wrapper client = tokencap.wrap(anthropic.Anthropic(), limit=50_000) # LangChain, CrewAI, AutoGen, etc. tokencap.patch(limit=50_000) </code></pre> Four actions at configurable thresholds: WARN, DEGRADE (transparent model swap), BLOCK, and WEBHOOK. SQLite out of the box, Redis for multi-agent setups.<p>One design decision worth mentioning: tokencap tracks tokens, not dollars. Token counts come directly from the provider response and never drift with pricing changes.<p>Happy to answer any questions.
Components of a Coding Agent
Hacker News (score: 88)[Other] Components of a Coding Agent
block/goose
GitHub Trending[Other] an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM
[Other] Show HN: Pluck β Copy any UI from any website, paste it into AI coding tools
Embarrassingly simple self-distillation improves code generation
Hacker News (score: 425)[Other] Embarrassingly simple self-distillation improves code generation
Claude Code Found a Linux Vulnerability Hidden for 23 Years
Hacker News (score: 30)[Other] Claude Code Found a Linux Vulnerability Hidden for 23 Years
How to Write Unmaintainable Code (1999)
Hacker News (score: 39)[Other] How to Write Unmaintainable Code (1999)
Run Linux containers on Android, no root required
Hacker News (score: 184)[Other] Run Linux containers on Android, no root required
Show HN: Run Claude Code autonomously inside your Docker Compose stack (OSS)
Show HN (score: 6)[DevOps] Show HN: Run Claude Code autonomously inside your Docker Compose stack (OSS) Claude Code's --dangerously-skip-permissions flag lets agents run without interruption, but it needs a sandboxed environment to be safe.<p>dangerously is an open source tool that spins up an isolated container and runs Claude Code inside it β file system changes are restricted to your project directory.<p>The new version detects your docker-compose.yml and spins up your full service stack alongside Claude Code, so the agent can test against real dependencies β databases, queues, whatever your app needs.<p>npm install -g dangerously
Show HN: Ismcpdead.com β Live dashboard tracking MCP adoption and sentiment
Hacker News (score: 20)[Other] Show HN: Ismcpdead.com β Live dashboard tracking MCP adoption and sentiment Built this to track the ongoing debate around Model Context Protocol - whether it's gaining real traction or just hype. Pulls live data from GitHub, HN, Reddit and a few other sources. Curious what the HN crowd thinks given how active the MCP discussion has been here.
Show HN: Aurion OS, A 1.8MB OS with a browser, try it live (C/x86 ASM)
Show HN (score: 5)[Other] Show HN: Aurion OS, A 1.8MB OS with a browser, try it live (C/x86 ASM) I posted Aurion OS a few weeks ago on HN.<p>Since then, the OS has gone from Beta to v1.0 Release with a lot of improvements:<p>Blaze Browser: HTML/CSS/JS rendering with tabs and a developer console (local only, no full http/https support for now) Installer with user account setup and app selection Multi-resolution support (800x600 to 2560x1440, I plan to add 4096x2160 pixels in next versions) Unix-style luka@aurion prompt Serbian keyboard layout Python interpreter and Make build system 50+ terminal commands Window manager improvements and bug fixes<p>1.8MB ISO (entire OS including the browser and GUI) Supports QEMU, VirtualBox, VMware, and v86<p>You can try it live in the link above, or grab the ISO from GitHub: <a href="https://github.com/Luka12-dev/AurionOS" rel="nofollow">https://github.com/Luka12-dev/AurionOS</a><p>Built solo as a hobby/learning project. I'm 13. I'd love any feedback, suggestions!
Big-Endian Testing with QEMU
Hacker News (score: 30)[Testing] Big-Endian Testing with QEMU
Show HN: LLMnesia β search across ChatGPT, Claude, Gemini chats locally
Show HN (score: 6)[Other] Show HN: LLMnesia β search across ChatGPT, Claude, Gemini chats locally I kept running into this annoying problem:<p>Iβd remember a really useful answer, but not where it was.<p>ChatGPT? Claude? Gemini? No idea. So Iβd end up digging through all of them or just rewriting the prompt.<p>Built this to fix that.<p>Itβs a Chrome extension that indexes chats locally and lets you search across them all in one place. Once itβs indexed, search is basically instant.<p>Still early. UIs change and break things sometimes, so itβs a bit fragile in places.<p>Curious if other people have the same issue or if itβs just me jumping between tools too much.
Show HN: Apfel β The free AI already on your Mac
Hacker News (score: 694)[Other] Show HN: Apfel β The free AI already on your Mac Github: <a href="https://github.com/Arthur-Ficial/apfel" rel="nofollow">https://github.com/Arthur-Ficial/apfel</a>
rpg: A modern psql-compatible Postgres terminal and TUI written in Rust
Hacker News (score: 10)[CLI Tool] rpg: A modern psql-compatible Postgres terminal and TUI written in Rust
AWS has officially removed all EC2 instances in Bahrain from their docs
Hacker News (score: 22)[Other] AWS has officially removed all EC2 instances in Bahrain from their docs
Show HN: I tested 15 free AI models at building real software on a $25/year VPS
Show HN (score: 32)[Other] Show HN: I tested 15 free AI models at building real software on a $25/year VPS
asgeirtj/system_prompts_leaks
GitHub Trending[Other] Extracted system prompts from ChatGPT (GPT-5.4, GPT-5.3, Codex), Claude (Opus 4.6, Sonnet 4.6, Claude Code), Gemini (3.1 Pro, 3 Flash, CLI), Grok (4.2, 4), Perplexity, and more. Updated regularly.
Yeachan-Heo/oh-my-codex
GitHub Trending[Other] OmX - Oh My codeX: Your codex is not alone. Add hooks, agent teams, HUDs, and so much more.