- I ll consider any of these models as god tier the day one of these 2 happen - They build a browser engine from scratch that implements every whatwg spec for the last 15 yrs, fixes every bug chromium has and runs 10x faster than chromium - they build a super highly optimized version of windows that runs much much faster than windows 11
What's the largest software project AI can complete on its own?
91–100 of 110 posts
Re: What's the largest software project AI can complete on its own?
#92This actually proves the hardest part of software engineering is defining requirements.
Re: What's the largest software project AI can complete on its own?
#93Re: What's the largest software project AI can complete on its own?
#94Earlier quoted context omitted.
> tons of duplication that lead to whack-a-mole The future is duplication. Code is no longer meant to be read by humans but by machines.
If that's true (I very much doubt it), then have the LLMs generate something like WASM binary and run that everywhere instead. No need for human readable languages. Or if LLMs are not that good at binary format, then some textual representation optimized for LLMs instead of humans that compiles to WASM, the JVM or Rust binary. No need for multiple programming languages anymore. But again, doubt that happens.
Re: What's the largest software project AI can complete on its own?
#95Re: What's the largest software project AI can complete on its own?
#96Re: What's the largest software project AI can complete on its own?
#97Earlier quoted context omitted.
> it will sometimes spend hours to do few line fix and other times pushback on making big changes despite have over 3000 tests. you ever worked with human engineers before? :D
I was going to say that it's pretty much exactly like working with an experienced software engineer ... except it never seems to take a step back and look at the bigger picture. It will happily fix the same class of bugs over and over without realizing a bigger change is required.
Re: What's the largest software project AI can complete on its own?
#98Which is not bad
I don’t bother with the agentic stuff anymore than I would run a calculator on auto - what is the actual point if you think of what that really means
Re: What's the largest software project AI can complete on its own?
#99Re: What's the largest software project AI can complete on its own?
#100Earlier quoted context omitted.
Very cool, but I'm skeptical. Over the last year, every Cursor/Claude/Codex project I've worked on devolves into shitty, grafted-on, duct-tape and bandaid'ed architecture, with "fixes" just working around broken code, and tons of duplication that lead to whack-a-mole. The system works at first, but then bugs start piling up and eventually take over. Everyone I talk to shares the same experience. Not to mention that i…
> Not to mention that if I, human overseer, don't course correct it many times a day, it goes off into Neverland. Doesn't that happen to a human engineering team if you don't course correct it many times a month (which in code output is similar to an LLM in a day)?
There are also small teams of experts who need little to no supervision, and will NOT devolve without constant correction. They will do things like look for an existing function before writing a new one, or use good judgement when trying to find a library, rather than reinventing the wheel.