🛠️ All DevTools
Showing 1–20 of 4736 tools
Last Updated
May 24, 2026 at 04:00 PM
Constraint Decay: The Fragility of LLM Agents in Back End Code Generation
Hacker News (score: 33)[Other] Constraint Decay: The Fragility of LLM Agents in Back End Code Generation
earendil-works/pi
GitHub Trending[Other] AI agent toolkit: coding agent CLI, unified LLM API, TUI & web UI libraries, Slack bot, vLLM pods
Microsoft open-sources "the earliest DOS source code discovered to date"
Hacker News (score: 87)[Other] Microsoft open-sources "the earliest DOS source code discovered to date" <a href="https://opensource.microsoft.com/blog/2026/04/28/continuing-the-story-of-early-dos-development/" rel="nofollow">https://opensource.microsoft.com/blog/2026/04/28/continuing-...</a>
API proposed by Chrome: Declarative partial updates
Hacker News (score: 11)[API/SDK] API proposed by Chrome: Declarative partial updates
Reverse engineering circuitry in a Spacelab computer from 1980
Hacker News (score: 57)[Other] Reverse engineering circuitry in a Spacelab computer from 1980
z386: An Open-Source 80386 Built Around Original Microcode
Hacker News (score: 23)[Other] z386: An Open-Source 80386 Built Around Original Microcode
80386 Microcode Disassembled
Hacker News (score: 183)[Other] 80386 Microcode Disassembled
mukul975/Anthropic-Cybersecurity-Skills
GitHub Trending[Other] 754 structured cybersecurity skills for AI agents · Mapped to 5 frameworks: MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, D3FEND & NIST AI RMF · agentskills.io standard · Works with Claude Code, GitHub Copilot, Codex CLI, Cursor, Gemini CLI & 20+ platforms · 26 security domains · Apache 2.0
Electrobun 2.0 will be decoupled from Bun due to the Rust rewrite
Hacker News (score: 114)[Other] Electrobun 2.0 will be decoupled from Bun due to the Rust rewrite <a href="https://xcancel.com/YoavCodes/status/2058064720553222567" rel="nofollow">https://xcancel.com/YoavCodes/status/2058064720553222567</a>
Making deep learning go brrrr from first principles (2022)
Hacker News (score: 145)[Other] Making deep learning go brrrr from first principles (2022)
Models.dev: open-source database of AI model specs, pricing, and capabilities
Hacker News (score: 83)[Database] Models.dev: open-source database of AI model specs, pricing, and capabilities
Show HN: OpenRig – a control plane for multi-agent coding topologies
Show HN (score: 5)[DevOps] Show HN: OpenRig – a control plane for multi-agent coding topologies Hi HN, I’m Mike, the founder of OpenRig.<p>I built this because my Claude Code + Codex setup kept forming little "topologies" of long-lived agents that worked well together, but the terminal sprawl was intense. So I built a primitive the agents could intuitively reach for to save and recreate these setups on the fly. This then led to more agent-first primitives like coordination, declarative workflow patterns, workspaces, etc.<p>Several months in and these "rigs" I manage with openrig require a lot less babysitting and I can manage more projects at once without getting overwhelmed.<p>The short version: OpenRig is a way to save and operate that topology instead of rebuilding it by hand every time.<p>Demo video: <a href="https://youtu.be/yCFSRnPDFqY?si=n5e627d0CU3X3bmE" rel="nofollow">https://youtu.be/yCFSRnPDFqY?si=n5e627d0CU3X3bmE</a><p>GitHub: <a href="https://github.com/mvschwarz/openrig" rel="nofollow">https://github.com/mvschwarz/openrig</a>
GitHub introduces staged publishing and new install-time controls for NPM
Hacker News (score: 24)[Other] GitHub introduces staged publishing and new install-time controls for NPM
Microsoft starts canceling Claude Code licenses
Hacker News (score: 308)[Other] Microsoft starts canceling Claude Code licenses <a href="https://archive.ph/WfCta" rel="nofollow">https://archive.ph/WfCta</a>
TorQ: Kdb+ Production Framework
Hacker News (score: 10)[Other] TorQ: Kdb+ Production Framework
Show HN: Darnix – Darwin Built with Nix
Show HN (score: 9)[Build/Deploy] Show HN: Darnix – Darwin Built with Nix The Darwin kernel (XNU) has been open source since 1999. But "open source" and "you can actually build and boot it" are very different things. XNU depends on proprietary tooling, kexts, and a bunch of open source projects published without a build system.<p>Darnix builds the whole thing with Nix. The kernel, the filesystem, the boot image, all the way to a running QEMU instance. We patched XNU to run on QEMU without kexts, ported HFS+ from a kernel extension into the kernel itself, fixed GRUB's Mach-O loader, and wired it all together as a flake. The build is fully sandboxed. No root, no volume mounting, no device access, no network.<p>The bigger idea is a revival of PureDarwin (<a href="https://www.puredarwin.org/" rel="nofollow">https://www.puredarwin.org/</a>), a standalone OS on Apple's open source Darwin layer, with Nix managing everything above the kernel. Sort of like a Nix OS on XNU instead of Linux.<p>Right now the kernel boots, mounts a ramdisk, and runs a single static binary. Next step is a shell.<p><a href="https://github.com/jonhermansen/darnix" rel="nofollow">https://github.com/jonhermansen/darnix</a><p>Technical details and the full list of patches are in the README. I would love to hear from anyone who’s thought about this space!<p>---<p>Darnix is not affiliated with or endorsed by Apple Inc. This is not macOS. Apple, macOS, and related trademarks are the property of Apple Inc. Darwin is licensed under the APSL.
Show HN: Pablo – a Chrome extension that copies UI from any website
Show HN (score: 6)[Other] Show HN: Pablo – a Chrome extension that copies UI from any website Pablo is a Chrome extension that copies the HTML and CSS behind any element you hover.<p>It captures computed styles, fonts (with @font-face and Google Fonts links), CSS keyframes, and animation props from GSAP and Framer Motion. The output is structured so it pastes cleanly into Claude Code, Cursor, or Codex when you want to rebuild a component in your own stack.<p>Manifest v3, no host permissions, no backend. Free.<p><a href="https://usepablo.dev" rel="nofollow">https://usepablo.dev</a><p>Happy to answer questions about how the extraction works, and would love to hear about sites where the output breaks.
Fincept-Corporation/FinceptTerminal
GitHub Trending[Other] FinceptTerminal is a modern finance application offering advanced market analytics, investment research, and economic data tools, designed for interactive exploration and data-driven decision-making in a user-friendly environment.
Show HN: ShadowCat – file transfer through QR Codes in a Browser
Hacker News (score: 139)[Other] Show HN: ShadowCat – file transfer through QR Codes in a Browser
Show HN: I made an open-source memory layer for agents
Show HN (score: 7)[API/SDK] Show HN: I made an open-source memory layer for agents Store memories, auto-extract entities and relationships, search semantically. MCP server + REST API + SDKs. Self-hostable, cloud option, MIT license.