πŸ› οΈ All DevTools

Showing 1–20 of 4023 tools

Last Updated
April 04, 2026 at 08:00 PM

[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&#x2F;month. Most developers only need 15-25 tok&#x2F;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&#x2F;mo for smaller models.<p>The LLMs are completely private (we don&#x27;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.

Found: April 04, 2026 ID: 4020

[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.

Found: April 04, 2026 ID: 4023

Components of a Coding Agent

Hacker News (score: 88)

[Other] Components of a Coding Agent

Found: April 04, 2026 ID: 4021

block/goose

GitHub Trending

[Other] an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM

Found: April 04, 2026 ID: 4015

[Other] Show HN: Pluck – Copy any UI from any website, paste it into AI coding tools

Found: April 04, 2026 ID: 4022

[Other] Embarrassingly simple self-distillation improves code generation

Found: April 04, 2026 ID: 4019

[Other] Claude Code Found a Linux Vulnerability Hidden for 23 Years

Found: April 03, 2026 ID: 4011

[Other] How to Write Unmaintainable Code (1999)

Found: April 03, 2026 ID: 4012

[Other] Run Linux containers on Android, no root required

Found: April 03, 2026 ID: 4016

[DevOps] Show HN: Run Claude Code autonomously inside your Docker Compose stack (OSS) Claude Code&#x27;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

Found: April 03, 2026 ID: 4008

[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&#x27;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.

Found: April 03, 2026 ID: 4007

[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&#x2F;CSS&#x2F;JS rendering with tabs and a developer console (local only, no full http&#x2F;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:&#x2F;&#x2F;github.com&#x2F;Luka12-dev&#x2F;AurionOS" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Luka12-dev&#x2F;AurionOS</a><p>Built solo as a hobby&#x2F;learning project. I&#x27;m 13. I&#x27;d love any feedback, suggestions!

Found: April 03, 2026 ID: 4014

Big-Endian Testing with QEMU

Hacker News (score: 30)

[Testing] Big-Endian Testing with QEMU

Found: April 03, 2026 ID: 4005

[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.

Found: April 03, 2026 ID: 4006

[Other] Show HN: Apfel – The free AI already on your Mac Github: <a href="https:&#x2F;&#x2F;github.com&#x2F;Arthur-Ficial&#x2F;apfel" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Arthur-Ficial&#x2F;apfel</a>

Found: April 03, 2026 ID: 4017

[CLI Tool] rpg: A modern psql-compatible Postgres terminal and TUI written in Rust

Found: April 02, 2026 ID: 4004

[Other] AWS has officially removed all EC2 instances in Bahrain from their docs

Found: April 02, 2026 ID: 4000

[Other] Show HN: I tested 15 free AI models at building real software on a $25/year VPS

Found: April 02, 2026 ID: 4013

[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.

Found: April 02, 2026 ID: 3994

[Other] OmX - Oh My codeX: Your codex is not alone. Add hooks, agent teams, HUDs, and so much more.

Found: April 02, 2026 ID: 3993
Previous Page 1 of 202 Next