Tom Greenwald

326 posts

Tom Greenwald banner
Tom Greenwald

Tom Greenwald

@tomgreenwald

Building @usemagnitude (open source coding agent). Previously built an open source browser agent (4k+ stars). YC S25

San Francisco, CA Katılım Kasım 2023
127 Takip Edilen386 Takipçiler
Adi Singh
Adi Singh@adisingh·
A sunset in NYC vs a sunset in SF.
Adi Singh tweet mediaAdi Singh tweet media
English
15
1
135
14.7K
Westside L.A. Guy
Westside L.A. Guy@WestsideLAGuy·
Is it accurate to say that in SF right now, the bros working at Open AI & Anthropic have an aura rivaling that of pro athletes? The entire tech world is obsessed with those companies.
English
41
4
424
60.3K
Tom Greenwald
Tom Greenwald@tomgreenwald·
@dexhorthy I also like to write future prompts for other primary tasks in Obsidian while my current primary is churning
English
0
0
0
55
dex
dex@dexhorthy·
I have often said similar - I'm max 1-2 complex things in parallel, and I ALWAYS have a primary task I'm not advancing them both along a workflow together, its "something to work on while primary is blocked / researching / coding / etc" and then as soon as the primary is unblocked, I'm back on it
Ray Fernando@RayFernando1337

Everyone's spinning up 50 agents in parallel. The engineer who built Droid Missions told me the opposite: if you can't produce something large and correct with one, adding more just makes it worse. Parallelization is for gathering live info, not building systems.

English
18
12
212
19.9K
Tom Greenwald
Tom Greenwald@tomgreenwald·
@FarzaTV How do you mark something as inspo? Imo for this to be useful the collection process would need to be seamless. 1 click add without having to leave where I am
English
0
0
0
161
Farza 🇵🇰🇺🇸
I've been hacking on a product for myself that does this. If interested, hmu! As you use your computer, it lets you collect inspo (an interesting tweet, a research paper, a screenshot of a page design you like, etc). Then it all gets indexed into an LLM-managed wiki you can chat with. The more you collect, the better your wiki gets, the better your chats get, the better your ideas potentially get. Super early and hacky. Started it a few days ago. DM me if you wanna try it out + plz plz tell me what you'd wanna use it for in your DM! Mac only rn. (P.S: I am also exploring a version where teams can collect context together. Imagine your whole team's inspo + ideas feeding one AI-backed wiki, and then agents working on top of that 24/7 doing research and analysis to help you guys figure new ideas like a new Notion but not trash if you are on a team and wanna try that lmk)
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
48
6
314
44K
Michael Kim
Michael Kim@michaelhyunkim·
just me, at the bar, in the rain, at the @agentmail HQ, with 12 claude code sessions anyone care to share some company?
English
3
0
27
1.1K
Tom Greenwald
Tom Greenwald@tomgreenwald·
@jparkjmc Woooo Claude read the description of my startup and rated it an A+
English
0
0
0
269
Tom Greenwald
Tom Greenwald@tomgreenwald·
@mattshumer_ GPT has never been able to nail UI for some reason. It's the one area that Claude is still far ahead
English
0
0
1
195
Matt Shumer
Matt Shumer@mattshumer_·
If GPT-5.4 wasn’t so goddamn bad at UI it’d be the perfect model It just finds the most creative ways to ruin good interfaces… it’s honestly impressive
English
148
15
829
132.5K
Malte Ubl
Malte Ubl@cramforce·
All CLI based coding agents, please run this prompt: Make a plan to quickly detect network changes and be robust to them in the sense of resuming work immediately
English
5
2
64
7.7K
Lawrence Chen
Lawrence Chen@lawrencecchen·
Introducing cmux: the open-source terminal built for coding agents. - Vertical tabs - Blue rings around panes that need attention - Built-in browser - Based on Ghostty When Claude Code needs you, the pane glows blue and the sidebar tells you why. No Electron/Tauri. Just Swift/Appkit.
English
220
170
2.1K
353K
Tom Greenwald
Tom Greenwald@tomgreenwald·
@wholyv What happens when no one allows subscriptions to be used anymore
English
0
0
1
497
lyv ⌘
lyv ⌘@wholyv·
okay, confirmed it. fuck antigravity and cursor atp. Buy GitHub Copilot pro (most expensive pack) login via it in opencode enjoy far more claude code limits that you normally would for double the price.
English
102
39
2.3K
208.1K
KERNEL
KERNEL@usekernel·
introducing our new look. kernel.sh
English
30
16
155
36.2K
Ish Verduzco
Ish Verduzco@ishverduzco·
strong opinions about the gym - dudes who workout in groups more than 2 aren’t there to really lift, they’re there to socialize - those who go max incline on the treadmill and hold the guardrails the entire time look ridiculous - most workout longer than 90 mins are pointless and show how inefficient you are in the gym — speed up, fewer breaks, focus more - the gym is not a nightclub, come in, work out, maybe say hi to one or two people, but that’s it — people are waiting for your machine while you chit chat - using more than 2 machines (or dumbbell sets) at once shows how self centered you are - sweaty people should bring their own towel or use gym wipes, gross - scrolling IG in between sets should be a crime - repeatedly not re-racking your weights should lead to being banned
English
20
1
70
7.5K
Tom Greenwald
Tom Greenwald@tomgreenwald·
@nikitabier I don't want to email you and your OpenClaw agent responds. I want YOU to respond
English
0
0
0
23
Nikita Bier
Nikita Bier@nikitabier·
Prediction: In less than 90 days, all channels that we thought were safe from spam & automation will be so flooded that they will no longer be usable in any functional sense: iMessage, phone calls, Gmail. And we will have no way to stop it.
English
3.4K
1.7K
23.7K
9.5M
Tom Greenwald retweetledi
KERNEL
KERNEL@usekernel·
Introducing Managed Auth: a standardized way for agents to log in and stay logged in across the internet. This is a big step toward finally solving auth for agents.
English
32
26
186
33.1K
Tom Greenwald
Tom Greenwald@tomgreenwald·
@juliarturc I feel like having a popular YouTube channel is almost higher signal. Means you’ve unlocked how to do distribution
English
0
0
0
150
Julia Turc
Julia Turc@juliarturc·
New sport in Silicon Valley: > meet VC at social event > have a thoughtful conversation about tech & AI > vc: so what are you building? > me: I make videos on YouTube > vc: looks down in disgust and suddenly needs to go to the restroom As a baseline, saying something like Google Research / YC startup etc. gets you an immediate LinkedIn connect and potentially some annoying e-mail follow-ups. There is something very soulless about the space where we converged and I'll take some blame for it. But it's never too late to wake up and reset our values.
English
64
11
928
237.6K
Richard Burton
Richard Burton@Ricburton·
Starting a new fund called: Athletic Gingers We believe they are the key to new technology Elite genetics for unique thinking & incredible stamina for company building Huge upside guaranteed
Richard Burton tweet mediaRichard Burton tweet mediaRichard Burton tweet mediaRichard Burton tweet media
English
98
22
616
90.2K
Tom Greenwald retweetledi
TJ Parker⚡️
TJ Parker⚡️@tjparker·
@Ranicket We don’t use WhatsApp in America
English
8
1
136
6.5K
Sam Altman
Sam Altman@sama·
Small-but-happy win: If you tell ChatGPT not to use em-dashes in your custom instructions, it finally does what it's supposed to do!
English
3.2K
1.1K
29.1K
7M
Tom Greenwald
Tom Greenwald@tomgreenwald·
Negative margin is the heroin of frontend dev
English
0
0
3
284