Barron Roth

10.6K posts

Barron Roth banner
Barron Roth

Barron Roth

@iamBarronRoth

applied ai pm @google • ex-@shopify • engineer who designs

San Francisco, CA Katılım Şubat 2009
975 Takip Edilen1.1K Takipçiler
Sabitlenmiş Tweet
Barron Roth
Barron Roth@iamBarronRoth·
While everyone's trying to generate MRR, I had my @openclaw help me build a side-scroller retro video game encapsulating how my fiancée and I met in Toronto...for our wedding website (sound on! 🔉)
English
13
5
62
6.3K
Barron Roth
Barron Roth@iamBarronRoth·
@jlehman_ Yeah, that's how I'm feeling. It doesn't feel super necessary unless you have extra files like an Obsidian or some sort of working files.
English
0
0
0
39
Josh Lehman
Josh Lehman@jlehman_·
@iamBarronRoth Totally compatible. Unclear how much value you’d get out of it — depends on how much you’ve got in your memory files outside of lossless-managed conversations.
English
1
0
2
167
Josh Lehman
Josh Lehman@jlehman_·
lossless-claw 0.8.1 dropped — the "why was it slow" release ⚡ pre-bundled plugin: startup drops from 15-25s to instant 🔄 bootstrap fast path survives real turns now 🛑 backfills stop re-scanning your db every boot 🧠 reasoning models keep their thinking intact speed patch. more coming.
English
13
7
113
11.9K
Tak 🦞
Tak 🦞@cherry_mx_reds·
Meet the new qa-lab plugin, an internal tool that ships with OpenClaw. It provides a local proxy view of session-level traffic, making it much easier to debug tricky behavior like provider cache breaks. Nothing leaves your machine. Everything stays local.
Tak 🦞 tweet media
English
5
3
64
6.1K
Ansub
Ansub@ansubkhan·
late to the party but built a UI layer on top of the wiki my @openclaw agent writes and maintains, based on exactly what @karpathy describes here. obsidian vault underneath, react frontend on top: search, an interactive knowledge graph, topic browsing, article pages with tables of contents + neighborhood mini-graph and many more.
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
28
25
517
101K
Zainan Victor Zhou
Zainan Victor Zhou@ZainanZhou·
Its great to contribute PRs! Sometimes when PRs are waiting to be merged, the best way is to keep using your own PRs/patches/features without needing to wait. I am currently advocating “maintain your own distro(distribution version) so you can keep using, keep building, keep contributing b.zzn.im/blog/maintain-…
English
1
0
0
213
Sinecan
Sinecan@sinecanswork·
I really don't understand in which way it makes sense that OAI is not improving/pushing the direction. OpenAI voice chat has been the best in class but it is not that good either anymore. Gemini's voice chat is a joke. Claude's voice chat is extremely slow and does not even function properly. This is a field where a serious service provider can differentiate itself significantly.
English
1
0
4
287
Simon Willison
Simon Willison@simonw·
I think it's non-obvious to many people that the OpenAI voice mode runs on a much older, much weaker model - it feels like the AI that you can talk to should be the smartest AI but it really isn't
Andrej Karpathy@karpathy

Judging by my tl there is a growing gap in understanding of AI capability. The first issue I think is around recency and tier of use. I think a lot of people tried the free tier of ChatGPT somewhere last year and allowed it to inform their views on AI a little too much. This is a group of reactions laughing at various quirks of the models, hallucinations, etc. Yes I also saw the viral videos of OpenAI's Advanced Voice mode fumbling simple queries like "should I drive or walk to the carwash". The thing is that these free and old/deprecated models don't reflect the capability in the latest round of state of the art agentic models of this year, especially OpenAI Codex and Claude Code. But that brings me to the second issue. Even if people paid $200/month to use the state of the art models, a lot of the capabilities are relatively "peaky" in highly technical areas. Typical queries around search, writing, advice, etc. are *not* the domain that has made the most noticeable and dramatic strides in capability. Partly, this is due to the technical details of reinforcement learning and its use of verifiable rewards. But partly, it's also because these use cases are not sufficiently prioritized by the companies in their hillclimbing because they don't lead to as much $$$ value. The goldmines are elsewhere, and the focus comes along. So that brings me to the second group of people, who *both* 1) pay for and use the state of the art frontier agentic models (OpenAI Codex / Claude Code) and 2) do so professionally in technical domains like programming, math and research. This group of people is subject to the highest amount of "AI Psychosis" because the recent improvements in these domains as of this year have been nothing short of staggering. When you hand a computer terminal to one of these models, you can now watch them melt programming problems that you'd normally expect to take days/weeks of work. It's this second group of people that assigns a much greater gravity to the capabilities, their slope, and various cyber-related repercussions. TLDR the people in these two groups are speaking past each other. It really is simultaneously the case that OpenAI's free and I think slightly orphaned (?) "Advanced Voice Mode" will fumble the dumbest questions in your Instagram's reels and *at the same time*, OpenAI's highest-tier and paid Codex model will go off for 1 hour to coherently restructure an entire code base, or find and exploit vulnerabilities in computer systems. This part really works and has made dramatic strides because 2 properties: 1) these domains offer explicit reward functions that are verifiable meaning they are easily amenable to reinforcement learning training (e.g. unit tests passed yes or no, in contrast to writing, which is much harder to explicitly judge), but also 2) they are a lot more valuable in b2b settings, meaning that the biggest fraction of the team is focused on improving them. So here we are.

English
126
30
1.6K
266.7K
Austen Allred
Austen Allred@Austen·
Spinning up a new instance of OpenClaw is a fascinating experience
Austen Allred tweet media
English
5
1
27
7.8K
Daniel Vassallo
Daniel Vassallo@dvassallo·
@Austen True I don’t understand why they made sessions auto expire at night. I think it should default to no session expiry and maybe a warning when compaction is about to happen.
English
5
0
6
2.5K
Jonas Čeika
Jonas Čeika@Jonas_Ceika·
I sent ChatGPT an audio file of a series of FART sound effects and asked what it thinks of "my music" and this is what it said
Jonas Čeika tweet media
English
1K
4.5K
57.9K
5.2M
Henry Mascot
Henry Mascot@iAmHenryMascot·
@iamBarronRoth @garrytan I did that as part of a bigger drive to be massively token efficient I cut my input tokens by 90% by optimising tf out of what gets injected. just did some digging on the skills limit, its configurable OpenClaw has skills.limits.maxSkillsPromptChars
English
1
0
1
53
Garry Tan
Garry Tan@garrytan·
How I get my claw to be a durable AI agent I never have to instruct twice Paste this into your OpenClaw's AGENTS.md or send it as a message: You are not allowed to do one-off work. If I ask you to do something and it's the kind of thing that will need to happen again, you must: 1. Do it manually the first time (3-10 items) 2. Show me the output and ask if I like it 3. If I approve, codify it into a SKILL.md file in workspace/skills/ 4. If it should run automatically, add it to cron with `openclaw cron add` Every skill must be MECE — each type of work has exactly one owner skill. No overlap, no gaps. Before creating a new skill, check if an existing one already covers it. If so, extend it instead. The test: if I have to ask you for something twice, you failed. The first time I ask is discovery. The second time means you should have already turned it into a skill running on a cron. When building a skill, follow this cycle: - Concept: describe the process - Prototype: run on 3-10 real items, no skill file yet - Evaluate: review output with me, revise - Codify: write SKILL.md (or extend existing) - Cron: schedule if recurring - Monitor: check first runs, iterate Every conversation where I say "can you do X" should end with X being a skill on a cron — not a memory of "he asked me to do X that one time." The system compounds. Build it once, it runs forever.
English
138
168
2.3K
245.6K
Barron Roth
Barron Roth@iamBarronRoth·
@iAmHenryMascot @garrytan you also can’t pick which ones are truncated and which ones aren’t. so you’ll never know unfortunately
English
1
0
0
21
Barron Roth
Barron Roth@iamBarronRoth·
@iAmHenryMascot @garrytan yup. 30k char limit basically nets out to ~80 skills before their silently truncated ask your claw to look through github issues about it your claw is not seeing 80% of your skills
English
1
0
0
32
Henry Mascot
Henry Mascot@iAmHenryMascot·
@garrytan Thanks will borrow. But not sure if this works at scale I'm sitting at around 200 crons and 200+ skills. When there is too much context, the agent stops reliable instruction following. But thats a scale problem the above will work for most people.
English
1
0
2
645
claire vo 🖤
claire vo 🖤@clairevo·
I switched @openclaw again to GPT-5.4 and am DYING love this caveman software engineer personality upgrade 10/10 gonna keep her
claire vo 🖤 tweet media
English
40
6
225
69.2K