🛠️ All DevTools

Showing 1–20 of 4988 tools

Last Updated
June 08, 2026 at 04:43 PM

A Farmer Donated Land to Turn into a Park. The City Is Building a Data Center

Found: June 08, 2026 ID: 4985

Launch HN: Intuned (YC S22) – Build and run reliable browser automations as code Hey HN, we&#x27;re Faisal and Ahmad from Intuned (<a href="https:&#x2F;&#x2F;intunedhq.com">https:&#x2F;&#x2F;intunedhq.com</a>). We’re building a platform for building, deploying, and maintaining browser automations.<p>Customers primarily use the Intuned AI agent to automate websites that don&#x27;t expose APIs. Common use-cases include scraping data, pulling reports, and submitting forms. As the website changes, our agent also helps automatically heal the automation.<p>On Intuned, browser automations are created by an AI agent and run as <i>code</i>. Our infra captures the context of every run, allowing our agent to debug and maintain the underlying code - to keep the automations working over time. This way, we’re able to offer the predictability, speed, and cost of code, without the painful parts of writing and maintaining it.<p>Here’s a demo of building a scraper on Intuned: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;ruZP73bK4FU" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;ruZP73bK4FU</a><p>Here’s a demo of using AI to maintain a project: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;e4R4hLdHBro" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;e4R4hLdHBro</a><p>Backstory: we were accepted into YC for a completely different idea. During the batch, because of Faisal&#x27;s background at UiPath, several batchmates asked us whether RPA tools could fill API gaps in their products by automating websites without APIs. When it was time to pivot, we went back to those founders to dig deeper. (RPA in this context is referring to using UI automation to do complete non-testing tasks)<p>We discovered that the actual hard problem in browser automation is maintenance. Websites change, selectors break, and failures can be painful to reproduce and fix. So in early 2024, we decided to take a crack at this problem with a handful of customers. It needed a fair number of iterations before we landed on our current code-first approach.<p>How it works: Intuned is infra + agent, deeply integrated.<p>On the infrastructure side, Intuned is a managed runtime for browser automation code. Projects are usually Playwright-based TypeScript or Python. Users can write them directly in our online IDE, or hand the work off to the agent. Either way, once deployed, the platform runs each project in its own isolated machine and handles auth&#x2F;session reuse, scheduling, batch execution, concurrency, observability, and the other plumbing around running browser code.<p>On the agent side, it took us a few iterations to get to the current approach. Our initial attempts were rigid pipelines: collect requirements, inspect the site, generate code, then try to patch whatever broke. It looked reasonable on paper, but real websites are too messy for fixed paths. Late last year, we were planning to ship that version when stronger models landed and harnesses like Claude Code and Codex showed what a more open-ended coding agent could do. We built a prototype on the Claude Agent SDK, it felt much better than what we had, and we scrapped the release and decided to rebuild the agent.<p>The rebuild came down to three pieces around the SDK: an execution environment for running long agent sessions reliably, a CLI that exposes the platform to the agent so it operates Intuned the way engineers do, and a custom plugin (skills + MCP) built around what we&#x27;ve learned building browser automations.<p>The infra-agent integration is where the product gets more interesting. The runtime doesn&#x27;t just run the automation; it captures the context needed to debug it when it fails: params, results, traces, logs. That enables features like Fix with AI, where you can open a failed run and have the agent investigate and prepare a fix.<p>The same integration powers a feature called self-healing. For configured projects, the platform detects failures, starts an agent session with the relevant context, and either proposes a fix for review or deploys it automatically. Demo: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;IVHIXw0lYMs" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;IVHIXw0lYMs</a><p>We recently also packaged the infra and agent as an API called Web Task API, here is a demo: <a href="https:&#x2F;&#x2F;youtu.be&#x2F;1olRn3l95vw" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;1olRn3l95vw</a><p>We strongly believe that browser automations can and should be faster, cheaper and more predictable. Check us out at <a href="https:&#x2F;&#x2F;app.intuned.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;app.intuned.io&#x2F;</a>, we have a free tier with trial credits for your first few automations. Excited to hear your thoughts, questions, and feedback!

Found: June 08, 2026 ID: 4982

Nvidia partners with LG robotics to build humanoid robots in South Korea

Found: June 08, 2026 ID: 4987

google/skills

GitHub Trending

Agent Skills for Google products and technologies

Found: June 08, 2026 ID: 4980

Anti-social: It's fads, not friends, which now dominate social media feeds

Found: June 08, 2026 ID: 4983

Config Files That Run Code: Supply Chain Security Blindspot

Found: June 08, 2026 ID: 4986

Do agents.md files help coding agents? <a href="https:&#x2F;&#x2F;xcancel.com&#x2F;rasbt&#x2F;status&#x2F;2063649136323252397" rel="nofollow">https:&#x2F;&#x2F;xcancel.com&#x2F;rasbt&#x2F;status&#x2F;2063649136323252397</a><p><a href="https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2602.11988" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2602.11988</a>

Found: June 08, 2026 ID: 4978

Show HN: Web Speed – A shared web-map registry for AI agents (MCP, open source) Hey everyone, I&#x27;ve been working on a tool called Web Speed. It takes web pages full of HTML and parses them into an easily readable sitemap for an AI agent. By ensuring the AI doesn&#x27;t have to analyze the full HTML from the page or screenshots of the page, it makes the agent a lot cheaper and faster. It&#x27;s MCP-native, so any AI that supports MCP can run it and take control of your browser for you. There are both “normal” and post-auth versions live on GitHub. What I think is the coolest thing about the project is the global cache of sitemaps. When a user visits a site, it takes the sitemap and sends it up to the server so that later, a person can get that sitemap from the cache, further speeding up the agent. Right now, only the paid API version can access the cache. I would love your thoughts on the project, any ideas, criticisms, or concerns. I really just want to see if people think that this would be a useful tool. Please reach out if you have any questions about Web Speed. Repo (OSS): <a href="https:&#x2F;&#x2F;github.com&#x2F;Dominic-Pi-Sunyer&#x2F;web-speed-oss" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Dominic-Pi-Sunyer&#x2F;web-speed-oss</a> Repo (Post-auth): <a href="https:&#x2F;&#x2F;github.com&#x2F;Dominic-Pi-Sunyer" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Dominic-Pi-Sunyer</a> API and Docs: <a href="https:&#x2F;&#x2F;getwebspeed.io" rel="nofollow">https:&#x2F;&#x2F;getwebspeed.io</a><p>Thanks, Dominic

Found: June 08, 2026 ID: 4981

Show HN: I put my Claude Code rate-limit burndown in the status line

Found: June 08, 2026 ID: 4979

Tech sell-off widens as South Korea index plunges

Found: June 08, 2026 ID: 4974

DeepSeek V4 Pro beats GPT-5.5 Pro on precision

Found: June 08, 2026 ID: 4973

APC–2 – A professional record cutter for producing original playback discs

Found: June 08, 2026 ID: 4971

The Smallest Brain You Can Build: A Perceptron in Python

Found: June 08, 2026 ID: 4972

Firefox Merges Support for Vulkan Video Decoding

Found: June 07, 2026 ID: 4967

Show HN: Nightwatch, The open-source, read-only AI SRE nightwatch is a local-first, read-only layer on top of your monitoring. it groups alert storm into incidents, flags noisy checks and has an agent that can investigate for you live systems. You can e.g. jump from the incident into the agent directly.<p>the reason for this weekend project is that we had a kubernetes upgrade that went wrong, and at some point a rollback wasn&#x27;t possible anymore, so it had to be fixed live during the night while several problems came together. We run a lot of different systems, on-prem and several Kubernetes clusters, and in a situation like that you spend most of the time just figuring out what is actually broken and where.<p>So i thought that it would be pretty cool to have eyes in the dark in each system that can talk to your &quot;brain&quot;.<p>so the idea is to put a baby owl into each environment. Each owl runs where the systems live, keeps that environment&#x27;s credentials local, and only dials outbound to a central brain, so there is no inbound hole into prod. It exposes a set of read-only skills, and the agent uses them to gather evidence and form a root-cause hypothesis, so the on-call engineer starts with a head start instead of from zero.<p>read-only for now, i don&#x27;t trust it near prod yet and honestly neither should you.<p>llocal-first for easy self-hosting and to keep credentials on your side. the clustering and recommendations run fully offline with no llm at all. the agent needs a tool-calling llm, you can point it at a remote one, or self-host one (ollama etc.) if you want to stay fully offline.<p>for non selfhosters: before every remote llm call, nightwatch strips real secrets (unrestorable) and swaps identifiers like ips, hostnames and paths for reversible placeholders, so the model only sees masked data while real values are restored only in the proposed commands and tool calls<p>Would love if you try it in your Systems

Found: June 07, 2026 ID: 4968

Leiden Declaration on Artificial Intelligence and Mathematics

Found: June 07, 2026 ID: 4962

Building from Zero After Addiction, Prison, and a Felony

Found: June 07, 2026 ID: 4961

Show HN: Help SourceLibrary.org Translate the Renaissance SourceLibrary.org is currently the world’s largest online library of translated ancient sources. It contains over 15,000 books translated from dozens of languages (Latin, Greek, Chinese, Sanskrit, Arabic, Hebrew, Egyptian, etc)—from sacred texts to early science. Our vision is to make ancient wisdom accessible to both people and AI.<p>Did you know that less than 3% of the Latin Renaissance has ever been translated into English?<p>This is ironic, because translations of ancient Greek wisdom texts are historically credited with helping to ignite the Renaissance. Yet, the Renaissance itself was mostly written in NeoLatin and it is currently 97% untranslated.<p>For scale, the word count of SourceLibrary.org just exceeded English Wikipedia. In addition to the texts, there are hundreds of thousands of searchable images.<p>SourceLibrary is free and open-source (AGPL3). Scans are mostly public domain and translated texts are Creative Commons share-alike. All is accessible via MCP or API. Point Claude Code or Codex at sourcelibrary and see what it is like when it can search and quote source texts. E.g., ask Claude Code to compare alchemical practices in Latin, Chinese, Sanskrit etc — and ask for images.<p>SourceLibrary.org is an open source initiative of the Embassy of the Free Mind (<a href="https:&#x2F;&#x2F;www.EmbassyoftheFreeMind.com" rel="nofollow">https:&#x2F;&#x2F;www.EmbassyoftheFreeMind.com</a>), a Dutch nonprofit with 501c3 status and home to the <i>Biblioteca Philosophica Hermetica,</i> a UNESCO recognized “Memory of the World” rare book library. SourceLibrary is entirely supported by tax-deductable donations. Corporate sponsorships and partnerships are also welcome: <a href="https:&#x2F;&#x2F;sourcelibrary.org&#x2F;support" rel="nofollow">https:&#x2F;&#x2F;sourcelibrary.org&#x2F;support</a><p>We invite you to participate in this historical effort to translate the Renaissance and beyond. In addition to the digital impact, we hope to manifest long-term institutional support for the (global) human stewardship of these materials.<p>HN, please sign up for free and leave feedback (found at the bottom of every page). If something is annoying or improper or hard to use — please share. I read feedback almost every day. Maybe test out the librarian <a href="https:&#x2F;&#x2F;sourcelibrary.org&#x2F;librarian" rel="nofollow">https:&#x2F;&#x2F;sourcelibrary.org&#x2F;librarian</a> — it’s a research agent that can retrieve quotes and images in chat.<p>If this project resonates with you, please let me know what you find!<p>Derek<p>Acknowledgments: Thank you to my friends at playpowerlabs.com, getsmartpaper.com and Wisdom-Frontier.org for concept and development support and to <a href="https:&#x2F;&#x2F;www.frond.studio&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.frond.studio&#x2F;</a> for design support

Found: June 07, 2026 ID: 4969

Show HN: GentleOS – A pair of hobby OSes for vintage 32-bit and 16-bit PCs Hello HN,<p>I&#x27;ve been working on a simple OS for tinkering and running bare metal apps on vintage PCs.<p>Since I couldn&#x27;t quite decide whether to target pure 16-bit, or slightly more capable 32-bit machines, I ended up with two separate versions:<p>- GentleOS&#x2F;32 (<a href="https:&#x2F;&#x2F;github.com&#x2F;luke8086&#x2F;gentleos32" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;luke8086&#x2F;gentleos32</a>) works on i386+, requires 4MB of RAM and VGA display supporting 640x480x16 mode or any 256-color VESA mode.<p>- GentleOS&#x2F;16 (<a href="https:&#x2F;&#x2F;github.com&#x2F;luke8086&#x2F;gentleos" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;luke8086&#x2F;gentleos</a>) works on 80186+, requires less than 192KB of RAM and a CGA display supporting 320x200x4 mode.<p>You can find more details in the repos.

Found: June 07, 2026 ID: 4977

Anthropic, please ship an official Claude Desktop for Linux

Found: June 07, 2026 ID: 4954
Previous Page 1 of 250 Next