michaelk

2.8K posts

michaelk banner
michaelk

michaelk

@cepstrum9

⚡️ AI code reviews — https://t.co/1Hxn9uVdS4 @codii_dev 🦉in-memory RAG— https://t.co/rHmcHZpNRM

London, UK 🇬🇧 Katılım Ocak 2022
655 Takip Edilen1.1K Takipçiler
Sabitlenmiş Tweet
michaelk
michaelk@cepstrum9·
1/ There's a class of knowledge that's too big for a prompt but too small to justify a vector database. A codebase, slack export, folder of meeting notes. I built raglet for exactly this problem. 🧵
English
3
1
7
334
Andrej Karpathy
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
1.7K
3.6K
33.3K
7.7M
Pete Hegseth
Pete Hegseth@PeteHegseth·
Back to the Stone Age.
English
34.2K
8.6K
77.7K
39.2M
michaelk
michaelk@cepstrum9·
@mark_slapinski People like you, that use platforms like X to incite violence and hate amongst people just to get likes and go viral should be jailed. Especially in times like these, where the world is in crisis. You are sincerely the bottom of the sewage pit. Fucking clown kid.
English
0
0
6
239
Mark Slapinski
Mark Slapinski@mark_slapinski·
I think Türkiye should annex Greece.
Türkçe
309
72
1.5K
584.5K
michaelk
michaelk@cepstrum9·
@ohryansbelt YC has been degenerating for quite a while now, not surprised, this was bound to happen
English
0
0
3
266
Ryan
Ryan@ohryansbelt·
Delve, the YC-backed compliance startup that allegedly faked hundreds of SOC 2 and ISO 27001 audits, is now accused of stealing a fellow YC company's IP. According to Part 2 of DeepDelver's Substack series, Delve took SimStudio's code, removed attribution, rebranded it "Pathways," and started closing $50k-$200k+ enterprise deals with it while telling Sim's founders the ROI wasn't there for a partnership. Here's the breakdown: > Sim (YC X25) signed on as a Delve compliance client for $15k covering SOC 2 Type 1, Type 2, and HIPAA. CEO Karun Kaushik personally promised to handle onboarding > During that same April 2025 sales call, Karun posted a SimStudio link internally with the note "ui inspo for pathways" > Linear tickets referencing "sim studio" under the Pathways project started appearing that same month. An internal Notion doc titled "Sim Studio Port Plan" lists specific folders to copy, including blocks, components, the executor, tools, handlers, and database schema Delve's production code still contains SimStudio references and docs[.]simstudio[.]ai URLs > When Sim's CEO @Emkara tried to sell Delve a licensing deal, Karun said it didn't have "high enough ROI rn" and stopped responding > Sim had no idea Delve was selling their product as Pathways until DeepDelver's Part 1 article. Emir confirmed over email that no white-label or attribution agreement existed > Leaked pitch decks show Delve selling Pathways to Brex, Anthropic, Gusto, and Notion. The Notion deal was $50k+ > The Brex deck promises Pathways will make their GRC team "AI native" and includes a 50%+ partnership discount > The Anthropic deck, dated January 9, 2025, proposes a 1-2 week PoC with named Delve staff building custom Pathways workflows > Delve outsourced Pathways maintenance to a dev shop in Bangladesh > Sim's open source license required attribution. Delve removed it, told clients they "built it from the ground up," and did not disclose Sim's code during Series A due diligence
Ryan tweet media
Bryan Onel@BryanOnel86

Delve knows no shame. They allegedly sold another YC company’s (@simdotai) open source tool as a standalone product to companies like Notion and Brex without attribution, violating the Apache license, and then lied about it to the founders of Sim. The founders of Sim (@emkara) are left with nothing while Delve walks away with the money.

English
64
75
1.4K
560.2K
michaelk
michaelk@cepstrum9·
@boochi_dot_dev @Tomas_Zubiri @gvanrossum Bro you wrote it 3 times write something else 😛, and yes technically robots are agents in the broader sense, although the context of the concepts is more nuanced
English
0
0
0
17
michaelk retweetledi
Guido van Rossum
Guido van Rossum@gvanrossum·
I think I finally understand what an agent is. It's a prompt (or several), skills, and tools. Did I get this right?
English
533
202
4.7K
565.1K
Alex Finn
Alex Finn@AlexFinn·
Unreal. The entire Claude Code source code just leaked It reveals EVERY secret Anthropic has in store for Claude I went through all 600,000 lines of code Here's EVERYTHING juicy detail you need to know about how Claude Code is built and what is coming next:
Alex Finn tweet media
English
427
275
3.1K
998.4K
michaelk
michaelk@cepstrum9·
@ariisaacs @nemke @gvanrossum I don’t think skills are required have steps, i said that in order to counter/test the “workflow” analogy , seems that most of the people mean that the bulk of the skill is encoded in the prompt - and that could or could no contain steps
English
0
0
0
2.6K
michaelk
michaelk@cepstrum9·
@JustJake Sincerely thought Railway would take security more seriously than this, guess going back to @awscloud is an option
English
0
0
0
43
Jake
Jake@JustJake·
Today we had an issue affecting ~3000 users, where their authenticated content may have been served to their unauthenticated users Below is our writeup on impact, resolution, and prevention We've deeply sorry. This is unacceptable and we will do better blog.railway.com/p/incident-rep…
English
62
28
562
97.7K
michaelk
michaelk@cepstrum9·
@themandeepc @gvanrossum I agree, there are different levels of abstraction at play, nice mapping u did there tools -> actuators and context window -> sensor
English
0
0
0
19
Mandeep
Mandeep@themandeepc·
@cepstrum9 @gvanrossum I think their definition is true in general. There are agents other than LLM agents (like a Roomba). But for an LLM agent, it’s a bit less abstract to talk in terms of tools (its actuators) and the context window (effectively its sensors).
English
1
0
1
25
michaelk
michaelk@cepstrum9·
@Tomas_Zubiri @gvanrossum correct, a self driving car is an agent under that definition. And correct, there are nuances of the terms agent, it is used under a different contexts, and there is overlap between them. That perhaps means that a new term is needed
English
0
0
0
11
Tomás Zubiri
Tomás Zubiri@Tomas_Zubiri·
@cepstrum9 @gvanrossum So a self driving car is an agent under that definition. Just because a buzzword has a definition in academia does not mean it's the same concept, there can be different word senses.
English
3
0
0
27
HybridAI
HybridAI@hybridai_one·
@gvanrossum Plus: heartbeat/cron + seeing its own src/config + changing its own memory + feels like magic
English
1
0
1
25
michaelk
michaelk@cepstrum9·
@hTrapVader @gvanrossum **gets lost in infinite recursion and circular definition ** 🫠 So an agent has skills -> an agent has agents. It seems to me that there must be some hierarchy that distinguishes the root from the leaves
English
0
0
1
189
michaelk
michaelk@cepstrum9·
@nemke @gvanrossum Seems to me that a workflow is a sequence (or another topology, i.e DAG) of steps. A step could be a function written in code, or a text file - prompt
English
1
0
1
6K
michaelk
michaelk@cepstrum9·
@gvanrossum although I appreciate that LLMs were probably not around when they coined this term and it’s a more generic definition
English
0
0
1
32
michaelk
michaelk@cepstrum9·
Norvig and Russel define an agent as any system that can perceive its environment via sensors and act on it via actuators. A distinction they make which I think is useful is between agent function and agent program. I think, the agent program in this instance, is made out of a prompt, a loop, tools and skills
michaelk tweet media
English
5
0
15
1.9K