Earlier quoted context omitted.
The thing is: I could produce 2-3 times as much code as before _without_ an LLM, if I didn't care about my colleagues' ability to review my output properly. Lines of code are a liability, not an asset. You want as few of them as you can get away with, without compromising the actual asset: the functionality. A huge part of the job of Software Engineering is producing the right amount of code at the right time.
> Lines of code are a liability, not an asset. You want as few of them as you can get away with, without compromising the actual asset: the functionality. > A huge part of the job of Software Engineering is producing the right amount of code at the right time. Absolutely true, however my experience says that the correlation between "good software engineering practices" and "positive business outcomes" is, at best, sm…
Zuckerberg says AI agent development going slower than expected
641–650 of 661 posts
Re: Zuckerberg says AI agent development going slower than expected
#642Earlier quoted context omitted.
From what I can tell, the "established wisdom" is to get Fable to plan and Opus to implement (for cost purposes). The problem there is that Opus could ignore whatever it likes from Fable's plan.
Doesn’t that kill your token caching changing models midstream?
Re: Zuckerberg says AI agent development going slower than expected
#643Earlier quoted context omitted.
I'm really struggling to get an agent to write code I'm happy with. It's mostly pretty awful. I've a fairly simple c# coding style. But simple is proving a bit more difficult to convey than I thought. I get it to produce code. I then have to spend along time convincing myself it's correct. If I don't I end up embarrassing myself when a coworker reviews it, questions it and it's obvious I don't properly understand it.…
work from tests to implementation. Validate the tests, and work with the agent to ensure there are not more cases that need testing. Then you can let the agent implement the code and you can refine it until it's simple enough but covers the test cases. TDD is the only way to use agents effectively, imo
https://github.com/mattpocock/skills/blob/main/skills/produc...
Re: Zuckerberg says AI agent development going slower than expected
#644Earlier quoted context omitted.
> Lines of code are a liability, not an asset. You want as few of them as you can get away with, without compromising the actual asset: the functionality. > A huge part of the job of Software Engineering is producing the right amount of code at the right time. Absolutely true, however my experience says that the correlation between "good software engineering practices" and "positive business outcomes" is, at best, sm…
I'd argue PayPal was a successful business, not a successful piece of software.
The software only had to be good enough to support the business. It doesn't have to win a Turing Award, and probably wouldn't help the business if it did.
Re: Zuckerberg says AI agent development going slower than expected
#645Earlier quoted context omitted.
Why does your harness allow the LLM to generate output that can disable rules & checks?
I have no idea because Google Antigravity is closed source.
Re: Zuckerberg says AI agent development going slower than expected
#646Earlier quoted context omitted.
> How much of your money do you spend on paying for kids school lunches, paying medical bills of terminally ill kids and paying off the student loans of graduates? A third of my salary each month.
As in the government takes it out of your paycheck automatically, and you'll go to prison if you refuse to pay it?
Re: Zuckerberg says AI agent development going slower than expected
#647to all the critics, i would suggest letting him/them cook. the snowden-era privacy concerns was exactly around ai getting trained or using personal data, and they have a treasure trove of it.
their money dump do sometimes also spend money on r&d unrelated to the current mindhive topics. we never know what the scatterbrain approach may give birth to tomorrow.
do be critical and vocal on how they squeeze money out of other areas or how they increase their revenue by ruining our lives instead.
Re: Zuckerberg says AI agent development going slower than expected
#648Re: Zuckerberg says AI agent development going slower than expected
#649Re: Zuckerberg says AI agent development going slower than expected
#650Earlier quoted context omitted.
Honest question, is there a single successful large investment made by Meta recently ? I just know about the abject failures :)
llama has been generally useful.