zlacker

[return to "Scaling long-running autonomous coding"]
1. micimi+kf[view] [source] 2026-01-14 23:24:16
>>samwil+(OP)
> While it might seem like a simple screenshot, building a browser from scratch is extremely difficult.

> Another experiment was doing an in-place migration of Solid to React in the Cursor codebase. It took over 3 weeks with +266K/-193K edits. As we've started to test the changes, we do believe it's possible to merge this change.

In my view, this post does not go into sufficient detail or nuance to warrant any serious discussion, and the sparseness of info mostly implies failure, especially in the browser case.

It _is_ impressive that the browser repo can do _anything at all_, but if there was anything more noteworthy than that, I feel they'd go into more detail than volume metrics like 30K commits, 1M LoC. For instance, the entire capability on display could be constrained to a handful of lines that delegate to other libs.

And, it "is possible" to merge any change that avoids regressions, but the majority of our craft asks the question "Is it possible to merge _the next_ change? And the next, and the 100th?"

If they merge the MR they're walking the walk.

If they present more analysis of the browser it's worth the talk (not that useful a test if they didn't scrutinize it beyond "it renders")

Until then, it's a mountain of inscrutable agent output that manages to compile, and that contains an execution pathway which can screenshot apple.com by some undiscovered mechanism.

◧◩
2. embedd+Jf[view] [source] 2026-01-14 23:25:45
>>micimi+kf
> it's a mountain of inscrutable agent output that manages to compile

But is this actually true? They don't say that as far as I can tell, and it also doesn't compile for me nor their own CI it seems.

◧◩◪
3. micimi+Vl[view] [source] 2026-01-15 00:02:40
>>embedd+Jf
Hah I don't know actually! I was assuming it must if they were able to get that screenshot video.
◧◩◪◨
4. Snuggl+in[view] [source] 2026-01-15 00:11:13
>>micimi+Vl
error: could not compile `fastrender` (lib) due to 34 previous errors; 94 warnings emitted

I guess probably at some point, something compiled, but cba to try to find that commit. I guess they should've left it in a better state before doing that blog post.

◧◩◪◨⬒
5. jagged+Mo[view] [source] 2026-01-15 00:21:11
>>Snuggl+in
I find it very interesting the degree to which coding agents completely ignore warnings. When I program I generally target warning-free code, and even with significant effort in prompting, I haven't found a model that treats warnings as errors, and they almost all love the "ignore this warning" pragmas or comments over actually fixing them.
◧◩◪◨⬒⬓
6. concep+Oy[view] [source] 2026-01-15 01:27:53
>>jagged+Mo
You can use hooks to keep them from being able to do this btw
◧◩◪◨⬒⬓⬔
7. jagged+QV[view] [source] 2026-01-15 04:40:24
>>concep+Oy
I generally think of needing hooks as being a model training issue - I've had to use them less as the models have gotten smarter, hopefully we'll reach the point where they're a nice bonus instead of needed to prevent pathological model behavior.
[go to top]