Earlier quoted context omitted.
What is a popular CEO? They're generally untrustworthy people.
Steve Jobs was. Elon Musk is. Outside of tech Warren Buffett seems popular.
Zuckerberg says AI agent development going slower than expected
581–590 of 661 posts
Re: Zuckerberg says AI agent development going slower than expected
#582Who cares what Zuckerberg says about AI agents? He is a PHP developer from the early '00s who got lucky with Facebook. He's not an AI scientist or an AI researcher. What authority does he have to speak on the future of AI agents? Morale at his company is at an ATL, and that says more about his leadership skills he'd better off focusing on, otherwise the agents might replace him soon.
The cold hard reality is that, despite the attempt at creating a cult of personality around the man, he's far further along his journey of computer science than being a php dev from 2 decades ago. Boiling down his credentials to being simply a dev from a bygone era is hilarious On that note, does anyone have the authority to speak about AI agents that would satisfy your requirements? It's not exactly quantum chromody…
Re: Zuckerberg says AI agent development going slower than expected
#583Earlier quoted context omitted.
what does "runs" actually mean? zoom calls from his private Hawai island to a bunch of buddies other C-level execs?
It means he has a controlling share over the money and all the power. This thread is bizarre. He can run the day to day string pulling however he wants, he is literally the one with all the power.
Re: Zuckerberg says AI agent development going slower than expected
#584Earlier 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.
as integrated into Meta's platforms it is clearly uncompetitive as a consumer chatbot with the likes of ChatGPT, DeepSeek, Microsoft Copilot, and Gemini.
Like the other chatbots give me useful answers to questions even if they're wrong sometimes. Meta AI, on the other hand, cracks jokes about my foxwork. That's no so bad because sketch comedy is one of the foxwork skill areas (e.g. if I get you to laugh you are under my spell) but it's not useful and edifying the way competitors are.
Re: Zuckerberg says AI agent development going slower than expected
#585Earlier quoted context omitted.
>I was worried this time last year that by this time this year, companies would have slashed their engineering teams down to a handful and everything would be driven by mostly autonomous agents with human guidance. But it just hasn't happened. I find this somewhat puzzling. I thought things were moving quickly, but at this time last year I couldn't even get Claude (using Cursor) to spin me up a service skeleton that…
> at this time last year I couldn't even get Claude (using Cursor) to spin me up a service skeleton that would compile, let alone do anything meaningful I've been using it to do this for 2 years now. And many people with me. The change you mention is one of is primarily one of Overton windows, of vibes.
Re: Zuckerberg says AI agent development going slower than expected
#586Who cares what Zuckerberg says about AI agents? He is a PHP developer from the early '00s who got lucky with Facebook. He's not an AI scientist or an AI researcher. What authority does he have to speak on the future of AI agents? Morale at his company is at an ATL, and that says more about his leadership skills he'd better off focusing on, otherwise the agents might replace him soon.
Nice summary of a good hacker's viewpoint. All his money, power, and other non-technical signals don't really give him the technical authority to weigh on what really makes a technical difference.
That being said, depending on how good information-sharing is at the company, he might have a valuable perspective. But given that morale is low, it's doubtful that engineers feel free to tell the straight unvarnished truth without fear. And in typical large-company fashion, managers above them likely spin things positively as much as possible.
Re: Zuckerberg says AI agent development going slower than expected
#587Who cares what Zuckerberg says about AI agents? He is a PHP developer from the early '00s who got lucky with Facebook. He's not an AI scientist or an AI researcher. What authority does he have to speak on the future of AI agents? Morale at his company is at an ATL, and that says more about his leadership skills he'd better off focusing on, otherwise the agents might replace him soon.
Re: Zuckerberg says AI agent development going slower than expected
#588Earlier quoted context omitted.
llama has been generally useful.
for "the rest of us" building certain kinds of systems on top of it. as integrated into Meta's platforms it is clearly uncompetitive as a consumer chatbot with the likes of ChatGPT, DeepSeek, Microsoft Copilot, and Gemini. Like the other chatbots give me useful answers to questions even if they're wrong sometimes. Meta AI, on the other hand, cracks jokes about my foxwork. That's no so bad because sketch comedy is one…
Re: Zuckerberg says AI agent development going slower than expected
#589Re: Zuckerberg says AI agent development going slower than expected
#590Earlier quoted context omitted.
> Lines of code are a liability, not an asset. I have been saying this for years, I once had a heated argument about a small system of maybe 1000 lines of code that was technically superior and more scalable but was freaking 1000 lines of code to maintain compared to the quick and dirty 10 lines of code it was suppose to abstract and make generic (for future use of course). That with also countless debates over insig…
>Many developers are too focused on delivery value compared to maintenance cost. The way this is worded feels like it leaves the blame on developers. Aren't these developers focused on exactly what they are being judged by? Shouldn't we say it is the management who is too focused on delivery value compared to maintenance cost? Is it the developer's job to guide management or the manager's job to request guidance, ass…
1) The devs pushing for more complex solutions, covering obscure edge case scenarios, feature-creep, "future-architecturing" because they are more interesting to implement. Classic over-engineering problems.
2) The features the managers actually want are usually boring or annoying to implement and the devs just work around any big architectural problems caused by the feature delivery.
1 is 100% on the devs, 2 it varies wildly, the willingness to address architectural problems are often under pressure by time-delivery estimates from managers. But many devs (especially in companies with low morale) will often just work around issues because addressing the underlying problems can be very difficult and/or time consuming.
Meaning either the dev wants to do the right thing but doesn't have the time, or the dev doesn't care enough and just pushes the tech debt down to the future (when hopefully they will be at another job).
LLMs makes both problems significantly worse, although they are also often very helpful with the big restructurings mentioned in 2. The dev can still be lazy and the deadline can still be too tight even with that extra LLM help.