David Marcus

8.5K posts

David Marcus banner
David Marcus

David Marcus

@davidmarcus

CEO & co-founder @Lightspark ➡️ building the open Money Grid on Bitcoin + @spark. Ran Payments/Crypto & @Messenger at @Meta, led @PayPal + 3 startups.

California, USA Katılım Mart 2007
1.3K Takip Edilen196.6K Takipçiler
Peter Steinberger 🦞
Anthropic now blocks first-party harness use too 👀 claude -p --append-system-prompt 'A personal assistant running inside OpenClaw.' 'is clawd here?' → 400 Third-party apps now draw from your extra usage, not your plan limits. So yeah: bring your own coin 🪙🦞
English
439
242
4.6K
1.2M
David Marcus
David Marcus@davidmarcus·
Implementing…
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
4
0
29
26.5K
Rick Manelius
Rick Manelius@rickmanelius·
@davidmarcus @openclaw The entire reason I have an OpenClaw is to have an isolated environment where I can push to the max without concern if it blows up. Hard agree
English
1
0
12
1.3K
David Marcus
David Marcus@davidmarcus·
Not experimenting with @openclaw to the max extent for “security reasons” is like not connecting to the internet in the 90s.
English
51
22
328
43K
John Coogan
John Coogan@johncoogan·
TBPN has been acquired by OpenAI! The show is staying the same and we’ll continue to go live at 11am pacific every weekday. This is a full circle moment for me as I’ve worked with @sama for well over a decade. He funded my first company in 2013. Then helped us fix a serious logjam during a critical funding round a few years later. When I took my second company through YC, he was president at the time, and then when I joined Founders Fund, the first deal I saw in motion was the post-ChatGPT round in late 2022. And as we started growing TBPN last year, he was the very first lab lead to join the show. Thank you to everyone that has been a part of TBPN until now. The last year has been the most fun and rewarding part of my career and we’re excited to have more resources than ever going forward.
English
1.3K
420
8.6K
2.8M
David Marcus
David Marcus@davidmarcus·
@IgorZIJ @openclaw The what will still be human for the most part. The how and getting it done not that much by then imo.
English
0
0
1
140
Igor Zalutski
Igor Zalutski@IgorZIJ·
@davidmarcus @openclaw calling bs background agents? totally, already many good examples and there will be more unsupervised development? not a chance. because the hard part in "development" is not writing code to requirements, it's figuring out the requirements with enough specificity
English
3
0
1
194
David Marcus
David Marcus@davidmarcus·
We’re likely < 12 months from unsupervised software development. Not just better models. Full closed loops: generate → run → evaluate → fix → repeat. Using @openclaw you can already see it. Once loops + models improve together, supervision will stop making sense.
English
18
1
40
9.3K
David Marcus
David Marcus@davidmarcus·
@markpinc It was always there, veiled. Now the veil is off. October 7 was a Matrix red pill / blue pill moment. You took the red pill.
English
6
0
71
4.3K
Harley Finkelstein
Harley Finkelstein@harleyf·
Tonight, millions of Jews gather at the Seder table to retell the story of Passover. A story of slavery to freedom. Of questioning everything. Of refusing to accept the world as it is. For over 3,000 years. Same night. Same ritual. Not to look back. To carry it forward. Wishing you a beautiful night with family, friends, and a full table. Chag sameach.
English
49
71
1.3K
34.5K
Zach
Zach@zachmeyer·
@davidmarcus This is exactly the kind of take I’d expect from someone using Gstack 😂
English
1
0
2
237
David Marcus
David Marcus@davidmarcus·
Gstack + Claude + Codex > College.
Deutsch
14
6
64
8.6K
Romain Huet
Romain Huet@romainhuet·
We’ve seen Claude Code users bring in Codex for code review and use GPT-5.4 for more complex tasks, so we thought: why not make that easier? Today we’re open sourcing a plugin for it! You can call Codex from Claude Code with your ChatGPT subscription. We love an open ecosystem!
dominik kundel@dkundel

I built a new plugin! You can now trigger Codex from Claude Code! Use the Codex plugin for Claude Code to delegate tasks to Codex or have Codex review your changes using your ChatGPT subscription. Start by installing the plugin: github.com/openai/codex-p…

English
285
354
5.4K
909.4K