Earlier quoted context omitted.
I’ve found some success is small projects, with limited scope, in a greenfield. I’m terrified to attempt agentic anything in the repo my job actually cares about. I triggered it once by accident, when the agent was first rolled out and enabled by default… it broke everything. Now I just use ask mode, and even that is wrong half the time, and once it goes wrong it just keeps getting worse. I saw a post from Dave Plumb…
> He said his spec document for the AI was 107 pages long. This sounds like programming but with extra steps that make it take longer with less reliability.
Software Engineering fundamentals matter more
21–30 of 266 posts
Re: Software Engineering fundamentals matter more
#22> It helps to know that LLMs don’t “reason”. They predict .. Semantics. Prediction is the training objective. The ability to reason can be, and very arguably is, an emergent property of that.
Even if that was true, you'd have to still prove it has emerged.
Re: Software Engineering fundamentals matter more
#23Re: Software Engineering fundamentals matter more
#24Earlier quoted context omitted.
Basically all the examples of LLM's building impressive things have been because they have human written tests to base the implementation on. If you have an LLM write the tests the results are far less impressive or valuable.
Yes and LLMs are known to cheat on tests written by them.
Re: Software Engineering fundamentals matter more
#25> In the past year, agent harnesses crossed the “can it be done” rubicon. Brother, I'm still in "Can you get it right?"-mode. What am I doing wrong? (Rhetorical, but advice welcomed).
Re: Software Engineering fundamentals matter more
#26Re: Software Engineering fundamentals matter more
#27> It helps to know that LLMs don’t “reason”. They predict .. Semantics. Prediction is the training objective. The ability to reason can be, and very arguably is, an emergent property of that.
Re: Software Engineering fundamentals matter more
#28Re: Software Engineering fundamentals matter more
#29> In the past year, agent harnesses crossed the “can it be done” rubicon. Brother, I'm still in "Can you get it right?"-mode. What am I doing wrong? (Rhetorical, but advice welcomed).
One camp already knows that Neural Nets don't work and are a dead end.
The other camp hasn't yet figured out that Neural Nets don't work, but are convinced that they do (or eventually will), because they think everything always improves over time in a linear fashion.