Remix.run Logo
dist-epoch 3 days ago

source: me

I wrote 4000 lines of Rust code with Codex - a high throughput websocket data collector.

Spoiler: I do not know Rust at all. I discussed possible architectures with GPT/Gemini/Grok (sync/async, data flow, storage options, ...), refined a design and then it was all implemented with agents.

Works perfectly, no bugs.

mjr00 3 days ago | parent | next [-]

Since when is a 4000 line of code project "advanced software"? That's about the scope of a sophomore year university CompSci project, something where there's already a broad consensus AI does quite well.

kanbankaren 3 days ago | parent | next [-]

4K was never advanced software. Even in the 90s, a typical Enterprise sofware was several 100 KLOC. A decade later, it had grown to a few million LOC while system software are also similar size.

keeda 3 days ago | parent | prev [-]

I think you're parsing the original claim incorrectly. "Advanced software teams" does not mean teams who write advanced software, these are software teams that are advanced :-)

sefrost 3 days ago | parent | prev | next [-]

I would be interested in a web series (podcast or video) where people who do not know a language create something with AI. Then somebody with experience building in that technology reviews the code and gives feedback on it.

I am personally progressing to a point where I wonder if it even matters what the code looks like if it passes functional and unit tests. Do patterns matter if humans are not going to write and edit the code? Maybe sometimes. Maybe not other times.

dmurvihill 2 days ago | parent | prev [-]

Very cool. Let’s see it!