Eric Hauser

2.4K posts

Eric Hauser banner
Eric Hauser

Eric Hauser

@ewhauser

CTO at Cadence - https://t.co/GK7Lm0Ogga

Park City, UT Katılım Haziran 2008
1.4K Takip Edilen413 Takipçiler
Eric Hauser
Eric Hauser@ewhauser·
Codex app is so good but we really need a “PR mode”. 1) Commit, push, and PR at the end of a run 2) prefix the thread name with PR # 3) Loop on the PR until CI passes 4) Address review comments until Codex review give thumbs up 5) Change dot to green cc @thsottiaux @embirico
English
0
0
1
23
Eric Hauser
Eric Hauser@ewhauser·
@martin_casado You have to combine something like this with a virtual bash to make it really useful; otherwise no way to efficiently ripgrep over a large corpus of files efficiently. I’ve been exploring this with github.com/ewhauser/gbash. Think SQLite file systems are going to be a big thing
English
1
0
1
103
martin_casado
martin_casado@martin_casado·
This is really, really cool. Sort of the file system equivalent of the agent sandbox environments. Imma use it for my setup ...
Mike Freedman@michaelfreedman

Introducing TigerFS - a filesystem backed by PostgreSQL, and a filesystem interface to PostgreSQL. Idea is simple: Agents don't need fancy APIs or SDKs, they love the file system. ls, cat, find, grep. Pipelined UNIX tools. So let’s make files transactional and concurrent by backing them with a real database. There are two ways to use it: File-first: Write markdown, organize into directories. Writes are atomic, everything is auto-versioned. Any tool that works with files -- Claude Code, Cursor, grep, emacs -- just works. Multi-agent task coordination is just mv'ing files between todo/doing/done directories. Data-first: Mount any Postgres database and explore it with Unix tools. For large databases, chain filters into paths that push down to SQL: .by/customer_id/123/.order/created_at/.last/10/.export/json. Bulk import/export, no SQL needed, and ships with Claude Code skills. Every file is a real PostgreSQL row. Multiple agents and humans read and write concurrently with full ACID guarantees. The filesystem /is/ the API. Mounts via FUSE on Linux and NFS on macOS, no extra dependencies. Point it at an existing Postgres database, or spin up a free one on Tiger Cloud or Ghost. I built this mostly for agent workflows, but curious what else people would use it for. It's early but the core is solid. Feedback welcome. tigerfs.io

English
15
4
171
36.3K
Eric Hauser
Eric Hauser@ewhauser·
@agentxagi @hwchase17 If you don’t have that though, there is no way to just plug that into a generic agent runtime. You can’t ripgrep over Postgres efficiently unless you rewrite ripgrep
English
0
0
0
15
Eric Hauser
Eric Hauser@ewhauser·
@agentxagi @hwchase17 Maybe? I’ve exploring this concept a bit with github.com/ewhauser/gbash. If you your own bash system on top of a virtual file system then you can optimize how the tools use it; ie special hooks into grep, rg, etc so that the underlying storage engine can be optimized for search
English
1
0
0
23
Harrison Chase
Harrison Chase@hwchase17·
We did a mini launch week for DeepAgents this past week! Launched things include: 📁Plug in any backend as a "virtual filesystem" 🖼️No-code agent builder powered by DeepAgents 💻DeepAgents CLI What else is missing & what should we launch next? 🧵 on the launches
Harrison Chase tweet media
English
15
12
140
15.8K
Eric Hauser
Eric Hauser@ewhauser·
Like I don't even want to see that there was a conflict. Just resolve it, update my branches
English
0
0
0
14
Eric Hauser
Eric Hauser@ewhauser·
GitHub really needs to add automatic merge conflict resolution with AI. That is a feature I would definitely pay for.
English
1
0
0
49
Eric Hauser
Eric Hauser@ewhauser·
@chaliy @AlemTuzlak Nice! I wish I would have discovered that two weeks ago 😂. I see it's MIT licensed but do you care if I reuse your LLM eval harness with attribution? Was planning on building one of those
English
1
0
0
24
Alem Tuzlak 🇧🇦
Alem Tuzlak 🇧🇦@AlemTuzlak·
This is precisely why I dislike the Vercel narrative of open-source. Everything they do is "open-source" and yet they publically call you out for forking a repository. Sunil has nothing to do with your CF beef and if you hate the concept of OSS so much close-source your code.
Malte Ubl@cramforce

x.com/i/article/2033…

English
21
15
826
50.2K
Eric Hauser
Eric Hauser@ewhauser·
OS level sandboxes are the end game for AI agents but virtual bash envs - pioneered by @vercel just-bash - work for many use cases. I’ve been hacking on an implementation in Go over the past couple of weeks. Not ready for prime time yet but sharing early: ewhauser.github.io/gbash/
English
0
1
1
165
Eric Hauser
Eric Hauser@ewhauser·
@trq212 Easy to run when tokens are free. $15-25 dollars is insane for a PR review and this is coming from someone who personally pays >$1k every month in Claude Code costs
English
1
0
5
126
Ahmed Omar.
Ahmed Omar.@omar_or_ahmed·
Healthcare AI will be bigger than legal AI, bigger than coding AI. But most investors still dont see it. Heres the math that changes everything 🧵
English
98
214
2K
285.3K
Eric Hauser
Eric Hauser@ewhauser·
@tayloramurphy Curious if you could share more about how you are structuring the code context. Are you storing references to code associated with a table and then giving the agent access to the code? Or extracting context and indexing it alongside the table metadata?
English
1
0
1
215
Zara Zhang
Zara Zhang@zarazhangrui·
So many people have told me "I made a presentation using this skill, and it was very well-received." The key is "well-received". Presentations are a medium of communication. It's about the audience's experience, not just the presenter's experience. I think because the models are trained on tons of webpages, they have an inherent "sense" for "how to arrange information on screen using code in a way that's easy on the eye". It's like the models speak HTML as a native language. Models do better when they speak their native language
Zara Zhang@zarazhangrui

My Frontend Slides skill now has 7.8k stars on Github which is crazy!! I just restructured it following the "progressive disclosure" pattern: went from 1,625 lines loaded every time to 183. Same functionality, 89% less context bloat. Treat your instruction file like a table of contents, not a textbook. Put the rules up front. Put the reference material in separate files the agent reads only when it needs them. It's like the difference between handing a new hire a 30-page briefing doc vs. a 2-page summary with "see appendix B for details."

English
11
10
261
33K
Eric Hauser
Eric Hauser@ewhauser·
@julesyoo FFS isn’t inherently a bad thing but there are a couple downsides: 1) it can encourage bad actors and volume maximizing behavior 2) slow iteration cycle on the codes can lead to suboptimal solutions. Love what CMMI is trying to do with the flexibility with ACCESS
English
0
0
1
139
Julie Yoo
Julie Yoo@julesyoo·
CMMI ACCESS is bringing sexy back to Medicare 🎸. A lot of investors and companies pulled back from Medicare over the last few years in light of regulatory headwinds and recent performance degradation amongst publicly-traded MA businesses... and the current wave of AI care apps, while exciting, is primarily targeting younger, healthier, commercially insured users. But I've now heard of numerous startups viewing ACCESS as a reason to consider serving Medicare populations for the first time. So this program could re-accelerate the deployment novel care models into senior populations who face some of the worst access and health issues in our society! Also - a common reaction to the announcement of ACCESS rates was, "they're so low!" But that's the point! Constraint breeds ingenuity. Great conversation with @AbeSutton (CMMI) and Rohit Chandra (@ClevelandClinic) at ViVE on these and other topics related to payment model innovation in the age of abundant, AI-powered care. One debate that we didn't fully get to resolve on stage: Is FFS really all that bad? What would need to be true for FFS to be viewed as productive versus destructive? Not all healthcare interactions and customers are conducive to capitation or subscription models... and AI holds the promise of being able to deliver services (both cognitive and administrative) at a fraction of the human version of the cost, with less errors and waste. What say you?
Julie Yoo tweet media
English
4
2
24
6.8K
Gavin King ⍼⍼⍼
Gavin King ⍼⍼⍼@1ovthafew·
I'm definitely in the minority on this one. My experience is that Claude is a very useful tool, whereas Codex does things that make my eyes pop out. But of course my experience is with a very particular kind of code that's much more difficult to reason about than most.
Gavin King ⍼⍼⍼@1ovthafew

Better for Java:

English
6
0
11
6.8K
Eric Hauser
Eric Hauser@ewhauser·
@HarryStebbings Fun @LucasSwisher1 story: summer of 2022 at an offsite he demoing a chat app built on davinci-002 telling our company that generative AI was going to change everything
English
1
0
2
436
Harry Stebbings
Harry Stebbings@HarryStebbings·
I am so fricking bored of guests that go on 10 podcasts and say the same frameworks again and again. Coatue manages $30BN on the private side. Their growth fund is $7BN. They have investments in Revolut, Anthropic, OpenEvidence, Canva and more. And yet, the Co-Head of Coatue, Lucas Swisher, never does podcasts. That changes today. @LucasSwisher1👇 Spotify 👉 open.spotify.com/episode/5QxHPw… Youtube 👉 youtu.be/Hom5OMMzOQ0 Apple Podcasts 👉 podcasts.apple.com/us/podcast/20v… Timestamps: 00:00 Intro 01:04 Why Public SaaS Is Getting Crushed in the AI Wave 07:35 Durability of Revenue in AI 15:28 Market Size vs Founder Quality: What Wins? 16:52 Why Price is the Last Thing to Matter 23:32 Mega-Funds Math: Can $5B+ Funds Still Generate Venture Returns? 27:01 What Returns Are 'Enough'? Why 3x Isn't Exciting at Growth 29:54 When Double-Downs Go Wrong: Overestimating TAM and Multi-Product Expansion 32:37 Margin Matters… But at Scale: AI Gross Margins, Cost Curves & Efficiency 37:11 Why it has never been harder to be a seed investor 40:11 Is 'Kingmaking' a Myth: When Capital Helps (and When It Hurts) 45:23 Is Canva Really a Platform Company? Multi S-Curves and Leaning into AI Early 46:52 Lessons from Mary Meeker 50:08 Lessons from Mamoon Hamid 51:34 LP 'Pick One' Games: Mamoon Hamid, Mary Meeker, Insight Partners 53:40 OpenAI vs Anthropic: Who Wins? 59:17 Most Memorable Founder Meeting 01:01:35 Career Decisions & Misses
YouTube video
YouTube
English
25
29
358
242.8K
Eric Hauser
Eric Hauser@ewhauser·
@mikebeckhamsm This is my argument on why many people prefer Claude Code over Codex. Codex is clearly the better model but no dopamine hit due to the slow speed
English
0
0
0
81
Mike Beckham
Mike Beckham@mikebeckhamsm·
I’ve probably spent 150 hours in the last month working with AI. One thing has become crystal clear to me: The tight feedback loops release so much dopamine that it is easy/enjoyable to build. It does feel like playing a game. But I have something to show for it at the end.
Cody Plofker@codyplof

Just realized why I’m so addicted to Claude Code. It’s literally a video game for adults. You get stuck on a level, try everything you can to beat it, and eventually break through. And every level you stack skills and get stronger.

English
55
38
795
75.7K
Eric Hauser
Eric Hauser@ewhauser·
@lennysan @bcherny @cursor_ai Huge fan of your work and tons of empathy that these decisions are very difficult. Does seem a little disengenious to assert it was 100% a cultutral thing when there were likely some pretty serious financial considerations involved
English
1
0
26
2.4K
Lenny Rachitsky
Lenny Rachitsky@lennysan·
Remember when @bcherny left Anthropic for @cursor_ai and then came back 2 weeks later? Here's the story.
Lenny Rachitsky@lennysan

Claude Code launched just one year ago. Today it writes 4% of all GitHub commits, and DAU 2x'd last month alone. In my conversation with @bcherny, creator and head of Claude Code, we dig into: 🔸 Why he considers coding "largely solved" 🔸 What tech jobs will be transformed next 🔸 The counterintuitive bet that made Claude Code take off 🔸 Why he left for Cursor and what brought him back 🔸 Practical tips for getting the most out of Claude Code and Cowork 🔸 Much more Listen now👇 youtube.com/watch?v=We7BZV…

English
38
18
572
130.4K