Live data from Hacker News

Tell HN: I write and ship code ~20–50x faster than I did 5 years ago

news.ycombinator.com

11–20 of 109 posts

Re: Tell HN: I write and ship code ~20–50x faster than I did 5 years ago

#11
I don't know. You may as well say that after reading Uncle Bob's Clean Code and adding 50 layers of indirection, you are now writing at "enterprise scale." Perhaps you even hired an Agile SCUM consultant, and now look at your velocity (at least they're measuring something)!

Use my abstract factory factories and inversion of control containers. With Haskell your entire solution is just a 20-line mapreduce in a monad transformer stack over IO. In J, it's 20 characters.

I don't see how AI differs. Rather, the last study of significance found that devs were gaslighting themselves into believing they were more productive, when the data actually bore the opposite conclusion [0].

[0] https://news.ycombinator.com/item?id=44522772

Re: Tell HN: I write and ship code ~20–50x faster than I did 5 years ago

#12
post #8

Most likely you are creating boilerplate at 20x/50x, as opposed to genuinely new concepts, mechanisms, etc. To be fair, most web/mobile frameworks expect you to do that. Ideally, codebases would grow by adding data (e.g. a json describing endpoints, UIs, etc), not repetitive code.

Precisely what I was going to say. As domain specificity increases, LLM output quality rapidly decreases.

Re: Tell HN: I write and ship code ~20–50x faster than I did 5 years ago

#17
post #11

I don't know. You may as well say that after reading Uncle Bob's Clean Code and adding 50 layers of indirection, you are now writing at "enterprise scale." Perhaps you even hired an Agile SCUM consultant, and now look at your velocity (at least they're measuring something )! Use my abstract factory factories and inversion of control containers. With Haskell your entire solution is just a 20-line mapreduce in a monad…

actual lol

Re: Tell HN: I write and ship code ~20–50x faster than I did 5 years ago

#20
post #15

I so wish just one of these posts with these insane ~20-50x claims would include a narrated video of someone using it, or show us a repository with the code, or anything tangible.

Yes... I've asked for the same - show us the goods with a Destroy All Software style screencast; otherwise the default position is that this entire HN post is just more AI generated hallucination.

Nobody's taken me up on this offer yet. [0]

[0] https://news.ycombinator.com/item?id=46325469

Post reply on HN