frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Echos – Self-hosted AI knowledge base for things you forget

https://github.com/albinotonnina/echos
1•dupp•1h ago
Hi HN, I’m Albino (https://www.albinotonnina.com). Happy Wednesday. I built echos because I often saved things but couldn’t find them again. My memory isn’t great. I’d read something useful, but a couple of weeks later, I’d forget where I put it or even that I’d read it at all.

I tried a bunch of popular tools, but they all made me pick a category before saving anything. That small step was enough of a hassle that I’d skip it, especially when I was busy. After a few months, I didn’t have a knowledge base, just a reading list that made me feel guilty.

echos is a self-hosted AI knowledge system. You can send it all kinds of content during the day, like a URL, a voice note, or just a thought you want to save. It stores, sorts, and indexes everything for you, so you don’t have to decide where it goes. Later, you just ask a question in plain language to find what you need.

Website: https://www.echos.sh

GitHub: https://github.com/albinotonnina/echos

Demo: https://www.youtube.com/watch?v=D3QCQXqNewU

How It Works

echos uses an AI agent built on Claude. It starts in Haiku mode by default, but you can switch modes at any time with the command /model [fast|balanced|deep]. When you send a message, the AI figures out what to do, whether that’s storing, searching, writing, or reminding you about something. Just tell it what you need. You can conversate with it like you would with a person, and it handles the rest.

Notes are saved as plain Markdown files in the data/knowledge/ folder. You can open that folder in Obsidian, and live sync works out of the box with no plugins needed. If you ever stop using echos, your notes stay in plain text, so you’re never locked in.

The search feature is hybrid. It combines full-text search with SQLite FTS5 and semantic search with LanceDB, using RRF. For example, you can ask, “What did I save about async code review last month?” and still find the right note, even if you phrase your question differently.

The writing feature is what I use most. You give it five samples of your writing, and it builds a style profile from them. When you ask it to draft something, it checks your notes first and writes using your own material and style. It doesn’t pull from the internet or the model’s training data—everything comes from what you’ve read and saved.

There are a lot of other features, like reminders, export options, and content processors for things like YouTube transcripts and article extraction. It’s extensible, so you can add your own tools if you want.

What It Isn’t

echos is meant for individual use. It’s not multi-tenant by design. Each person runs it on their own server, so your data stays private. The only outbound calls are to the AI APIs you set up yourself.

Technical Decisions Worth Mentioning

- Uses a pnpm monorepo with TypeScript strict mode enabled throughout

- Implements BullMQ and Redis for background jobs, including reminders, export cleanup, and embedding generation

- Content processors are designed as plugins rather than core code. For instance, YouTube transcript extraction and article parsing come as separate packages, which allows you to write your own.

- Incorporates Zod validation at every input boundary and uses Pino for structured logging, complete with secret redaction features.

For full documentation, go to https://docs.echos.sh. The project uses the MIT license. If you want to talk more about the agent tool design or the hybrid search, I’m happy to chat!

LadybugDB: DuckDB for Graphs

https://ladybugdb.com
1•pretext•26s ago•0 comments

Pattern Collider

https://aatishb.com/patterncollider/
1•vinhnx•49s ago•0 comments

AI and My Crisis of Meaning

https://brids.bearblog.dev/ai-and-my-crisis-of-meaning/
1•vinhnx•1m ago•0 comments

Open-weight LLM releases in January and February 2026

https://twitter.com/rasbt/status/2026659971467706603
1•pretext•1m ago•0 comments

The IDE might die – taking my favorite programming language with it

https://thomasbandt.com/ide-death-fsharp
1•asp_net•1m ago•0 comments

Exahash, Zettahash, Yottahash

https://www.johndcook.com/blog/2026/02/22/zettahash/
1•ibobev•1m ago•0 comments

10k,000th Fibonacci Number

https://www.johndcook.com/blog/2026/02/21/f10000000/
1•ibobev•1m ago•0 comments

Computing big, certified Fibonacci numbers

https://www.johndcook.com/blog/2026/02/21/big-certified-fibonacci/
1•ibobev•2m ago•0 comments

KuzuDB was archived after the Apple acquisition – here's a migration guide

https://arcadedb.com/blog/from-kuzudb-to-arcadedb-migration-guide/
1•lvca•4m ago•0 comments

Pg_plan_alternatives – eBPF tracing of all plans the optimizer considers

https://github.com/jnidzwetzki/pg_plan_alternatives
1•dujuku•5m ago•1 comments

Ipynb to PDF Converter| Compile LaTeX to PDF

https://ipynbtopdf.cc
1•leolula•6m ago•0 comments

Ask HN: Starting a New Role with Ada

1•NoNameHaveI•7m ago•0 comments

Nlspec

https://github.com/strongdm/attractor
1•shittysits•7m ago•0 comments

Show HN: Termflux – Animated background for your terminal

https://github.com/tndoan/termflux
1•tndoan•7m ago•0 comments

Frontier Models Exhibit Sophisticated Reasoning in Simulated Nuclear Crises

https://arxiv.org/abs/2602.14740
3•consumer451•10m ago•0 comments

Algorithmic Feeds Need to Be Banned

https://shubhamjain.co/2026/02/25/algorithmic-feeds-need-to-be-banned/
1•shubhamjain•12m ago•1 comments

The Cuban CDN (2016)

https://blog.cloudflare.com/the-cuban-cdn/
1•evah•12m ago•0 comments

Show HN: KeychainPGP – Copy, Encrypt, Paste. Simple PGP for the Rest of Us

https://github.com/KeychainPGP/keychainpgp
1•Sorr0w•13m ago•0 comments

3-Nation chip pact takes shape: Japan's capital, Taiwan's IP, India's talent

https://www.digitimes.com/news/a20260224VL219/taiwan-talent-semiconductor-industry-policy-labor.html
1•alephnerd•13m ago•0 comments

AI Is a Lethal Threat This Year

1•silexia•14m ago•0 comments

Show HN: I built an ML stock picker that runs daily on a single server

https://acis-trading.com/
1•fkratzer•14m ago•0 comments

Show HN: Open-Source EU AI Act Scanner for Python AI Projects

https://airblackbox.ai/demo
2•shotwellj•15m ago•0 comments

Caught in the Hook: RCE and API Token Exfiltration Through Claude Code

https://research.checkpoint.com/2026/rce-and-api-token-exfiltration-through-claude-code-project-f...
1•mvelbaum•15m ago•0 comments

Show HN: Solving "unknown unknowns" while studying with Claude Code

https://github.com/RoundTable02/tutor-skills
1•remocode•15m ago•0 comments

I think AI is swapping code debt for tooling debt

https://pckt.blog/b/dev-stream/i-think-ai-is-swapping-code-debt-for-tooling-debt-em3b48c
2•cprecioso•17m ago•0 comments

BrAIn: Persistent, Human-Inspired Memory for LLM Agents

https://github.com/glthr/brAIn
1•glth•17m ago•0 comments

Microsoft breaks email delivery to hotmail/outlook/live.com

https://learn.microsoft.com/en-us/answers/questions/5786144/all-sending-ips-temporarily-rate-limi...
2•junaru•17m ago•1 comments

Show HN: CivBench a long-horizon AI benchmark for multi-agent games

https://clashai.live
4•mbh159•17m ago•5 comments

Quartz: A signet-based proof-of-personhood system

https://modemworks.com/projects/quartz/
1•artur_makly•18m ago•0 comments

Zelda's Z-Targeting

https://parryeverything.com/2021/12/10/how-to-fight-things-in-three-dimensions-zeldas-z-targeting/
1•avaer•18m ago•0 comments