Dylan Mikus

1.2K posts

Dylan Mikus banner
Dylan Mikus

Dylan Mikus

@dbmikus

building @amikadev - infra for your software factory | YC S22 + F25, CMU CS + LTI

New York Katılım Haziran 2007
948 Takip Edilen660 Takipçiler
Dylan Mikus
Dylan Mikus@dbmikus·
self-reviewing my vibe coded PRs like
Dylan Mikus tweet media
English
0
0
0
21
Ed Sim
Ed Sim@edsim·
It was great while it lasted but simply not sustainable for my OpenClaw bot. Waiting for my Mac Studio to run my own open source models
Ed Sim tweet media
English
13
0
17
4.8K
Kenton Varda
Kenton Varda@KentonVarda·
Honestly "AI that can find every vulnerability" sounds way better for the good guys than the bad guys. Not sure why everyone is losing their minds here.
English
39
22
278
47.3K
Dylan Mikus
Dylan Mikus@dbmikus·
I'm gonna crash out the next time I see another "first AI agent to do XYZ"
English
0
0
2
32
Dylan Mikus
Dylan Mikus@dbmikus·
@garrytan Whole computer needs to be versioned and the agent needs to be able to read back and undo its changes Like git, but for the self-modifying AI computer
English
0
0
0
117
Garry Tan
Garry Tan@garrytan·
OpenClaw is amazing until it does something funny like alter its own config file because you asked to try the new dream mode and then it can’t restart because of invalid config with the wrong version. This happened to me yesterday morning. I had to go ssh in with Claude Code to get it fixed. But the sheer fact all of these can happen shows you we are at Apple I stage: assemble your own motherboard stage. But the Apple II personal computer moment (where anyone can go to the store and buy a PC and it works) is coming for OpenClaw We are so early and this is the worst it will ever be
English
181
68
1.2K
81.4K
Dylan Mikus
Dylan Mikus@dbmikus·
@badlogicgames What are your thoughts on how to make money from making building blocks?
English
1
0
1
309
Dylan Mikus
Dylan Mikus@dbmikus·
In general, I think "worse is better" and the Unix dev philosophy wins Software that's easiest and quickest to use wins over software that's better, because it has better evolutionary advantages to adoption and contribution AI might change it, because implementation is now cheap
English
0
0
0
7
Dylan Mikus
Dylan Mikus@dbmikus·
@NathanFlurry @appfactory Think isolates make sense for use cases that mostly need file systems and JS code gen Think it's too great an uphill battle for general purpose computer agents
English
1
0
1
17
Peter Pistorius
Peter Pistorius@appfactory·
Earlier this morning I said "my sandbox is a devcontainer, what else do I need?" It sucks because it's slow, but it works! This video is convincing. I know Theo didn't point to particular piece of tech, but I think isolates are probably the contender. It does mean that we need to bridge almost everything that cannot be run in a isolate via a TypeScript interface (e.g: Postgres, MySQL, Redis), but that's totally doable. My mental model for this is basically something like React-Native; but made for agents: "Compute-Native?"
Theo - t3.gg@theo

Agents are good at bash. Bash is not good for agents. We should cut our losses and restart now before it is too late.

English
3
2
53
10.7K
Dylan Mikus
Dylan Mikus@dbmikus·
@calvinchen Yes, Claude's computer use via Chrome integration is crazy slow. I have a workflow that runs out of "concurrent tool calls" all the time and I need to just type "continue" partway through.
English
0
0
0
24
Calvin Chen
Calvin Chen@calvinchen·
i tried Claude Cowork the other day for manual tasks on platforms like Deel and Ashby my takeaway was that computer use feels best when the task is tightly scoped and visually explicit. if i gave clear instructions and screenshots for navigation, it could do okay. once the task became more ambiguous, it seemed to struggle much more, to the point where i just took over what stood out even more, was how slow and clunky the workflow felt. maybe part of that was my setup, since i was using the claude desktop app with chrome integration, but having to jump through multiple hoops just to get started added a lot of friction (i assume this will be fixed soon) i still much prefer working from the terminal and asking for a CLI tool or MCP integration for whatever platform i’m using. there’s less context switching, the work feels more abstracted away, and agents seem much more comfortable operating under ambiguous directions when the domain is code or text rather than a browser UI feels like computer use is useful for narrow, well-specified ui workflows, but MCP/CLI integrations are still a much better interface for more open-ended work for agents
English
2
0
19
1.9K
Andrew Qu
Andrew Qu@andrewqu·
Anyone building a new agent orchestrator like t3codes, superset, etc Please bundle in a CLI to make it easy for me to "import" a project rather than needing to open up the UI, file picker, and go 1 by 1 ▲ npx t3 add ~/projects/some/folder and auto open afterwards @theo
English
19
2
210
35K
rahul
rahul@0interestrates·
it's easy to approve zuck's diff, but do you have the courage to request changes on zuck's diff?
rahul tweet media
English
46
62
3K
546.9K
Dylan Mikus
Dylan Mikus@dbmikus·
@hausdorff_space @CoastalFuturist @pierrecomputer Feel like if it's hard for people to build and little details affect the performance and correctness, then it's hard for infra to build As of now, I'd never trust a vibe coded infra, security, or auth product
English
1
0
1
29
Alex Clemmer 🔥🔥🔥😅🔥🔥🔥
In contrast, @CoastalFuturist was telling me that he had met multiple people who attempted to vibe code @pierrecomputer’s git storage server, and then later came back to buy it. Hilarious. It is very hard to explain which things are going to be difficult and which aren’t.
Alex Clemmer 🔥🔥🔥😅🔥🔥🔥@hausdorff_space

Been spending a lot of time thinking about the future of SaaS. At @moment_dev, almost all our SaaS consumption has moved to little internal tools built around APIs. This video is a cost tool I built on top of the AWS + Vantage APIs, Claude completely 1-shotted it, and it's totally replaced the actual UI for us. I admit I don't really know what to make of this. A lot of SaaS UI is trying to strike a balance between being flexible and usable, which makes sense when software is expensive to make. But now it's like $1 to create a tool that does exactly what you want. What is the equilibrium state for software now? I don't know that I buy the (say) Linear argument that everyone JUST wants software that works. A lot of software that would deliver value just doesn't get written because it's not worth the effort, but if the effort is 100x lower, then it might actually suddenly be worth it. I'm sure there are lots of serious and important workflows that will still get dedicated tools, but that's not the software that's getting replaced, really. Think about what this cost tool replaces. The main thing it does is, when you use the full-text search feature, it narrows the forecast and current cost to the matching resources. As far as I know, there is no feature like this in any other tool, or at least, not one that is this fast. It does replace OUR USE of AWS Cost Explorer and Vantage. But at a larger org this tool would actually augment the use of these other tools, unless someone built a suite of similar tools for the finance department, and leadership, and so on. And it might not be worth solving delivery and authn/authz, data access issues, and so on. This is one of the main reasons we set out to solve delivery, authn, and authz for apps like this. If those things are essentially trivial, I think it's easier to see clearly which of those things are actually plausible to build for the rest of the org. I don't think anyone knows right now.

English
2
0
4
826
Armin Ronacher ⇌
Armin Ronacher ⇌@mitsuhiko·
Absurd (next to pi) is probably the infrastructure decision that made me the happiest so far. It's so nice and easy to use. I did some updates on the docs today which were pretty atrocious before.
English
22
5
343
37.8K
Georgios Konstantopoulos
looking to hack with ~15-20 friends in person in NYC the week of april 14th, plz dm me if you're a cracked dev & wanna hack together in person, i'll provide office pizzas & diet coke
English
60
10
338
34.4K
Mert Deveci
Mert Deveci@gm_mertd·
Whoever builds the simplest (repeating: simplest) sandbox infrastructure will win that market. There is literally no company doing this right now. Before you drop a reply here: yes I tried it. No you are not. Closest I have seen is @ssh_exe_dev but it is not really sandbox provider for platforms Kudos @davidcrawshaw
English
26
1
114
13.9K
Dylan Mikus
Dylan Mikus@dbmikus·
@gm_mertd @ssh_exe_dev @amikadev Sorry, I guess I don't understand. What are you using sandboxes for? Are you building a platform / product or are you using them to sandbox coding or general purpose agents for your own dev work, etc?
English
1
0
0
127
Mert Deveci
Mert Deveci@gm_mertd·
@dbmikus @ssh_exe_dev @amikadev yep exe.dev is not built for this correct. re sandbox infra -> that is not a problem I have. It is more around the ones i mentioned for sandbox simplicity. I would rather have full control over the coding agent setup
English
1
0
1
758
Dylan Mikus
Dylan Mikus@dbmikus·
@var_epsilon What features does it have and what features is it missing? Would be super interested to learn, because we're making infra and APIs to be the "Lego bricks" for people building their own background agents
English
0
0
3
658