🛠️ All DevTools
Showing 1661–1680 of 6200 tools
Last Updated
July 22, 2026 at 04:24 PM
Remembering Planet Source Code: Sharing Code Before GitHub Made It Easy
Hacker News (score: 24)[Other] Remembering Planet Source Code: Sharing Code Before GitHub Made It Easy
lobehub/lobehub
GitHub Trending[Other] The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.
awslabs/aidlc-workflows
GitHub Trending[Other] AI-Driven Life Cycle (AI-DLC) adaptive workflow steering rules for AI coding agents
Show HN: GETadb.com – every GET request creates a DB
Hacker News (score: 23)[API/SDK] Show HN: GETadb.com – every GET request creates a DB Hey HN! We made GETadb.com, so it's easier to get agents to build you full stack apps. You don't need to give them any credentials. Just by loading a GET request, they get access to a database, a sync engine, and abstractions for auth, presence, and streams.<p>To see what the agent sees, you can load https://getadb.com/new<p>There's two fun things about how it's implemented:<p>1. If you curl the home page, it the agent content rather than human content. We do this by detecting the 'Sec-Fetch-Mode' header. It's not perfect, but gets the job done for Claude Code et al.<p>2. For an agent to spin up an app, they make _two_ fethes. (1) getadb.com/guide tells them to generate a uuid, and fetch (2) getadb.com/provision/<uuid>. We did this, because just about half of the popular web-based app builders cache URLs globally, even if you return no-store headers. To get around this we just instruct the agent to generate unique URLs<p>You may wonder: Why GET requests, rather than POST requests? It's because then you can build in surprising places. For example, we get meta.ai to build an app inside the artifact preview: https://artifacts.meta.ai/share/a/b80c7412-c3af-4088-b430-78efdfe8ea2d<p>Under the hood, this is possible because the whole infra is mult-tenant from ground up. We already announced how that works on HN, but if you're curious here's the essay for it: https://www.instantdb.com/essays/architecture
[Other] Show HN: Notion-to-site – sync any Notion database to local Markdown/MDX/JSON Built this while syncing my own blog from Notion. Good alternative to paid options like Super.so.<p>Supports incremental sync, all Notion block types including equations and synced blocks, image download + WebP conversion, and adapters for Markdown, MDX, and JSON.<p>Works with Next.js, Astro, SvelteKit, and anything that reads files.
Show HN: Git for AI Agents
Hacker News (score: 20)[Other] Show HN: Git for AI Agents hi guys. been working on something i think is fundamentally missing in today's workflow with ai agents.<p>vcs.<p>i find myself struggling with questions that agents can't answer like "why did you do it?", "when did u delete this folder? why?", etc. or trying to /rewind (after a /compact...) or basically `bisect` to find when and why something was done by the agent in the current / previous session.<p>just like git did for code, i think we are the same core capabilities with ai agents<p>so...<p>i developed an open source solution for that (currently supporting claude code)<p>would love to get feedback, contribution or maybe other ideas or solutions you find for those problems.
Building a web server in aarch64 assembly to give my life (a lack of) meaning
Hacker News (score: 78)[Other] Building a web server in aarch64 assembly to give my life (a lack of) meaning
Podman rootless containers and the Copy Fail exploit
Hacker News (score: 36)[Other] Podman rootless containers and the Copy Fail exploit
Show HN: Crit – local review tool for agent plans and code diffs
Show HN (score: 9)[CLI Tool] Show HN: Crit – local review tool for agent plans and code diffs Crit is a single-binary CLI that opens your file or code diffs in a browser with GitHub-inspired interface. Your favourite agent acts on the feedback and responds back - continue until you're happy.<p>I've been building this for a few months now and it's been helping me a lot juggling parallel conversations with agents, making it easier to actually review the plans they generate and the resulting code - all before it hits GitHub.<p>It also allows you to export the plans to a hosted service (which you can self-host for privacy), to solicit feedback from your team. No account needed, and reviews are automatically deleted after 30 days of inactivity.
Stop MitM on the first SSH connection, on any VPS or cloud provider
Hacker News (score: 23)[Other] Stop MitM on the first SSH connection, on any VPS or cloud provider
Show HN: Runs AI coding agents inside isolated Docker containers
Show HN (score: 6)[DevOps] Show HN: Runs AI coding agents inside isolated Docker containers
QBE – Compiler Back End
Hacker News (score: 53)[Other] QBE – Compiler Back End
Blaise – A modern self-hosting zero-legacy Object Pascal compiler targeting QBE
Hacker News (score: 36)[Other] Blaise – A modern self-hosting zero-legacy Object Pascal compiler targeting QBE
Claude Code CVE-2026-39861:sandbox escape via symlink
Hacker News (score: 10)[Other] Claude Code CVE-2026-39861:sandbox escape via symlink
Show HN: AnamDB – An AI-native, differentiable Datalog engine written in Rust
Show HN (score: 11)[Other] Show HN: AnamDB – An AI-native, differentiable Datalog engine written in Rust
Show HN: DiffCAD, a FreeCAD workbench to review model changes like code
Show HN (score: 6)[Other] Show HN: DiffCAD, a FreeCAD workbench to review model changes like code I'd like to share a new workbench I've been working on called DiffCAD. Coming from a software engineering background, not having the ability to properly diff my CAD model changes was driving me crazy. This project scratches my own itch, and maybe someone elses', too!<p>I'm open to feedback, ideas, and contributions. Cheers!
[Testing] Show HN: Resurf – realistic, reproducible test framework for AI browser agents Systematic testing of browser agents today is not easy: testing on real websites is flaky, rate-limited and potentially expensive (e.g. using proxies or bypassing Captcha), while static-HTML benchmarks lack state and dynamic behavior.<p>Resurf gives your browser agent a realistic, stateful, instrumented framework — built on synthetic websites with failure-mode injection:<p>- Realistic, dynamic, interactive environment - Deterministic & reproducible - Failure-mode injection (latency, payment errors, 5xx) - Auditable success eval (DB state, not LLM judge) - No dependency on live websites - Browser Use and Stagehand supported out of the box
Cloudflare to cut about 20% workforce
Hacker News (score: 633)[Other] Cloudflare to cut about 20% workforce <a href="https://blog.cloudflare.com/building-for-the-future/" rel="nofollow">https://blog.cloudflare.com/building-for-the-future/</a>
Natural Language Autoencoders: Turning Claude's Thoughts into Text
Hacker News (score: 221)[Other] Natural Language Autoencoders: Turning Claude's Thoughts into Text
Principles for agent-native CLIs
Hacker News (score: 24)[Other] Principles for agent-native CLIs