frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Nova–Self-hosted personal AI learns from corrections &fine-tunes itself

https://github.com/HeliosNova/nova
3•heliosnova•1h ago

Comments

heliosnova•1h ago
Hey HN, I built Nova — a personal AI assistant that runs entirely on your hardware and actually gets smarter over time.

The core idea: every time you correct Nova, it extracts a lesson, generates a DPO training pair, and when enough pairs accumulate, it automatically fine-tunes itself with A/B evaluation before deploying the new model.

No other open-source AI assistant has this learning loop.

*What it does:* - Correction detection (2-stage: regex + LLM) → lesson extraction → DPO training data → automated fine-tuning with A/B eval - Temporal knowledge graph (20 predicates, fact supersession, provenance tracking) - Hybrid retrieval (ChromaDB vectors + SQLite FTS5 + Reciprocal Rank Fusion) - 21 tools, 4 messaging channels (Discord/Telegram/WhatsApp/Signal), 14 proactive monitors - MCP client AND server (expose Nova's intelligence to Claude Code, Cursor, etc.)

*What it's not:* - Not a ChatGPT wrapper — runs Qwen3.5:27b locally via Ollama, zero cloud dependency - Not a LangChain/LangGraph project — single async pipeline, ~74 files of plain Python - Not a coding agent — it's a personal assistant (but you can connect it to coding agents via MCP)

*Security:* 4-tier access control, prompt injection detection (4 categories), SSRF protection, HMAC skill signing, Docker hardening (read-only root, no-new-privileges, all caps dropped). Built with OWASP Agentic Security in mind — unlike certain 200K-star projects that got CVE'd within weeks of launch.

*Stack:* Python, FastAPI, httpx, Ollama, ChromaDB, SQLite, React. 1,443 tests.

No GPU? Set `LLM_PROVIDER=openai` and use cloud inference while keeping all data local.

stickynotememo•1h ago
This should be a Show HN
heliosnova•1h ago
thanks for the correction!

Show HN: Voxlert – SHODAN and the StarCraft Adjutant narrate my agent sessions

https://github.com/settinghead/voxlert
1•settinghead•30s ago•0 comments

AppFinish – Generate App Store screenshot packs from your raw screenshots

https://appfinish.com/upload
1•nykylomedia•32s ago•0 comments

Easy Way Out RL

https://twitter.com/signulll/status/2033205282717741395
1•razodactyl•1m ago•0 comments

Ask HN: How is your team collaborating while working with coding agents?

1•wek•2m ago•0 comments

Nan Da on Ethics of AIs as Engines of Transductive Inference

https://humanscodes.com/quote/da-transductive-inference
1•ethanmiller•6m ago•1 comments

I built an ephemeral P2P chat with WebRTC, without servers

https://ephemchat.vercel.app/
1•zRinexD•6m ago•1 comments

Show HN: Check for indicators of AI code in a project and dependencies

https://github.com/mat-1/slopcheck
2•matdoesdev•7m ago•0 comments

KakaoTalk's Billionaire Creator Ignited a Global Messaging War (2015)

https://www.forbes.com/sites/ryanmac/2015/03/02/kakaotalk-billionaire-brian-kim-mobile-messaging-...
1•networked•9m ago•0 comments

What Is Agentic Engineering?

https://simonwillison.net/guides/agentic-engineering-patterns/what-is-agentic-engineering/
2•lumpa•10m ago•0 comments

UK rights group launches legal action vs. Steam for distributing music in games

https://www.pcgamer.com/games/notorious-uk-rights-group-launches-legal-action-against-valve-for-d...
1•healsdata•13m ago•0 comments

Simple command-line tool and Emacs package for managing diary entries

https://github.com/radian-software/diary-manager
1•doener•15m ago•0 comments

CachyOS Dethrones Arch as ProtonDB's Top Linux Gamer Desktop Distro

https://www.xda-developers.com/cachyos-dethrones-arch-as-the-top-desktop-distro-for-linux-gamers-...
2•m463•19m ago•0 comments

Lecture 1 – How to Start a Startup (Sam Altman, Dustin Moskovitz)

https://www.youtube.com/watch?v=CBYhVcO4WgI
1•Brysonbw•20m ago•0 comments

An experiment to use GitHub Actions as a control plane for a PaaS

https://towlion.github.io
2•baijum•26m ago•0 comments

Curiosity Candy: Our Inner Toddler on the Internet

https://jaacv.substack.com/p/curiosity-candy-our-inner-toddler
2•jaacv•33m ago•0 comments

Is Tesla Chasing Short-Term Profits Ahead of Long-Term Loyalty?

https://www.notateslaapp.com/news/3759/opinion-tesla-is-chasing-short-term-profits-ahead-of-long-...
3•wscott•34m ago•1 comments

The First Open-Source Agentic AI Physicist [video]

https://www.youtube.com/watch?v=ey9m8v7YDYQ
2•Jupe•35m ago•2 comments

Slop Creep: The Great Enshittification of Software

https://boristane.com/blog/slop-creep-enshittification-of-software/
2•wilhelmklopp•36m ago•1 comments

White House administration set to be paid $10B for brokering TikTok deal

https://www.theguardian.com/technology/2026/mar/14/tiktok-trump-administration-10bn
19•Jimmc414•44m ago•9 comments

Homebrewed Beer Works as a Vaccine

https://reason.com/2026/03/15/enjoy-a-refreshing-diy-beer-vaccine/
3•bilsbie•47m ago•0 comments

Florida Marine Veteran to Leave US After Long Citizenship Battle

https://www.military.com/daily-news/investigations-and-features/2026/03/12/florida-marine-veteran...
3•Jimmc414•48m ago•1 comments

Cannabinoids remove plaque-forming Alzheimer's proteins from brain cells

https://www.salk.edu/news-release/cannabinoids-remove-plaque-forming-alzheimers-proteins-from-bra...
33•anjel•55m ago•11 comments

Why wired headphones are swinging back into style

https://www.cnn.com/world/wired-headphones-comeback-spc
2•paulpauper•59m ago•2 comments

British Post Office Scandal

https://en.wikipedia.org/wiki/British_Post_Office_scandal
3•luu•59m ago•0 comments

AI has exposed age-old problems with university coursework

https://www.theguardian.com/technology/2026/mar/15/ai-has-exposed-age-old-problems-with-universit...
2•paulpauper•59m ago•0 comments

The Joy of Building Slow

https://notbor.ing/words/the-joy-of-building-slow
4•YounesDz•1h ago•0 comments

Show HN: Lockstep – A data-oriented programming language

https://github.com/seanwevans/lockstep
3•goosethe•1h ago•0 comments

The 8kB state container that replaces the infrastructure you'd otherwise rebuild

https://github.com/Baloperson/TinyOp
2•Displayusername•1h ago•0 comments

The Shadow Dev Problem: Why your engineering team is quietly fracturing

https://intentsolved.com/insights/the-shadow-dev-problem
2•donutshop•1h ago•0 comments

What is wisdom, and can it be taught?

https://knowablemagazine.org/content/article/mind/2026/what-is-wisdom-can-it-be-taught
3•wjb3•1h ago•0 comments