Earlier quoted context omitted.
I honestly never heard of this person before now. I presume some startupper.
Is that the guy with the purple Porsche? Who or what were we talking about again?
"I met a founder who writes 10k lines of code a day thanks to AI"
91–100 of 102 posts
Re: "I met a founder who writes 10k lines of code a day thanks to AI"
#92Re: "I met a founder who writes 10k lines of code a day thanks to AI"
#93Earlier quoted context omitted.
VCs fund companies. For them, employee compensation is a cost against their profits. In tech, this is the largest cost by far. The owners of capital deeply deeply deeply want a future where they can earn their billions without paying the rabble anything. AI is selling this idea to them.
and the rabble deeply wants a future where CEOs are deprived of billions because AI has taken their job. Hey, who wants to start a project for CEO.ai?
Re: "I met a founder who writes 10k lines of code a day thanks to AI"
#94He says that this is not 10,000 lines of bug-filled crap… but, unless you are explicitly verifying and testing the code, how would you know? And, what kind of solution needs 10,000 lines of code added to it daily ? Then again, these could be separate solutions. but, still… this 10,000-lines-of-code-a-day thing seems strange.
Re: "I met a founder who writes 10k lines of code a day thanks to AI"
#95Why would anyone care who Paul Graham hangs out with?
many people do care because he provides more signals the guy PG hangs out with is more likely to be legit than a random person
Re: "I met a founder who writes 10k lines of code a day thanks to AI"
#96Re: "I met a founder who writes 10k lines of code a day thanks to AI"
#97how are you even meant to review 10k lines of code a day?
One key process advantage Meta has is that all commits (diffs) require review by someone other than you, preferably supported by added tests and tests passing (whether locally or by automated test infrastructure). It gets more complicated when testing and reducing risk of deploying infrastructure and client platform code rather than pure service-oriented software running as part of an app.
Re: "I met a founder who writes 10k lines of code a day thanks to AI"
#98It is literally impossible for someone to understand what they're "coding" in a day if 10,000 lines (!!) just got farted out of some codegen tools. I cannot believe anyone would say this responsibly with a straight face.
When people say "I did this" showing something they did with AI, the reality is "I asked an AI for this". Okay, not every time, but something on this scale would, they don't even know what those 10K lines of code do, they asked and received.
Re: "I met a founder who writes 10k lines of code a day thanks to AI"
#99Earlier quoted context omitted.
He was some 20..10 years ago a proponent of succint code and even authored the Arc language which is used to run HN.
Is HN any more sophisticated than a PHPbb forum? The value is in the community and moderation, not the back end.
Re: "I met a founder who writes 10k lines of code a day thanks to AI"
#100Earlier quoted context omitted.
One key process advantage Meta has is that all commits (diffs) require review by someone other than you, preferably supported by added tests and tests passing (whether locally or by automated test infrastructure). It gets more complicated when testing and reducing risk of deploying infrastructure and client platform code rather than pure service-oriented software running as part of an app.
yes, everyone who cares about code quality should do that, that was what I'm talking about - even after automated tests, and automated linting, 10k is a huge amount of code for one person to coherently review each day.
The point of requiring others to review code is it essentially eliminates cowboy coding and incomprehensible crap because another person/people puts their credibility on the line when they sign-off. It doesn't devolve into "trust me, bro, just rubber stamp it" because of the seriousness, professionalism tech culture.