frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: 18KB ls alternative in no_std rust and Libc

https://crates.io/crates/fli-tool
7•tracyspacy•1h ago•1 comments

Show HN: StyleSeed – a design-rules engine so AI agents stop building generic UI

https://github.com/bitjaru/styleseed
11•bitjaru0402•1h ago•1 comments

Show HN: Aict – Unix coreutils that output XML/JSON, built for AI agents

https://github.com/synseqack/aict
6•ronak_parmar•2h ago•1 comments

Show HN: Goku – WASM (wllama)-powered LLM inference and model manager

https://userfrom1995.github.io/goku/
4•userfrom1995•2h ago•0 comments

Show HN: Fast NF4 dequantization Triton kernel (1.41x faster than bitsandbytes)

https://github.com/Griffith-7/nf4-triton-kernel
3•Griffith-7•2h ago•0 comments

Show HN: Running server scripts from smartphone via SSH

https://c100k.eu/p/rebootx/updates/20260714-remote-runbooks
3•pmdfgy•2h ago•0 comments

Show HN: Hillnote – local first Markdown workspace, AI via CLI, Ollama, MCP

https://hillnote.com
2•rajathbail•1h ago•0 comments

Show HN: An AI agent fixed 98% of vulnerable deps in one run, 14% in the next

https://bomly.dev/blog/coding-agents-with-and-without-bomly-mcp
2•ahmed3lmallah•1h ago•0 comments

Show HN: I spent a month turning LinkedIn into software

https://www.bulaev.net/p/i-spent-a-month-turning-linkedin
2•sbulaev•1h ago•0 comments

Show HN: LogoTeddy – Animate logos with AI (no templates)

https://logoteddy.com/
2•humphrey_liu•1h ago•0 comments

Show HN: I Am Hosting Amalia – The First Portuguese LLM

https://iaamalia.com/
2•wbemaker•1h ago•0 comments

Show HN: An MCP to create and call Playwright scripts as tools on your extension

https://reduck.ai/
2•DanyWin•1h ago•0 comments

Show HN: Web App Uses RTL-SDR to Align HDTV Antenna

https://tunerscope.com/
21•robotastic•2d ago•3 comments

Show HN: InferAll – One API for OpenAI, Anthropic, Google, Nvidia Nim

https://inferall.ai/?src=hn
2•TaylorM492•1h ago•0 comments

Show HN: OpenMarkdown – A Markdown editor you and your agent co-edit

https://openmarkdown.dev/
2•XUEYANZ•1h ago•0 comments

Show HN: Ranking 19 LLMs on Flutter code by compile pass & hidden-test pass-at-1

https://nativevibe.dev/flutter-benchmark
2•GeorgiKadrev•2h ago•0 comments

Show HN: Production-grade LangGraph template

https://github.com/brescou/langgraph-agent-stack
2•Brescou•2h ago•0 comments

Show HN: Nable – Local-first cost intelligence tool for cloud and AI

https://github.com/getnable/finopsmcp
3•chaandannn•2h ago•0 comments

Show HN: Minvoice – invoicing app that runs on Cloudflare Workers and D1

https://github.com/ddyy/minvoice
2•ddyy•2h ago•1 comments

Show HN: An AUI for Nix-Darwin

https://github.com/dz0ny/nixmc
2•dz0ny•2h ago•0 comments

Show HN: A TypeScript repo where AI agents can't break the architecture

https://github.com/lucasgodt/open-agent-ready-typescript
2•lucasgodt•2h ago•1 comments

Show HN: Backscroll – search your ChatGPT/Claude/Gemini history

https://backscroll.xyz
2•petesarney•2h ago•0 comments

Show HN: Opening lines of famous literary works

https://www.verbaprima.com/
173•plicerin•1d ago•99 comments

Show HN: Earth-clock – live WebGL planet with eclipses, weather, earthquakes

https://earth-clock.onemonkey.org/
4•czzprr•3h ago•0 comments

Show HN: PortalJS – AI-native, open-source framework for data portals

https://github.com/datopian/portaljs
6•anuveyatsu•3h ago•0 comments

Show HN: An uptime monitor with an MCP server, create monitors by asking Claude

https://uptimemonitoring.com/
3•luciandan•3h ago•0 comments

Show HN: Worldreleasenotes.com/Countries

https://worldreleasenotes.com/countries
2•sbcom•3h ago•0 comments

Show HN: Mozdmp – Firefox profile decryption tool and master password cracker

https://github.com/asaix/mozdmp
3•asaix•3h ago•0 comments

Show HN: Leet Robotics: Learn robotics and ROS2 with hands-on courses

https://www.leetrobotics.com
4•deepresearch•3h ago•0 comments

Show HN: I built a smart proxy so your coding agent can run loose

https://trollbridge.dev/
11•dandriscoll•1d ago•6 comments
Open in hackernews

Show HN: I built a smart proxy so your coding agent can run loose

https://trollbridge.dev/
11•dandriscoll•1d ago
The only way to go fast is full YOLO mode in your coding agent. I've got the local sandbox figured out (pro tip: Incus VMs work great) but I wanted to keep my agents from doing things like inadvertently blowing up my cloud services or chasing a prompt to POST to some random website. I struggle most with this on my side projects where my permission model isn't quite as robust as it is at the office.

I started with a firewall on the Incus container but every time the agent needed access to something new, I was poking more holes in it - and it didn't differentiate between HTTP verbs.

I've been using Claude Code auto mode too but I wanted to be able to guide the LLM, not just hand over control completely. I also want some flat allow and deny rules.

So, I built Trollbridge: an HTTP/S proxy that runs in front of your coding agent and lets you set up allow or deny lists, realtime approve or deny in the TUI, or wire up an LLM that makes calls based on your prior decisions.

Would love to hear what you think - give it a shot, leave a comment, file a bug. Thanks!

Website: https://trollbridge.dev Github: https://github.com/dandriscoll/trollbridge

Comments

philipwhiuk•2h ago
Hopefully your advisor LLM doesn't make calls of it's own.
dandriscoll•2h ago
LLM only, no tools. It's got a brain but no hands ;-)
grim_io•1h ago
Can the advisor prompt inject the agent and steer it in the direction of world domination, or alternatively gaslight the agent into rm -rf /
nzjrs•2h ago
Your entire website was written by Claude and reads like slop. If you can't write a readme by hand then I don't trust your code.
tln•50m ago
Yes, but it's a nice website. And it looks like a really nice tool.

Given the effort you've put into the comment I doubt you looked much at the code, but the github also looks well-crafted.

FWIW the README is actually way better curated than the average Claude-only README

transreal•1h ago
This looks very similar to Docker Sandboxes.