2026年4月30日 的 Show HN
17 篇Agent that refuses to run commands without human approval #
As the use of AI tools in production is becoming more common, sadly so will the high profile incidents like the one mentioned.
Fewshell is a terminal agent specifically designed to avoid this.
There is no setting to enable command auto-approval. This is by-design, so that the user never has to second-guess or worry about accidentally having it enabled.
Originally my intention was to build an AI mobile terminal to make typing shell commands easy. But with so many mobile-enabled 'claw' agents being available, I decided to make Fewshell the opposite of an autonomous agent.
Please star if you like, let me know what you think. Happy to answer questions.
About me: I'm an ex Amazon Sr. SDE for Alexa AI, and currently am working in AI safety research for agentic RLVR. I use this tool to run and check on my lab experiments.
Task Manager for AI Agents (MCP, Opensource) #
In high level it comes with one supervisor MCP that controls workspaces(worker agents) and unlimited number of isolated workspace MCPs (self learning agents).
Each workspace/agent has a mission/persona for the agent. And self-learning-loop note.
I am using it about 6 weeks in production, and completed more than 500 tasks. I just released the opensource version(as is in production) under Apache 2.0 license.
Currently it supports Gemini CLI and Claude code. I am going to extend support all major agents soon.
Happy to answer any questions.
Bin collection calendars for the entire UK #
I built ukbinday to provide a nicer way to find your bin collection days and actually remember when to put them out.
It shows your upcoming collections and generates a calendar that updates automatically as the schedule comes out. Coverage is at about 85% of the UK so far and I'm working on getting that to 100%. There is also an API for the Home Automation community.
This was built on top of two amazing open-source projects without which this would not exist: https://github.com/robbrad/UKBinCollectionData & https://github.com/mampfes/hacs_waste_collection_schedule Thank you to all the contributors of those repositories!
Can a person's chess mind outlive them? An attempt with 41 masters #
While building those styles I noticed the choices started looking like actual historical players' tendencies. Went looking. Turns out: given enough games from one person, you can extract enough of their decision pattern to reproduce it.
Two years later, 41 players, ~3,000 games each. Tal sacrifices unsoundly. Morphy attacks like it's 1850. Capablanca grinds endgames. Same engine underneath, visibly different choices each time.
playchessgate.com: browser, no signup. The kids never got their Christmas present.
Multiplayer Voronoi #
Here, stones become colored points in a game based on Voronoi diagrams. The original opposing points of view become each player's screen: everyone shares the same points, but phones, tablets, and browser windows frame the space differently, so each player is likely seeing a different Voronoi view.
I built a zero-tracking news hub to escape doom scrolling at (AGE 17y) #
Does Big Government Kill Growth? The Armey Curve Tested (151 Countries) #
Nimbalyst open-source visual workspace for ClaudeCode, Codex, OpenCode #
The core idea: agents edit files, you edit files, and Nimbalyst makes that collaboration legible. Built-in WYSIWYG editors cover markdown, mockups, Excalidraw diagrams, data models, spreadsheets, and code (Monaco). Every edit is tracked back to the session that made it, with red/green WYSIWYG markdown diffs for review and approval. A session Kanban lets you search, resume, and manage parallel runs, and link sessions to files (and back). A lightweight tracker (alpha) keeps plans, bugs, tasks, and custom items in the same workspace the agent is working in — agents create, update, and execute them, and you see the same view they do. The extension system makes any file type pluggable; current extensions include Excalidraw, mind maps, CSV spreadsheets, a data model designer, mockups, PDF viewing, and a SQLite browser, and they're exposed to the agents too. Worktrees, workstreams, visual git management, and agent-driven commit proposals round out the developer side, and an iOS app handles remote session management (Android in development). Currently supports Claude Code, Codex, Opencode (alpha), and Copilot (alpha), with more planned.
It's local-first: files stay on your filesystem in open formats (markdown, excalidraw, html). The local app is MIT licensed and free; team collaboration features are AGPL and will be paid. Tech stack: Electron, React, Jotai, PGLite (Postgres in WASM), Lexical, Monaco, Playwright; collaboration runs on Cloudflare Workers with Durable Objects.
https://github.com/Nimbalyst/nimbalyst
We'd love your feedback and contributions.
A cozy reverse city-builder with custom shaders. Free demo on Steam #
The concept is a reverse city-builder: instead of expanding and consuming, you restore a wasteland back into a thriving ecosystem using robots.
Would love any feedback, both on the technical side and the game itself. Free demo just went live on Steam yesterday.