🛠️ Hacker News Tools
Showing 101–120 of 2448 tools from Hacker News
Last Updated
April 20, 2026 at 08:00 AM
Show HN: Eve – Managed OpenClaw for work
Hacker News (score: 25)[Other] Show HN: Eve – Managed OpenClaw for work Eve is an AI agent harness that runs in an isolated Linux sandbox (2 vCPUs, 4GB RAM, 10GB disk) with a real filesystem, headless Chromium, code execution, and connectors to 1000+ services.<p>You give it a task and it works in the background until it's done.<p>I built this because I wanted OpenClaw without the self-hosting, pointed at actual day-to-day work. I’m thinking less personal assistant and more helpful colleague.<p>Here’s a short demo video: <a href="https://www.loom.com/share/00d11bdbe804478e8817710f5f53ac61" rel="nofollow">https://www.loom.com/share/00d11bdbe804478e8817710f5f53ac61</a><p>The main interface is a web app where you can watch work happen in real time (agents spawning, files being written, use of the CLI). There's also an iMessage integration so you can fire a task asynchronously, put your phone down, and get a reply when it's finished.<p>Under the hood, there's an orchestrator (Claude Opus 4.6) that routes to the right domain-specific model for each subtask: browsing, coding, research, and media generation.<p>For complex tasks it spins up parallel sub-agents that coordinate through the shared filesystem. They have persistent memory across sessions so context compounds over time.<p>I’ve packaged it with a bunch of pre-installed skills so it can execute in a variety of job roles (sales, marketing, finance) at runtime.<p>Here are a few things Eve has helped me with in the last couple days:<p>- Edit this demo video with a voice over of Garry: <a href="https://www.youtube.com/watch?v=S4oD7H3cAQ0" rel="nofollow">https://www.youtube.com/watch?v=S4oD7H3cAQ0</a><p>- Do my tax returns<p>- To build HN as if it was the year 2030: <a href="https://api.eve.new/api/sites/hackernews-2030/#/" rel="nofollow">https://api.eve.new/api/sites/hackernews-2030/#/</a><p>AMA on the architecture and lmk your thoughts :)<p>P.S. I've given every new user $100 worth of credits to try it.
Forcing an inversion of control on the SaaS stack
Hacker News (score: 52)[Other] Forcing an inversion of control on the SaaS stack
Launch HN: Twill.ai (YC S25) – Delegate to cloud agents, get back PRs
Hacker News (score: 21)[DevOps] Launch HN: Twill.ai (YC S25) – Delegate to cloud agents, get back PRs Hey HN, we're Willy and Dan, co-founders of Twill.ai (<a href="https://twill.ai/">https://twill.ai/</a>). Twill runs coding CLIs like Claude Code and Codex in isolated cloud sandboxes. You hand it work through Slack, GitHub, Linear, our web app or CLI, and it comes back with a PR, a review, a diagnosis, or a follow-up question. It loops you in when it needs your input, so you stay in control.<p>Demo: <a href="https://www.youtube.com/watch?v=oyfTMXVECbs" rel="nofollow">https://www.youtube.com/watch?v=oyfTMXVECbs</a><p>Before Twill, building with Claude Code locally, we kept hitting three walls<p>1. Parallelization: two tasks that both touch your Docker config or the same infra files are painful to run locally at once, and manual port rebinding and separate build contexts don't scale past a couple of tasks.<p>2. Persistence: close your laptop and the agent stops. We wanted to kick off a batch of tasks before bed and wake up to PRs.<p>3. Trust: giving an autonomous agent full access to your local filesystem and processes is a leap, and a sandbox per task felt safer to run unattended.<p>All three pointed to the same answer: move the agents to the cloud, give each task its own isolated environment.<p>So we built what we wanted. The first version was pure delegation: describe a task, get back a PR. Then multiplayer, so the whole team can talk to the same agent, each in their own thread. Then memory, so "use the existing logger in lib/log.ts, never console.log" becomes a standing instruction on every future task. Then automation: crons for recurring work, event triggers for things like broken CI.<p>This space is crowded. AI labs ship their own coding products (Claude Code, Codex), local IDEs wrap models in your editor, and a wave of startups build custom cloud agents on bespoke harnesses. We take the following path: reuse the lab-native CLIs in cloud sandboxes. Labs will keep pouring RL into their own harnesses, so they only get better over time. That way, no vendor lock-in, and you can pick a different CLI per task or combine them.<p>When you give Twill a task, it spins up a dedicated sandbox, clones your repo, installs dependencies, and invokes the CLI you chose. Each task gets its own filesystem, ports, and process isolation. Secrets are injected at runtime through environment variables. After a task finishes, Twill snapshots the sandbox filesystem so the next run on the same repo starts warm with dependencies already installed. We chose this architecture because every time the labs ship an improvement to their coding harness, Twill picks up the improvement automatically.<p>We’re also open-sourcing agentbox-sdk, <a href="https://github.com/TwillAI/agentbox-sdk" rel="nofollow">https://github.com/TwillAI/agentbox-sdk</a>, an SDK for running and interacting with agent CLIs across sandbox providers.<p>Here’s an example: a three-person team assigned Twill to a Linear backlog ticket about adding a CSV import feature to their Rails app. Twill cloned the repo, set up the dev environment, implemented the feature, ran the test suite, took screenshots and attached them to the PR. The PR needed one round of revision, which they requested through Github. For more complex tasks, Twill asks clarifying questions before writing code and records a browser session video (using Vercel's Webreel) as proof of work.<p>Free tier: 10 credits per month (1 credit = $1 of AI compute at cost, no markup), no credit card. Paid plans start at $50/month for 50 credits, with BYOK support on higher tiers. Free pro tier for open-source projects.<p>We’d love to hear how cloud coding agents fit into your workflow today, and if you try Twill, what worked, what broke, and what’s still missing.
Why I'm Building a Database Engine in C#
Hacker News (score: 47)[Other] Why I'm Building a Database Engine in C#
Show HN: Figma for Coding Agents
Show HN (score: 11)[Other] Show HN: Figma for Coding Agents Feels a bit like Figma, but for coding agents.<p>Instead of going back and forth with prompts, you give the agent a DESIGN.md that defines the design system up front, and it generally sticks to it when generating UI.<p>Google Stitch seems to be moving in this direction as a standard, so we put together a small collection of DESIGN.md files based on popular web sites.
Show HN: Zeroclawed: Secure Agent Gateway
Show HN (score: 6)[Other] Show HN: Zeroclawed: Secure Agent Gateway I’ve been cautiously (and nervously) playing with openclaw and a number of other claw and code agents for a while now, but trying out different ones was tricky so I wanted a simple way to switch out channel ownership… then I wanted more. Security is hard, and I wanted to make it easier. This is FAR from polished, and no claims that I’m a “security expert” but I tried to think and research a bit on different threat models (I think of 2 broad ones for agents, external adversaries and internal agentic failures) and try and offer best in class protection on both, while also not having any special opinion on what a good agent may look like today or in the future… this is just a gateway, and hopefully one that can work for nearly any agent now or in the future, but trying to come with batteries included for some of the more popular options today like openclaw, zeroclaw, claw-code, clause and opencode, not all there yet but contribution and critiques welcome.
CPU-Z and HWMonitor compromised
Hacker News (score: 341)[Other] CPU-Z and HWMonitor compromised <a href="https://xcancel.com/vxunderground/status/2042483067655262461" rel="nofollow">https://xcancel.com/vxunderground/status/2042483067655262461</a><p><a href="https://old.reddit.com/r/pcmasterrace/comments/1sh4e5l/warning_hwmonitor_163_download_on_the_official/" rel="nofollow">https://old.reddit.com/r/pcmasterrace/comments/1sh4e5l/warni...</a><p><a href="https://www.bleepingcomputer.com/news/security/supply-chain-attack-at-cpuid-pushes-malware-with-cpu-z-hwmonitor/" rel="nofollow">https://www.bleepingcomputer.com/news/security/supply-chain-...</a>
The acyclic e-graph: Cranelift's mid-end optimizer
Hacker News (score: 64)[Other] The acyclic e-graph: Cranelift's mid-end optimizer
I shipped a transaction bug, so I built a linter
Hacker News (score: 35)[Code Quality] I shipped a transaction bug, so I built a linter
Show HN: A tool to manage a swarm of coding agents on Linux
Show HN (score: 5)[Other] Show HN: A tool to manage a swarm of coding agents on Linux
Show HN: Run GUIs as Scripts
Hacker News (score: 19)[Other] Show HN: Run GUIs as Scripts Hi there, Zero Stars here.<p>I recently published some new work to Hokusai Pocket, which is a cross-platform binary made on top of raylib and MRuby that runs GUIs from ruby scripts.<p>License?<p>MIT!<p>How does it work?<p>The binary is available on the GitHub releases page: <a href="https://github.com/skinnyjames/hokusai-pocket/releases/tag/0.6.1" rel="nofollow">https://github.com/skinnyjames/hokusai-pocket/releases/tag/0...</a><p>You can download the binary on x86 Windows, OSX, or Linux, and run your GUI application with<p>hokusai-pocket run:target="<your_hokusai_app.rb>"<p>For a little bit of a hello world, I started a photoshop clone<p><a href="https://github.com/skinnyjames/hokusai_demo_paint" rel="nofollow">https://github.com/skinnyjames/hokusai_demo_paint</a><p>Also a little game<p><a href="https://github.com/skinnyjames/pocket-squares" rel="nofollow">https://github.com/skinnyjames/pocket-squares</a><p>Docs / Help?<p>The docs are in progress, but the old docs for the CRuby version express some of the basic ideas around the project. <a href="https://hokusai.skinnyjames.net/docs/intro" rel="nofollow">https://hokusai.skinnyjames.net/docs/intro</a><p>(I'm also available to answer questions in between slinging pizza)<p>Deps?<p>Hokusai pocket currently uses<p>* libuv for offloading cpu intensive tasks to a worker pool to prevent blocking the UI thread, and I plan to integrate some libuv networking as well.<p>* raylib for backend graphics / I've also built with SDL on arm64 to run applications on my pinephone<p>* NativeFileDialog for the lovely integration into filesystem.<p>* MRuby for running or embedding the scripts<p>* tree-sitter for the custom template grammar (Although templates can be built with ruby)<p>Anyway, I hope you get a chance to try it. If you make something cool AND have docker installed, you can also publish your work as single binary<p>`hokusai-pocket publish:target=<your cool program.rb>`<p>Would love feedback, apps, and help with documentation and more build targets.<p>urs truly,<p>@ á´— @
We've raised $17M to build what comes after Git
Hacker News (score: 172)[Other] We've raised $17M to build what comes after Git
Show HN: SmolVM – open-source sandbox for coding and computer-use agents
Show HN (score: 5)[Other] Show HN: SmolVM – open-source sandbox for coding and computer-use agents SmolVM is an open-source local sandbox for AI agents on macOS and Linux.<p>I started building it because agent workflows need more than isolated code execution. They need a reusable environment: write files in one step, come back later, snapshot state, pause/resume, and increasingly interact with browsers or full desktop environments.<p>Right now SmolVM is a Python SDK and CLI focused on local developer experience.<p>Current features include: - local sandbox environments - macOS and Linux support - snapshotting - pause/resume - persistent environments across turns<p>Install: ``` curl -sSL <a href="https://celesto.ai/install.sh" rel="nofollow">https://celesto.ai/install.sh</a> | bash smolvm ```<p>I’d love feedback from people building coding agents or computer-use agents. Interested in what feels missing, what feels clunky, and what you’d expect from a sandbox like this.
Show HN: Linear RNN/Reservoir hybrid generative model, one C file (no deps.)
Show HN (score: 6)[Other] Show HN: Linear RNN/Reservoir hybrid generative model, one C file (no deps.) I just noticed it takes literally ~5 minutes to train millions parameters on slow CPU...but before you call Yudkowsky that "it's over", an important note: the main bottleneck is the corpus size, params are just 'cleverness' but given limited info it's powerless.<p>Anyway, here is the project:<p><a href="https://github.com/bggb7781-collab/lrnnsmdds/tree/main" rel="nofollow">https://github.com/bggb7781-collab/lrnnsmdds/tree/main</a><p>couple of notes:<p>1. single C file, no dependencies. Below are literally all the "dependencies", not even custom header (copy paste from the top of the single c file):<p>#define _POSIX_C_SOURCE 200809L<p>#include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #include <time.h> #include <stdint.h> #include <stdbool.h> #include <float.h> #include <getopt.h> #include <errno.h><p>4136 lines of code in one file at the moment, that's all.<p>2. easiest way to compile on Windows: download Cygwin (<a href="https://www.cygwin.com/" rel="nofollow">https://www.cygwin.com/</a>), then navigate to the directory where your lrnnsmdds.c file is and just run gcc on it with some optimizations, such as:<p>gcc -std=c17 -O3 -march=native --fast-math -o lrnn lrnnsmdds.c -lm<p>On Linux just run gcc, if for whatever reason you don't have gcc on Linux do sudo && apt-get install gcc --y ,or something...<p>On Apple: i've no idea or maybe just use vmware and install ubuntu and then run it.<p>Of course you can 'git clone' and go to the dir, but again: it's one file! copy it...<p>The repo has tiny toy corpus included where i've borrowed (hopefully it's not plagiarism!) the name "John Gordon" from one of my favorite books "Star Kings", by E. Hamilton. Just the first and last name are copied, the content is unique (well several poorly written sentences by myself...). Obviously it will overfit and result on copy-paste on such small corpus, the sole goal is to check if everything runs and not if it's the A-G-I. You'd need your own 100kb+ if you want to generate unique meaningful text.<p>3. why/what/when/how?<p>The github repo is self-explanatory i believe about features, uses and goals but in an attempt to summarize:<p>My main motivation was to create a fast alternative to transformers which works on CPU only, hence you see the bizarre/not-easy task of doing this in C and not python and the lack of dependencies. In addition I was hoping it will also be clever alternative hence you see all those features more stacked than 90s BMW 850. The 'reservoir' is the most novel feature though, it offers quick exact recall arguably different than RWKV 8 or the latest Mamba, in fact name of the architecture SMDDS comes from the first letters of the implemented features:<p>* S. SwiGLU in Channel Mixing (more coherence) * M. Multi-Scale Token Shift (larger context) * D. Data-Dependent Decay with Low-Rank (speed in large context) * D. Dynamic State Checkpointing (faster/linear generation) * S. Slot-memory reservoir (perfect recall, transformers style).<p>If you face some issue just email me (easiest).<p>the good, the bad the ugly:<p>It is more or less working text-to-text novel alternative architecture, it's not trying to imitate transformers nor LSTM, Mamba, RWKV though it shares many features with them - the bad is that it's not blazing fast, if you're armed with ryzen/i7 16 cores or whatever and patience you can try training it on several small books via word tokenizer and low perplexity (under 1.2...) and see if it looks smarter/faster. Since this is open source obviously the hope is to be improved: make it cuda-friendly, improve the features, port to python etc.<p>Depending on many factors I may try to push for v2 in July, August, September. My focus at the moment will be to test and scale since the features are many, it compiles with zero warnings on the 2 laptops i've tested(windows/cygwin and ubuntu) and the speed is comparable to transformers. 10x!
Hegel, a universal property-based testing protocol and family of PBT libraries
Hacker News (score: 42)[Testing] Hegel, a universal property-based testing protocol and family of PBT libraries
Instant 1.0, a backend for AI-coded apps
Hacker News (score: 54)[Other] Instant 1.0, a backend for AI-coded apps
Show HN: Control your X/Twitter feed using a small on-device LLM
Show HN (score: 13)[Other] Show HN: Control your X/Twitter feed using a small on-device LLM We built a Chrome extension and iOS app that filters Twitter's feed using Qwen3.5-4B for contextual matching. You describe what you don't want in plain language—it removes posts that match semantically, not by keyword.<p>What surprised us was that because Twitter's ranking algorithm adapts based on what you engage with, consistent filtering starts reshaping the recommendations over time. You're implicitly signaling preferences to the algorithm. For some of us it "healed" our feed.<p>Currently running inference from our own servers with an experimental on-device option, and we're working on fully on-device execution to remove that dependency. Latency is acceptable on most hardware but not great on older machines. No data collection; everything except the model call runs locally.<p>It doesn't work perfectly (figurative language trips it up) but it's meaningfully better than muting keywords and we use it ourselves every day.<p>Also promising how local / open models can now start giving us more control over the algorithmic agents in our lives, because capability density is improving.
Research-Driven Agents: When an agent reads before it codes
Hacker News (score: 171)[Other] Research-Driven Agents: When an agent reads before it codes
Show HN: Mdpdf a 2k line C CLI to convert Markdown to tiny PDFs
Show HN (score: 5)[CLI Tool] Show HN: Mdpdf a 2k line C CLI to convert Markdown to tiny PDFs I have always searched for a simple tool which can convert a MD document to a well styled small PDF, just like a GitHub Readme.<p>This was inspired by TinyPDF <a href="https://news.ycombinator.com/item?id=46316968">https://news.ycombinator.com/item?id=46316968</a><p>I also used this project to get familiar with agentic coding, which I had dreaded before.<p>mdpdf supports:<p>- using the included PDF fonts to generate tiny valid PDFs<p>- outputs as A4 or Letter depending on your locale<p>- plenty of common MD syntax: code blocks, inline code, lists, tables, and jpg and png images<p>That's it. It covers probably most of the use cases and can help to simply convert a Markdown write-up to a PDF to share.<p>GitHub: <a href="https://github.com/schicho/mdpdf" rel="nofollow">https://github.com/schicho/mdpdf</a><p>A simple make call should build it for you.
Show HN: I built a Cargo-like build tool for C/C++
Hacker News (score: 80)[Build/Deploy] Show HN: I built a Cargo-like build tool for C/C++ I love C and C++, but setting up projects can sometimes be a pain.<p>Every time I wanted to start something new I'd spend the first hour writing CMakeLists.txt, figuring out find_package, copying boilerplate from my last project, and googling why my library isn't linking. By the time the project was actually set up I'd lost all momentum.<p>So, I built Craft - a lightweight build and workflow tool for C and C++. Instead of writing CMake, your project configuration goes in a simple craft.toml:<p><pre><code> [project] name = "my_app" version = "0.1.0" language = "c" c_standard = 99 [build] type = "executable" </code></pre> Run craft build and Craft generates the CMakeLists.txt automatically and builds your project. Want to add dependencies? That's just a simple command:<p><pre><code> craft add --git https://github.com/raysan5/raylib --links raylib craft add --path ../my_library craft add sfml </code></pre> Craft will clone the dependency, regenerate the CMake, and rebuild your project for you.<p>Other Craft features: craft init - adopt an existing C/C++ project into Craft or initialize an empty directory. craft template - save any project structure as a template to be initialized later. craft gen - generate header and source files with starter boilerplate code. craft upgrade - keeps itself up to date.<p>CMakeLists.extra.cmake for anything that Craft does not yet handle.<p>Cross platform - macOS, Linux, Windows.<p>It is still early (I just got it to v1.0.0) but I am excited to be able to share it and keep improving it.<p>Would love feedback. Please also feel free to make pull requests if you want to help with development!