Comment by staszewski
7 hours ago
It's almost guaranteed with agents you could do the same job with less than half of 100k lines. I don't know whats impressive in lines of code generated by agent.
7 hours ago
It's almost guaranteed with agents you could do the same job with less than half of 100k lines. I don't know whats impressive in lines of code generated by agent.
It just an anchor. If it were 50k would you say the same down to 25k? And if so how many more times would it apply?
The interesting thing is that it was manageable solo (in many ways it's _more_ manageable solo+AIs than with coworkers+(their)AIs), and in such a short amount of time.
Original RSL library is 36k LoC. And this is C++. Rust should be like 50% smaller, that is, 18k LoC. This library is so big that I bet the author has no idea if it works or not. 1300 test generated by AI say nothing about actual quality.
In the end it is just a lot of unmaintainable code quickly generated by AI.
This is uncharitable, but makes a prediction. I imagine you'd bet the author won't be successfully using this, at MS/Uber or wherever they are, in a year time?
Rust makes no promise of being terser than C++, and RSL does less than this considering the optimization.
Also it's only 45/50k LOC so not so very from the 36k LOC.
Has Rust code generally been found shorter than C++ in practice? I don't see an obvious reason for it.
the interesting thing is how fast it becomes unmanagable.
Also that, I suspect that's correlated to how practical is to have multiple people (with their agents) iterating on it.
> It's almost guaranteed with agents you could do the same job with less than half of 100k lines.
That's great, non-test code is only ~47k lines of code.
For a startup with limited funding, building a product is no more a bottleneck. every one doesn't have the same access to funding!