frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Explore what the browser exposes about you

https://neberej.github.io/exposedbydefault/
112•coffeecoders•4d ago•38 comments

Show HN: I built Magiclip – an all-in-one AI studio

https://magiclip.io/
6•kokau•2h ago•1 comments

Show HN: Self-hosted RAG for docs and code (FastAPI, Docling, ChromaDB)

https://github.com/2dogsandanerd/Knowledge-Base-Self-Hosting-Kit
2•2dogsanerd•1h ago•1 comments

Show HN: Choose your own adventure style Presentation

https://github.com/Skarlso/adventure-voter
48•skarlso•1w ago•9 comments

Show HN: Mu – The Micro Network

https://github.com/asim/mu
48•asim•5d ago•27 comments

Show HN: Glasses to detect smart-glasses that have cameras

https://github.com/NullPxl/banrays
489•nullpxl•1d ago•184 comments

Show HN: An LLM-Powered Tool to Catch PCB Schematic Mistakes

https://netlist.io/
47•wafflesfreak•20h ago•26 comments

Show HN: Pulse 2.0 – Live co-listening rooms where anyone can be a DJ

https://473999.net/pulse
75•473999•19h ago•27 comments

Show HN: I built 19 AI agents because one wasn't enough to coach my workouts

https://arvo.guru
2•danielepelleri•4h ago•2 comments

Show HN: KiDoom – Running DOOM on PCB Traces

https://www.mikeayles.com/#kidoom
352•mikeayles•3d ago•49 comments

Show HN: Spikelog – A simple metrics service for scripts, cron jobs, and MVPs

https://spikelog.com
34•dsmurrell•2d ago•16 comments

Show HN: DB Pro – A Modern Desktop Client for Postgres, MySQL, SQLite and LibSQL

https://www.dbpro.app/
26•upmostly•1d ago•10 comments

Show HN: I built an interactive HN Simulator

https://news.ysimulator.run/news
533•johnsillings•4d ago•214 comments

Show HN: MkSlides – Markdown to slides with a similar workflow to MkDocs

https://github.com/MartenBE/mkslides
75•MartenBE•2d ago•15 comments

Show HN: Runprompt – run .prompt files from the command line

https://github.com/chr15m/runprompt
128•chr15m•1d ago•46 comments

Show HN: Era – Open-source local sandbox for AI agents

https://github.com/BinSquare/ERA
61•gregTurri•2d ago•18 comments

Show HN: SyncKit – Offline-first sync engine (Rust/WASM and TypeScript)

https://github.com/Dancode-188/synckit
86•danbitengo•1d ago•35 comments

Show HN: I turned algae into a bio-altimeter and put it on a weather balloon

https://radi8.dev/blog/stratospore/
140•radeeyate•6d ago•13 comments

Show HN: Safe-NPM – only install packages that are +90 days old

https://github.com/kevinslin/safe-npm
89•kevinslin•5d ago•63 comments

Show HN: Bodge.app – μFaaS for hacked-together personal tools and small projects

https://bodge.app/
8•azdle•21h ago•5 comments

Show HN: I've built a Cursor alternative in browser. AI Coding Agent.

https://playcode.io
4•ianberdin•16h ago•0 comments

Show HN: We built an open source, zero webhooks payment processor

https://github.com/flowglad/flowglad
392•agreeahmed•3d ago•217 comments

Show HN: Browser Calendar: Track Safari, Chrome, Firefox, Edge & Opera Releases

https://browsercalendar.com/
2•grosmar•16h ago•3 comments

Show HN:TaskHub – Update

https://github.com/TaskHub-Server/TaskHub.Shared
2•andrey-serdyuk•18h ago•1 comments

Show HN: Swatchify – CLI to get a color palette from an image

https://james-see.github.io/swatchify/
5•jamescampbell•1d ago•1 comments

Show HN: Design a commercial bakery in an afternoon, not for $10k

https://rfmodernbakerydesign.com
3•Rafael_Mauricio•19h ago•0 comments

Show HN: Local-first RAG for PDF user manuals, datasheets

https://github.com/dymk/askdocs-mcp
3•dymk•19h ago•0 comments

Show HN: Dialed – A Radial Calendar App for iOS

https://apps.apple.com/us/app/dialed-radial-day-planner/id6755455859
4•sirkaiwade•19h ago•1 comments

Show HN: Made a thing to use AI with intervals.icu

https://intervals.pro
4•maxrev17•20h ago•0 comments

Show HN: An AI powered Welcome Note Generator in Go (Moderation and LLM and UI)

https://github.com/vnaveen-mh/welcome-note-generator
2•vnaveen9296•21h ago•0 comments
Open in hackernews

Show HN: I built 19 AI agents because one wasn't enough to coach my workouts

https://arvo.guru
2•danielepelleri•4h ago
Hey HN,

  I've been lifting for years and got frustrated with fitness apps that either (a) generate a static plan and forget about you, or (b) require manual logging with no intelligence.
 
  So I built Arvo—an AI personal trainer that adapts after every single set, not just at the start of your workout.
 
  Why 19 agents instead of one? Each handles a specific job:
  - Exercise Architect (selects movements based on equipment/goals)
  - Load Navigator (calculates weight adjustments based on RIR)
  - Volume Manager (tracks MEV/MAV/MRV per muscle group)
  - Pattern Scout (extracts insights from natural language notes)
  - Movement Adapter (biomechanical weight conversion when swapping exercises)
 
  They coordinate to make decisions in <500ms.
 
  Example: You finish set 1 of bench press, felt easy (RIR 4). Arvo bumps weight +2.5kg for set 2. Set 2 was a grind (RIR 1). Arvo keeps the weight but suggests longer rest.

Comments

s4293918•2h ago
Wow interesting usecase for chaining results from multiple agents together rather than a single prompt. Would definitely use this for my workouts. I used to use an app WL Analysis to measure heavy lift form, I'm sure there's better ways to do that with LLM these days.
danielepelleri•1h ago
100% agree