Feed aggregator

Show HN: NavAgent – CDP-free, token-efficient web automation for AI

Hacker News - Thu, 03/05/2026 - 6:36pm

Hi HN, I built NavAgent, a small MCP server + Chrome extension that lets AI clients drive your real browser session without CDP.

I use Claude Code daily, and I kept wanting it to interact with pages in my own browser, with my existing tabs, cookies, and logins.

Most browser automation approaches I tried for MCP were based on CDP / Playwright. I wanted something lighter and closer to normal browser behavior, so I tried a different design: the extension scans the DOM and sends the model a compact numbered list of actionable elements over a local WebSocket.

So the model sees something like: Search [input] Books [link] ... and can reply with browse_click(2) or browse_type(...)

That keeps scans very small (usually much smaller than screenshots or ARIA-tree dumps) and avoids screenshots, vision models, and huge accessibility payloads.

It currently handles SPAs, shadow DOM, same-origin iframes, and contenteditable editors. Everything runs locally. Setup is just the npm package plus the extension, and you can already try it by sideloading the extension from the repo and running npx navagent-mcp.

It's intentionally narrow: this is not a replacement for Playwright, CI automation or heavy scraping. It's a passive bridge for everyday browser tasks like opening pages, clicking around, and filling forms from an AI assistant.

It's still early, but it's already useful for my daily workflow. Feedback very welcome, especially on edge cases, security concerns and sites where it breaks.

Comments URL: https://news.ycombinator.com/item?id=47268758

Points: 1

# Comments: 0

Categories: Hacker News

Future Shock

Hacker News - Thu, 03/05/2026 - 6:36pm
Categories: Hacker News

Show HN: Bus Core – a local-first ERP for small manufacturing shops

Hacker News - Thu, 03/05/2026 - 5:52pm

I built BUS Core, a local-first ERP aimed at small manufacturing shops and makers.

It handles inventory, vendors, manufacturing runs, and costing.

Everything runs locally: - no accounts - no telemetry - no SaaS dependency

The goal was to make something usable for very small shops that outgrow spreadsheets but don't fit traditional ERP systems.

Tech stack is intentionally simple: Python backend + SQLite + local web UI.

Project started as an experiment in building software using LLMs with a strict Source-of-Truth + smoke test loop.

Repo: https://buscore.ca/ https://github.com/True-Good-Craft/TGC-BUS-Core

Curious to hear from anyone running small production operations — what breaks first as you scale past spreadsheets?

Comments URL: https://news.ycombinator.com/item?id=47268376

Points: 2

# Comments: 0

Categories: Hacker News

Show HN: Fitopoly – a fitness app that turns workouts into territory conquest

Hacker News - Thu, 03/05/2026 - 5:52pm

I built Fitopoly, a mobile app where workouts capture territory on a world map.

Running, walking, cycling, and gym workouts generate “hex captures”, gradually expanding your controlled territory.

The idea was to apply game design mechanics to fitness motivation, making progress visual and competitive.

Tech stack:

- Flutter (iOS + Android) - server API - geospatial gameplay logic

Curious to hear feedback from the HN community.

Comments URL: https://news.ycombinator.com/item?id=47268371

Points: 2

# Comments: 0

Categories: Hacker News

Show HN: Presage – Real-time insider detection for prediction markets

Hacker News - Thu, 03/05/2026 - 5:49pm

Presage scores every Polymarket trade against five on-chain signals: wallet age, position concentration, bet probability, trade volume, and wallet clustering. Backtested against three confirmed insider events with clean separation between suspicious and legitimate activity.

Comments URL: https://news.ycombinator.com/item?id=47268341

Points: 2

# Comments: 0

Categories: Hacker News

Pages