frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: A sandboxed AI agent that can watch webpages without constant API calls

https://github.com/Grimm67123/GrimmBot
5•grimm8080•1h ago
It can also adapt by creating its own tools if its 60+ built in tools fall short. It runs in a debian docker container with chromium and you interact with it through the terminal. Watch it work through a VNC viewer

Comments

Unical-A•1h ago
Interesting approach. How are you handling the DOM processing inside the sandbox without spiking CPU usage? If it's not making constant API calls, is the vision model running locally (WASM/WebGPU), or are you using a clever way to diff the page state before sending it to the LLM?
grimm8080•1h ago
Yes, it is kind of a clever way to diff the page state. The ai agent has some built in tools to deal with this. The user gives a prompt say "Watch for X words" The LLM then runs the provided tool with the necessary args. The tool then runs a python loop to check for it in the DOM while the LLM sleeps. Then once it's found the LLM is awoken. Also, there's a tool for watching for changes in pixels in certain regions. It works in a similar way.

Show HN: CLI to order groceries via reverse-engineered REWE API (Haskell)

https://github.com/yannick-cw/korb
78•wazHFsRy•2d ago•18 comments

Show HN: 1-Bit Bonsai, the First Commercially Viable 1-Bit LLMs

https://prismml.com/
269•PrismML•13h ago•112 comments

Show HN: Postgres extension for BM25 relevance-ranked full-text search

https://github.com/timescale/pg_textsearch
154•tjgreen•17h ago•46 comments

Show HN: Forkrun – NUMA-aware shell parallelizer (50×–400× faster than parallel)

https://github.com/jkool702/forkrun
130•jkool702•4d ago•31 comments

Show HN: DreamGraph MCP v5 – An open source autonomous cognitive layer

https://github.com/mmethodz/dreamgraph
2•mmethodz•10m ago•0 comments

Show HN: TraceLit – debug LeetCode step by step

https://tracelit.dev/
2•eric_z•2h ago•0 comments

Show HN: Claude Code rewritten as a bash script

https://github.com/jdcodes1/claude-sh
22•rpst•11h ago•2 comments

Show HN: Loreline, narrative language transpiled via Haxe: C++/C#/JS/Java/Py/Lua

https://loreline.app/en/docs/technical-overview/
67•jeremyfa•3d ago•20 comments

Show HN: WordBattle – Daily word game where AI agents compete against humans

6•bradleybeddoes•3h ago•0 comments

Show HN: Sundial – a new way to look at a weather forecast

https://sundial.page/
42•izaidi•19h ago•16 comments

Show HN: EU Leadership – Live API data site comparing Europe to the world

https://ajh.ovh/
27•aureljohn•14h ago•8 comments

Show HN: I turned a sketch into a 3D-print pegboard for my kid with an AI agent

https://github.com/virpo/pegboard
64•virpo•1d ago•17 comments

Show HN: Asciimap – Interactive ASCII world map with live data

https://github.com/Lionel-Lim/asciimap
6•limsight•11h ago•2 comments

Show HN: Coasts – Containerized Hosts for Agents

https://github.com/coast-guard/coasts
94•jsunderland323•1d ago•38 comments

Show HN: DeepTable – an API that converts messy Excel files into structured data

https://docs.deeptable.com/
7•francisrafal•18h ago•0 comments

Show HN: PhAIL – Real-robot benchmark for AI models

https://phail.ai
20•vertix•18h ago•8 comments

Show HN: Pardus Browser- a browser for AI agents without Chromium

https://github.com/JasonHonKL/PardusBrowser/tree/main
16•JasonHEIN•1d ago•8 comments

Show HN: Margo – Find the font your brain reads fastest

https://margo.fyi/
8•theseidel•17h ago•7 comments

Show HN: Hyprmoncfg – Terminal-based monitor config manager for Hyprland

https://paolino.me/hyprmoncfg-monitor-configuration-for-hyprland/
11•earcar•18h ago•4 comments

Show HN: Lazy-tool: reducing prompt bloat in MCP-based agent workflows

https://github.com/rpgeeganage/lazy-tool
21•like-to-code1•17h ago•2 comments

Show HN: QuickBEAM – run JavaScript as supervised Erlang/OTP processes

https://github.com/elixir-volt/quickbeam
110•dannote•3d ago•16 comments

Show HN: Sheet Ninja – Google Sheets as a CRUD Back End for Vibe Coders

https://sheetninja.io
84•sxa001•2d ago•75 comments

Show HN: Rust UEFI UI Lib

https://github.com/sloev/uefi-ui
5•supernihil•20h ago•2 comments

Show HN: Multi-agent autoresearch for ANE inference beats Apple's CoreML by 6×

https://www.ensue-network.ai/lab/ane
4•christinetyip•14h ago•0 comments

Show HN: Crazierl – An Erlang Operating System

https://crazierl.org/demo/
72•toast0•2d ago•14 comments

Show HN: BreezePDF – Free, in-browser PDF editor

https://breezepdf.com/?v=3
96•philjohnson•2d ago•46 comments

Show HN: Free AI API gateway that auto-fails over Gemini, Groq, Mistral, etc.

https://github.com/msmarkgu/RelayFreeLLM
7•markfront•1d ago•1 comments

Show HN: A 3D Body Scan for Nine Cents – Without SMPL

https://clad.you/blog/posts/body-pipeline/
17•arkadiuss•1d ago•4 comments

Show HN: ClawDesk – Agent orchestration layer on top of OpenClaw

https://github.com/glassrun/clawdesk
5•glassrun•18h ago•0 comments

Show HN: I built a self-hosted Fly.io engine using Go and Firecracker

https://github.com/herd-core/herd
4•sankalpnarula•18h ago•1 comments