frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: How much of Hacker News is AI?

https://hnstats.com
51•beekthos•2h ago•34 comments

Show HN: SSH Session Monitor – read-only Windows OpenSSH monitoring

https://github.com/issacnitin/SshSessionMonitor
2•issacnitin•19m ago•0 comments

Show HN: TexLite – A lightweight self-hosted LaTeX workspace

https://github.com/SWUFE-DB-Group/TexLite
12•thisispi•2h ago•0 comments

Show HN: Prompt Builder – Free Templates

https://www.promptbuilder.space/templates
8•LandoLorinse•3h ago•0 comments

Show HN: PairBook – correlation and holdings overlap for +4,700 US stocks/ETFs

https://www.pairbook.io/
4•vincentjouanne•2h ago•0 comments

Show HN: BumbleTap – Bind a key to any element, or automate the whole sequence

https://bumbletap.com
3•umershahzeb•2h ago•0 comments

Show HN: Splitright – split group expenses without anyone making an account

https://apps.apple.com/us/app/splitright-split-expenses/id6608980374
4•sleipner42•2h ago•0 comments

Show HN: Bury.lol – a $2 pixel-art graveyard for things that died

https://bury.lol/
4•alertcubes•2h ago•0 comments

Show HN: Neoswarm – Neovim for controlling AI agents

https://neoswarm.dev/
4•meszmate•2h ago•1 comments

Show HN: Tabu, NSFW image and video API for explicit content moderation

https://tabushield.com/
3•jofo_s•2h ago•0 comments

Show HN: Getting more users for my projects

https://www.joinindie.club/
5•AkshayS96•2h ago•1 comments

Show HN: Buslens – where can I get to by bus? (UK)

https://rupertlinacre.com/buslens/
72•RobinL•9h ago•54 comments

Show HN: LatticeDB – Like SQLite but for graph databases

https://github.com/jeffhajewski/latticedb
174•smiths1999•1d ago•48 comments

Show HN: Remap – bike routing that builds loops from the best roads, on-device

https://remap.earth
10•basil•4h ago•1 comments

Show HN: A local tool that logs every time you swear at your AI coding assistant

https://github.com/fireinbelly/biomass-conversion-index-monitoring-system
5•lokinkl•5h ago•2 comments

Show HN: Shelf Protocol – Robots.txt for Commerce

https://github.com/Signal-All/shelfprotocol
3•Lui371•2h ago•0 comments

Show HN: I wrote a BASIC interpreter that boots on UEFI machines

https://tarjan.itch.io/thoreaubasic
150•Gorsefound•2d ago•40 comments

Show HN: AgentMachinist, issue to reviewed PR with a SHA-bound spec approval

https://github.com/vscarpenter/AgentMachinist
4•vscarpenter•3h ago•0 comments

Show HN: Revealed – paint one image out of another (WebGL, no dependencies)

https://revealed.idlee.xyz
2•idleeee•3h ago•1 comments

Show HN: TeXbrain, a LaTeX editor that runs pdfTeX in the browser via WASM

https://github.com/swimmingbrain/texbrain
111•swimmingbrain•19h ago•27 comments

Show HN: A TUI for Inspecting Snowflake Tasks

https://github.com/ben-nour/snowtask
3•regexman1•3h ago•0 comments

Show HN: AgentConnect, shared agents with separate permissions

https://github.com/agentconnect-md/agentconnect
4•k_kiki•3h ago•0 comments

Show HN: A robot football league where frontier AI models manage the clubs

https://rfl.football
2•spobin•3h ago•1 comments

Show HN: Otter: experimental multi-threaded JavaScript runtime written in Rust

https://github.com/gi-dellav/otter
3•gidellav•3h ago•0 comments

Show HN: Routebase – One OpenAPI spec drives your docs, mocks, tests, monitors

https://routebase.dev/
6•driedl•5h ago•0 comments

Show HN: CueMap – deterministic-first memory retrieval for continuous recall

https://github.com/cuemap-dev/cuemap
3•kaandemirel•3h ago•0 comments

Show HN: DBLift – database migration management for Python teams

https://dblift.com/
5•cmodiano•5h ago•2 comments

Show HN: Free economic nexus checker for online sellers (all 50 states)

https://nexussnapshot.com/
2•davyth•3h ago•0 comments

Show HN: EBM Lens, searches biomedical papers, ranks evidence, grounds claims

https://github.com/mauroforlin/ebm-lens
3•mauroforlin•3h ago•0 comments

Show HN: A Layer for robotics dataset quality

https://www.calibrarobotics.com/
5•omertt27•3h ago•4 comments
Open in hackernews

Show HN: A robot football league where frontier AI models manage the clubs

https://rfl.football
2•spobin•3h ago

Comments

spobin•3h ago
I've been fascinated by Unitree's G1 robot architecture and, without the $20k to buy a unit, decided to play around with the MuJoCo rendering system.

I fell down a bit of a rabbit hole and ended up with an automated football league that runs 3 matches per day and streams on Twitch/Youtube. It's been a lot of fun!

Four of the eight clubs are managed by frontier AI models (Claude, GPT, Gemini, Manus). Between match days the model reads the published match data and makes their own improvements. The full engine and 'gaffer' repos are open source: https://github.com/robot-football-league

If you're interested, you can enter a club. A team is a config file plus a Python module that decides what your two robots do - the physics, walking and perception are provided and identical for everyone.

I'm happy to answer any questions :)