Earlier quoted context omitted.
I used to have a job that involved swinging a hammer over and over again. I got pretty good at it. Then the boss-man bought a minty-new Senco 650 air nailer for me to use. At first, I could take it or leave it. After all, I was proud at the skill I gained in driving nails with a hammer, and the ways my muscles seemed to automatically steer the nail straight into a board without missing a beat even if things started g…
I'm gonna disagree, but before I do: love this story, thanks for typing it up. I guess my point is: tools are like this. A moldboard plow was better than a straight plow, and therefore...what, people became addicted to them? I'm addicted to grocery stores and dollars as a means to acquire the food I need to survive? Hey, even your hand nailing pushed out the mortise-and-tenon people! Talk about sacrificing craft for…
Tech CEOs are apparently suffering from AI psychosis
331–340 of 383 posts
Re: Tech CEOs are apparently suffering from AI psychosis
#332I’m really not a fan of the therapy speak and everyone trying to diagnose everyone. Historically, this kinda medicalization of everyone you disagree with has not led to good things.
"AI psychosis" is a colloquial term, not a medical one. It's basic use is essentially to be glamoured (in the vampire sense) by the machine. To have too much trust in it, etc. Nobody thinks these people are literally psychotic.
Re: Tech CEOs are apparently suffering from AI psychosis
#333Earlier quoted context omitted.
That's not psychosis, that's just being wrong. Perhaps read something: https://en.wikipedia.org/wiki/Psychosis
"Being wrong" versus "loss of contact with reality" is simply a matter of degree.
Re: Tech CEOs are apparently suffering from AI psychosis
#334Earlier quoted context omitted.
Reminds me of the movie "Dark Star" by John Carpenter / Dan O'Bannon. The plot revolves around a talking smart bomb which is programmed to detonate and then gets stuck before being deployed. The crew spends the whole movie trying to reason with the bomb, hoping to talk it out of blowing up at the designated time. The movie is very very bad but if you like B movies it is also very very good.
Dark Star - Negotiating with the Bomb https://youtu.be/_LXen-07Qds
You cannot be as funny as google trying to be responsible! Ha! I'm still laughing at this. A person was forbidden to see humans reasoning with a computer bomb because the cost cutting computer at google want me to talk him into believing i'm a human!
(And then I got "You're posting too fast" on THIS website AFTER i've written the comment lol. It's all a joke. But i'm bored so I will keep this comment open until the computer is pleased)
Re: Tech CEOs are apparently suffering from AI psychosis
#335I’m really not a fan of the therapy speak and everyone trying to diagnose everyone. Historically, this kinda medicalization of everyone you disagree with has not led to good things.
Re: Tech CEOs are apparently suffering from AI psychosis
#336Clickbait title. Should be more like "Box founder Aaron Levie says CEOs should use AI more and learn its limitations." He's essentially saying that C-suite people overestimate how effective LLMs are at one-shotting hard problems, and underestimate the human maintenance work that follows.
Re: Tech CEOs are apparently suffering from AI psychosis
#337If you manage 500+ people organization, most of the headaches with agents already exists with you - you set directions, ask people to go run fast in those directions, check in frequently and course correct on results without actually understanding those people do. Those aren't the deal breakers. They entirely rely on the competence of the folks they hired and cross-match enforcers with the drivers they have - they de…
Depends on the people and the organisations. Its easy for people in charge to surround them selves with flatterers or crooks of whatever they want. A lot of CEOs have weird ideas because no-one says no to them. Look at companies that turned out to be run by multiple crooks, like Enron.
Re: Tech CEOs are apparently suffering from AI psychosis
#338Earlier quoted context omitted.
Yes this is why the higher level org functions are in love with AI. It's very similar to the levers they had already, but is faster and more directly actionable. The downsides being that the AI loses important control levers like "self preservation" via paycheck, career advancement, staying out of jail, etc. that were mitigations on catastrophic outcomes. It will delete your prod db faster and with a bigger smile tha…
On the positive side, AI agents are largely immune to the "principal-agent problem". Human employees will tend to optimize for their own interests rather than those of management or shareholders. For example, we've all heard of "resume-oriented development" where developers will pick overly complex platform technologies or methodologies even if it doesn't meet the organization's needs because they think that will hel…
Re: Tech CEOs are apparently suffering from AI psychosis
#339> , models will “be able to complete most text-related tasks with success rates of, on average, 80%–95% by 2029 at a minimally sufficient quality level.” If this is true, then companies should focus on hiring juniors out of college. The investment is less risky. However, I don't personally believe this number and timeline is true, but if you do, the conclusion should be to wait and invest in humans.
At this point, the vast majority of the work required to make GenAI capable of producing that sufficiently reviewable/correctable content isn't improving model quality, but creating the harnesses, infrastructure, and workflows around the models. Companies aren't seeing returns yet because too many early adopting companies have conceived of AI as a drop in replacement for employees, or at least as a reason to cut staff immediately, without first building out the supporting systems needed to compensate for the inadequacies of the models.
Re: Tech CEOs are apparently suffering from AI psychosis
#340Earlier quoted context omitted.
I think if the dream of semantic search from vector embeddings had worked out as well as people had hoped then "grep over a bunch of text" would have some significant disadvantages. But in practice I never saw anyone crack the embedding-generation-and-comparison problems well enough to actually get better results than grep for things like "find similar code and see what it does." (You also don't need that advanced a…
I’ve had very good luck having my system search for available tool functions with natural language (ultimately against Qdrant). I’m surprised to hear that people are trying to grep files, instead.
There are theoretical gains from using a vector search engine in an agentic loop, but grep is the lowest common denominator of agentic search.