Bogdan Nichovski

2.9K posts

Bogdan Nichovski banner
Bogdan Nichovski

Bogdan Nichovski

@Nichovski

Building tools I wish existed 🛠️ 🧪 https://t.co/oQJmrn8RHp – A/B test any page, no code ✈️ https://t.co/jcmNr6CzfW – AI plans your trips in minutes

Beigetreten Aralık 2010
524 Folgt466 Follower
Angehefteter Tweet
Bogdan Nichovski
Bogdan Nichovski@Nichovski·
Don't wait until you're 100% ready. Start now.
English
19
34
172
0
Bogdan Nichovski
Bogdan Nichovski@Nichovski·
if you've ever opened claude code and thought "I wish this thing remembered what we figured out last week" you've already understood the core problem with LLM workflows. the agent is brilliant for 20 minutes and amnesiac forever after. spent the last few months building the fix. plain markdown files on disk, your agent maintains them across every conversation. no RAG, no vectors, no cloud. npx meshnote init ./brain meshnote.io
English
0
0
0
26
Bogdan Nichovski
Bogdan Nichovski@Nichovski·
every time I watch a serious LLM user work, they end up building the same thing: a folder of markdown files and a claude md telling the AI how to maintain it. karpathy did it. I did it twice. probably you too. got tired of rebuilding it so I made it a product. meshnote.
English
2
0
0
33
Bogdan Nichovski
Bogdan Nichovski@Nichovski·
congrats on the year of work, that shows in the demo. and yeah, hatch and meshnote are clearly aiming at different shapes of this — hatch as a full workspace, meshnote as the thin layer for people who already live in their terminal and editor. different audiences, same karpathy gravity well. good week to be in this category
English
0
0
2
56
Channing Allen
Channing Allen@ChanningAllen·
We built an app called Hatch It enables Karpathy's entire LLM Knowledge Base workflow out of the box, in 2 or 3 clicks, in a single interface. No need to stitch together Obsidian + plugins + markdown files + custom tools + etc. Hatch is an AI workspace where files, docs, and chats all live together. Not only can the chats READ files and docs, but they can WRITE and ORGANIZE them as well. This means you can set up an LLM Wiki in literally 3 steps, as I show in this video.
Andrej Karpathy@karpathy

LLM Knowledge Bases Something I'm finding very useful recently: using LLMs to build personal knowledge bases for various topics of research interest. In this way, a large fraction of my recent token throughput is going less into manipulating code, and more into manipulating knowledge (stored as markdown and images). The latest LLMs are quite good at it. So: Data ingest: I index source documents (articles, papers, repos, datasets, images, etc.) into a raw/ directory, then I use an LLM to incrementally "compile" a wiki, which is just a collection of .md files in a directory structure. The wiki includes summaries of all the data in raw/, backlinks, and then it categorizes data into concepts, writes articles for them, and links them all. To convert web articles into .md files I like to use the Obsidian Web Clipper extension, and then I also use a hotkey to download all the related images to local so that my LLM can easily reference them. IDE: I use Obsidian as the IDE "frontend" where I can view the raw data, the the compiled wiki, and the derived visualizations. Important to note that the LLM writes and maintains all of the data of the wiki, I rarely touch it directly. I've played with a few Obsidian plugins to render and view data in other ways (e.g. Marp for slides). Q&A: Where things get interesting is that once your wiki is big enough (e.g. mine on some recent research is ~100 articles and ~400K words), you can ask your LLM agent all kinds of complex questions against the wiki, and it will go off, research the answers, etc. I thought I had to reach for fancy RAG, but the LLM has been pretty good about auto-maintaining index files and brief summaries of all the documents and it reads all the important related data fairly easily at this ~small scale. Output: Instead of getting answers in text/terminal, I like to have it render markdown files for me, or slide shows (Marp format), or matplotlib images, all of which I then view again in Obsidian. You can imagine many other visual output formats depending on the query. Often, I end up "filing" the outputs back into the wiki to enhance it for further queries. So my own explorations and queries always "add up" in the knowledge base. Linting: I've run some LLM "health checks" over the wiki to e.g. find inconsistent data, impute missing data (with web searchers), find interesting connections for new article candidates, etc., to incrementally clean up the wiki and enhance its overall data integrity. The LLMs are quite good at suggesting further questions to ask and look into. Extra tools: I find myself developing additional tools to process the data, e.g. I vibe coded a small and naive search engine over the wiki, which I both use directly (in a web ui), but more often I want to hand it off to an LLM via CLI as a tool for larger queries. Further explorations: As the repo grows, the natural desire is to also think about synthetic data generation + finetuning to have your LLM "know" the data in its weights instead of just context windows. TLDR: raw data from a given number of sources is collected, then compiled by an LLM into a .md wiki, then operated on by various CLIs by the LLM to do Q&A and to incrementally enhance the wiki, and all of it viewable in Obsidian. You rarely ever write or edit the wiki manually, it's the domain of the LLM. I think there is room here for an incredible new product instead of a hacky collection of scripts.

English
41
74
929
171.1K
Bogdan Nichovski
Bogdan Nichovski@Nichovski·
follow up to yesterday's post: the second thing every serious LLM user builds is a cleanup script. because two weeks in, your wiki is full of duplicate facts and the agent starts contradicting itself. someone in the replies called it the "cleanup loop." best name I've heard for it. nobody talks about this part. but it's the thing that makes or breaks whether the second brain actually works.
English
0
0
0
19
Bogdan Nichovski
Bogdan Nichovski@Nichovski·
the whole loop: npx meshnote init ./research drop a paper in. tell claude "ingest this." come back to a summary, author pages, concept pages, all wikilinked into stuff you ingested last week. no UI. no tags. you just read.
English
0
0
0
25
Bogdan Nichovski
Bogdan Nichovski@Nichovski·
POV: when you negotiate with claude
Bogdan Nichovski tweet media
English
0
0
1
16
Bogdan Nichovski
Bogdan Nichovski@Nichovski·
genuine question — anyone doing the Karpathy second brain thing in something other than Obsidian? tried it twice now and I just don't enjoy using it
English
0
0
0
32
Bogdan Nichovski
Bogdan Nichovski@Nichovski·
salesforce just added 30 AI features to slack thirty. slack was already the app where i go to feel overwhelmed by notifications i should have read yesterday now it has an autonomous AI assistant too congrats we've automated the anxiety
English
0
0
0
36
Bogdan Nichovski
Bogdan Nichovski@Nichovski·
Small win but a huge milestone for me! This is just the beginning with Travo 🚀
Bogdan Nichovski tweet media
English
0
0
1
39
Bogdan Nichovski
Bogdan Nichovski@Nichovski·
found it! thanks. i was searching in the settings, it is more convenient there. i'm running it on windows. btw a few suggestions: when you close the window, don't exit, just minimize it to the system tray. it is ugly to keep it inside the taskbar when it is supposed to work in the background.
English
0
0
1
44
Marc Lou
Marc Lou@marclou·
@Nichovski You do not see this when you click on the bottom left of the main window? Would love to know your OS if not
Marc Lou tweet media
English
1
0
1
1.4K
Bogdan Nichovski
Bogdan Nichovski@Nichovski·
Killer promo video 👏 @marclou one suggestion, there’s no way to change the camera. When I work on my multi-monitor setup I have a camera in front of me plus another on the laptop, but it always loads the one from the laptop
Marc Lou@marclou

I made an app to fix my terrible posture. It uses my MacBook Pro camera to watch me work. When AI detects that I’m sitting like a shrimp 🦐, it sends me a notification with a preview of my posture so I can reposition myself. Everything stays local. It works offline too. > supershrimp.io And because apparently my brain only responds to fake rewards, I added XP: good posture makes my shrimp evolve (currently level 7).

English
1
0
1
2K
Bogdan Nichovski
Bogdan Nichovski@Nichovski·
@akoskm doing something similar, just I'm struggling to stay sane
English
1
0
1
10
Akos
Akos@akoskm·
i have 5 tmux sessions doing work actively in 3 of them, 2 of them are hangging around for "after work" it's as exciting as trying React for the first time but mentally, it's a lot more draining than anything before
Akos tweet media
English
1
0
2
131
Venelin K.
Venelin K.@venelinkochev·
I made $4,500 in March 2026 📂 Directify - $2,600 🦞 ClawTeam - $1,665 🔄 ConvertHub - $136 📋 RapidForm - $99 my best month yet in indie hacking since I started 2 years ago still working a full-time dev job on the side
Venelin K. tweet media
English
42
1
93
3.6K
Marc Lou
Marc Lou@marclou·
I made an app to fix my terrible posture. It uses my MacBook Pro camera to watch me work. When AI detects that I’m sitting like a shrimp 🦐, it sends me a notification with a preview of my posture so I can reposition myself. Everything stays local. It works offline too. > supershrimp.io And because apparently my brain only responds to fake rewards, I added XP: good posture makes my shrimp evolve (currently level 7).
English
413
41
2.1K
597.1K
Bogdan Nichovski
Bogdan Nichovski@Nichovski·
This response from openclaw 👇🤣🤣
Bogdan Nichovski tweet media
English
0
0
0
21
Bogdan Nichovski
Bogdan Nichovski@Nichovski·
I did something financially irresponsible today 🫡
Bogdan Nichovski tweet media
English
0
0
1
37
Bogdan Nichovski
Bogdan Nichovski@Nichovski·
Small App Store tweaks, big difference. In the last stretch, Travo yesterday went to: • 83 first-time downloads (+246%) • 2.72% conversion rate (+129%) • 191 product page views (+194%) • 4K impressions (+65%) Still early, but this is the kind of signal I care about: better conversion, not vanity traffic. Quiet reminder that ASO is often just CRO for app pages 🚀
Bogdan Nichovski tweet media
English
1
0
1
28