Live data from Hacker News

Taste in the age of AI and LLMs

rajnandan.com

21–30 of 230 posts

Re: Taste in the age of AI and LLMs

#21
post #15

Well, nope. There are three real moats left in software: Distribution, Data (Proprietary) and Iteration Speed. Very successful companies have all three: Stripe, Meta, Google, Amazon.

The moat of all four of those companies is simply infrastructure, partnerships, and plain-old name recognition.

Data and iteration speed aren't moats. I don't know what you mean by "distribution".

Re: Taste in the age of AI and LLMs

#22

> One of the most useful things about AI is also one of the most humbling: it reveals how clear your own judgment actually is. If your critique stays vague, your taste is still underdeveloped. If your critique becomes precise, your judgment is stronger than the model output. You can then use the model well instead of being led by it. Something I find that teams get wrong with agentic coding: they start by reverse eng…

> Instead, the right train of thought is: "what would perfect code look like?" and then meticulously describe to the LLM what "perfect" is to shape every line that gets generated. I think this goes against what a lot of developers want AI to be (not me, to be clear).

I'm looking at it from a team perspective.

With the right docs, I can lift every developer of every skill level up to a minimum "floor" and influence every line of code that gets committed to move it closer to "perfect".

I'm not writing every prompt so there is still some variation, but this approach has given us very high quality PRs with very minimal overhead by getting the initial generation passes as close to "perfect" as reasonably possible.

Re: Taste in the age of AI and LLMs

#23

> One of the most useful things about AI is also one of the most humbling: it reveals how clear your own judgment actually is. If your critique stays vague, your taste is still underdeveloped. If your critique becomes precise, your judgment is stronger than the model output. You can then use the model well instead of being led by it. Something I find that teams get wrong with agentic coding: they start by reverse eng…

> Instead, the right train of thought is: "what would perfect code look like?" and then meticulously describe to the LLM what "perfect" is to shape every line that gets generated. I think this goes against what a lot of developers want AI to be (not me, to be clear).

Also a lot of middle managers. Many organizations enthusiastically adopting AI are doing so because they want to appeal to the authority of the bots and bludgeon colleagues with it.

Re: Taste in the age of AI and LLMs

#24

If you're properly bitter-lesson-pilled then why wouldn't better models continue to develop and improve taste and discernment when it comes to design, development, and just better thinking overall?

At least in part because some of Taste is fashion.

Isn't part of fashion trends? AI is good at recognizing trends.

Re: Taste in the age of AI and LLMs

#30

> One of the most useful things about AI is also one of the most humbling: it reveals how clear your own judgment actually is. If your critique stays vague, your taste is still underdeveloped. If your critique becomes precise, your judgment is stronger than the model output. You can then use the model well instead of being led by it. Something I find that teams get wrong with agentic coding: they start by reverse eng…

> Instead, the right train of thought is: "what would perfect code look like?"

That's the classic 2nd-system effect - "let's rewrite it from scratch, now that we know what we want". And you throw away all the hard-learned lessons.

https://en.wikipedia.org/wiki/Second-system_effect

Post reply on HN