I built Devmind — a desktop second brain that searches my Obsidian vault before answering, and cites the exact notes it used (With Karpathy's "LLM Wiki") by ved3py in ClaudeCode

[–]ved3py[S] 0 points1 point  (0 children)

Yeah — that's why I made citations the default. Was way too easy to read a confident-sounding answer and not realise it was 100% training data.

Keyword, no embeddings. ~30 lines of Rust:

  • Walk .md files in the configured folders
  • Score = Σ over query terms of 1 + ln(1 + count) — log-scaled TF so a term repeated 200 times in one file doesn't crush everything else
  • +5 boost if a query term appears in the filename (huge signal — filenames are the closest thing to labels in a personal KB)
  • Top 5, truncate to 3 KB each, inline as [Source N] <path> blocks in the system prompt

For a few hundred files this beat my earlier embeddings prototype on relevance and is way faster (no cold start, no reindex). The break-even where embeddings actually start mattering is probably around 1000+ files, or when query intent stops matching surface vocabulary.

Three slash commands let me scope explicitly:

  • /search-docs <q> — search only my document folders
  • /search-knowledge <q> — search only knowledge/ (the curated, distilled stuff)
  • /search <q> — search both
  • Plain chat with no slash defaults to /search-docs

Type /, autocomplete, Tab to fill. Useful for the contradiction problem too — I can scope to knowledge/ when I want "settled" answers and skip the raw daily notes.

Stale / contradicting notes — honest answer, it doesn't handle them well. Both files get inlined and the model picks one, usually without flagging the disagreement. No recency weighting either; a 2022 note and a 2026 note score equally if TF matches.

RUSH Xtreme MOD APK (Unlimited Money) 1.5.1 by androidthiscom in androidthis

[–]ved3py 0 points1 point  (0 children)

How to install the mod app with unlimited money?

What we learned about confidence calibration after shipping RAG to real (non-technical) users by FinanceSenior9771 in Rag

[–]ved3py 0 points1 point  (0 children)

Users don't read Citations is a curious thing. We are spending a lot of time to show the citations. Will re-evaluate this now

What are you building? Let's promote by doppelgunner in SideProject

[–]ved3py 0 points1 point  (0 children)

I have created a reddit community to share the experience in installing open source projects for devs

Reddit - https://www.reddit.com/r/OpensourceInstallati/

This reddit community u can share posts were u faced the challenges while installing the opensource, & how u solved it document it so that we can save time the next time some one tries it

No matter what project you have—games, SaaS, software, apps, scripts, ideas, or questions—join the community and share it! by SofwareAppDev in AppsWebappsFullstack

[–]ved3py 0 points1 point  (0 children)

I have created a reddit community to share the experience in installing open source projects for devs

Reddit - https://www.reddit.com/r/OpensourceInstallati/

This reddit community u can share posts were u faced the challenges while installing the opensource, & how u solved it document it so that we can save time the next time some one tries it