As someone who has worked closely to the marketing space, there’s a saying that goes something like: ‘then the marketers found about it and ruin everything’. Quick example: when amazon launched kindle self publishing, there was a golden age where wannabe writers could self-publish their books, and let the market dictate what survived and became successful. Eventually, some people got good money out of it. Then marketers found out about it. They realized they could game the system by hiring ghost writers to pump out low quality ebooks to fill every single niche. Then they found out how to game the reviews, even going as far as paying people to leave 5 star reviews on competitors to get amazon to flag the competitors for buying reviews! Forward a few years, and no matter what you search for, there’s a million low quality books fir a couple high quality high effort books who get lost in the sea of garbage. AI just made that problem 100x worse. The same thing is happening with higher effort content creation. These same mindless marketers found out how to exploit video creation, social media marketing, etc. so, the appeal this article is making for people to stop the hype will not be listen to, because once marketers find about something where there’s money to be made, they will absolutely find a way to go scorched earth on it
There's an old Bill Hicks bit where during his already awkward standup, he takes a moment to somehow dial the awkwardness up further: If you're of a certain age, you'll know the bit:
It's awkward because you can feel how much he means every word. Of course it's part of the act and you're supposed to find it funny, but at the same time, he very much means what he's saying.
The same thing is happening in YouTube right now. My feed is filled with AI generated never ending rambling videos about simple topics that can be explained in 1 or 2 mins, but it keeps on dragging up to 10-30 mins to milk the maximum from monetisation
Youtube channels are also getting hyper-monetized now. Private equity people finally learned that some of these informational channels draw a huge crowd of people with a very specific kind of technical interest. Now they buy all these channels and have their marketers optimize every corner for generating easy money.
The article has solid observations, but I would correct one important thing. It's not AI confidence, it's AI psychosis.
A lot of people I know are forced to use AI at work. They universally tell me that their coworkers generate awful PRs with bugs, nonsensical code and fake unit tests. But they also universally tell me that they are different, have special workflows and prompts that create good code.
The psychology behind this is obvious. Hype and the literal threat of being fired forces everyone to develop coping mechanisms. Bragging about your own adaptability is one of those mechanisms. Unfortunately, the scale and intensity of this and the fact that the mechanism is clearly weaponized for marketing means we're living in an increasingly deranged society.
As a hobbyist exploring LLMs since Summer 2022 (electrician by trade)... I've been as blown away by generative AI results/output as I've been left laughing at its hallucinations. My first forays were via CrAIyon & ThisWordDoesNotExist .com .
Now, four years later: I've finally been able to purchase a 5070Ti (from a ~1080Ti~ – so, an upgrade). The past few days have been overwhelming as I explore the rights/wrongs of bigger offline models (more parameters, even if They're [only] Made Out of Weights).
----
My twin, an actual brilliant engineer (me: amateurhour), after playing with this new "toy" [discussing chessboard layout, electrical engineering concepts] deduced (accurately IMHO): "it's able to be wrong FASTER – don't let this be discouraging it's an incredible piece of hardware but I still cannot trust it for citing reference material." My general Qwen3:14b model was unable to troubleshoot a bespoke coding issue (as expected, it's not a code-er).
I have minimal coding experience, but he is a professional hardware engineer; I've been self-tasked to play around with "any coding model that might solve a bug I'm having with a current piece of firmware" – so that should be an interesting conceptual experience for both me and twin.
Anybody have a good coding model (it's whatever language Atmel Arduino uses, by default) that runs on a 5070Ti, best?
> Anybody have a good coding model (it's whatever language Atmel Arduino uses, by default) that runs on a 5070Ti, best?
Atmel Arduino is mostly assembly (rarely used and assembly is generic to everything) and C. But you can’t use the usual C libraries because they are tailored to OS like Linux or Windows and the hardware those run on (i386, amd64, arm,…). That’s the primary constraint you need to implement in whatever LLM tooling you’ll be using. The majority C examples are about Linux or Windows API, not the simpler AVR standard library (the gnu one).
Other than that, on Linux and Windows, the hardware is abstracted away. For Linux, You don’t interact with the keyboard and mouse, you use libinput/x11. You don’t interact with soundcards, you use alsa/pulseaudio/pipewire,…. With AVR devices, most abstractions are only one layer deep and mostly help to avoid dealing with the boilerplate of bus protocols. You spend more time with datasheets and diagrams than with code.
i dont think there is any software on the planet that i would consider "truly life changing", so i find it a bit weird to hold ai up to that standard.
as a note, i found this particularly funny:
"It’s doing more harm than good." followed immediately by "This post is sponsored by Firecrawl. Firecrawl is the web data API to search, scrape, and interact with the web at scale."
> i dont think there is any software on the planet that i would consider "truly life changing", so i find it a bit weird to hold ai up to that standard.
I think the author made this point because earlier they mention how people tell them AI changed their life.
> So I started asking a simple question whenever someone told me AI had changed their life: ‘Cool. Show me.’
>i dont think there is any software on the planet that i would consider "truly life changing", so i find it a bit weird to hold ai up to that standard.
Web browsers truly changed the lives of giant majority of people on this planet.
> Okay…. it’s useful. But show me something that has become so critical in your day that if I took it away tomorrow, your work would actually fall apart. Show me something truly life changing.
If only journalists would ask similar questions to corporations. "Ok, you made your entire engineering department agentic. Show me how exactly that contributed positively to your bottom line"
There is a lot of demand for articles like this. The sort of revenge of the humans.
I do think a small number of people have totally transformed themselves and their business using AI. But that doesn't overlap with the people who are loudest about it on LinkedIn, X, and other channels.
My broader team organized a 2 day hackathon and created teams of 4 each with a mix of engineers, designers, data scientists, admin, localization, and project managers from across the team and gave us 5 pain points our product was experiencing and let us loose. The amount of leverage AI tools give small interdisciplinary teams to apply their existing skill sets is kind of crazy. Lots of very impressive demos, several of which were nearly shippable and provided real value.
> The amount of leverage AI tools give small interdisciplinary teams to apply their existing skill sets is kind of crazy.
This is 100% true, and this type of building is where AI is adding real value beyond the "I automated my entire business" hype.
Unfortunately, most companies don't have small interdisciplinary teams who have autonomy to scope and ship software. I spent 10 years at IDEO telling clients this was the way, but it's virtually impossible to replicate on the client side.
I'm not disagreeing with the article, but I think you are right that if you use AI in the right setting it can do much more than the average ChatGP that outputs Linkedin like crap:
interdisciplinary teams/person + SOTA AI + Right context (customer/ internal pain points, access to the code, focussed Hackathon) = amazing cool things.
The biggest benefit for me has been getting side projects done. Little bugs or todos that would take more time than I have to spare, but don’t detract from the project.
I’ve had Claude do stuff like interrogate IoT devices, look into proprietary file formats and even assisted debugging electronics from a text description and datasheets. It has stupidly broad knowledge as long as you watch out for things like getting part numbers/boards correct. Have you ever tried to ask for help on an electronics forum full of miserable greybeards? $20/mo for getting ballpark answers immediately is excellent value.
Do assess if you want the learning experience or not, and whether you care if the problem is solved for you.
For writing I get the appeal to bloggers, but I can’t stand reading anything that has the hallmarks of generative AI.
I’ve started blogging about my experience with AI. I’m not special, my workflow isn’t supercharged. I’ve just started writing about a guy(me) interfacing with these tools as if I was leaning any technology like a programming language or a new cloud tool.
And I agree with the authors thesis that the hype is actively harmful. Specifically (and this is a confession not a judgement) if you’re usage of AI is limited to mindlessly vibe coding tools all day long, your missing the actual process of just fumbling through the awkward stage of being consciously ineffective, so you can break through to eventual productivity. And the real productivity probably isn’t as exciting as the game or app you one shotted for fun.
Hard agree with the post overall, especially on LinkedIn and X. On Bluesky at least there's not nearly as much of this crap, but it's a small community of practitioners and not flooded with others.
For me, the big win is that it's very cheap to experiment with several approaches to something and pick what feels like a good winner. For UX work this is a boon because it shifts the bottleneck to evaluating designs, which is where the bottleneck should be. It has historically not been there.
Like all popular things in our culture there has to be people who point out it's all hype or fake marketing or overrated or not a big deal. That's always a safe position to take and a reliable way to get attention
As much as I grew up with and lived my useful working years around computers, if they went away tomorrow, there'd be a period of adjustment, and then I'd happily up my amateur game with power tools and automobiles. I have a need to tinker and build, but there are many ways to satisfy it.
That said, as long as there's still technology, it's awfully nice and a bit gamechanging to have an effective junior engineer who follows orders and who's happy to wade through stack overflow and customize solutions for my problems. It's not that I couldn't do it myself, it's that doing so for one shot weird config issues and arbitrary UI/OS changes sucks the very life blood out of my soul.
AI is a tool, an amazing tool IMO, your own personalized philosophical zombie ready to do your bidding. Social media and mobile devices OTOH, they both suck the life out of me moreso than chasing config issues. Unfortunately, some of the best sources of info about some of my interests are trapped on FB in a swamp of rage bait, sigh.
Marketing has always been about overpromising and underdelivering, no? OK, show me when it wasn't. And if overpromising on hot tickets like the AGI and FSD didn't get people the big bucks and engagement, maybe they'd dial it back a notch, but that's just not how it's played out so far. See the current crop of contenders to disrupt the leading maker of AI HW with their noisemaking CEOs for the evidence thereof.
It's somewhat ironic coming from someone that openly states they use AI all day, everyday. Regardless, the message is correct. I don't think that people have become dumber over the last 15 years. At large, they were always dumb. People got access to social media which exposed their stupidity and that was seen as a success(which I still find baffling). Until it wasn't: milking the influencer economy only gets you so far. The new wave is people who believe that slopping something together is them doing the work and that they are the smart ones. In practice, I constantly see people genuinely believing they know what they are doing while some slop machine floods their screens with text. Just go over some "I vibe coded this thing in a weekend", run some basic security tests on it and the results are almost always frightening. All of this is the whole plot of Idiocracy (holy shit, that movie was ahead of it's time and optimistic af for saying that was 500 years away). Slop that appears to work on the surface is quickly becoming the single point of failure for entire industries. And honestly, I am all for it: if the house has to burn down for things to get better, let it burn.
AI can be used in classification, extraction, and synthesis quite effectively. Not to speak of code generation, or like the author says, for research and strategy.
In enterprise workflows these are essentially super generalizable NLP and CV models that can be developed and deployed at a fraction of the cost.
This is not what the tech bros promised but it’s still pretty damn good!
Does the fact that I barely wrote any lines of code in the past six months while my job has been for the past 20 years (and still is) that of producing code, feels "life changing" enough?
> But show me something that has become so critical in your day that if I took it away tomorrow, your work would actually fall apart. Show me something truly life changing.
Descript. I edit video for work and I am not ever going back to manually seeking to edit video. I am about 8x faster with Descript.
This isn’t even a raw praise post: Descript is wildly unstable and shitty at times but I STILL won’t use anything that doesn’t have transcription-based editing.
Its zeitgeist appeal has been stuck for like 20 years.
The problem with it is that unlike sell-side mortgage fraud, self-driving cars, crypto, and current AI… quantum computing doesn’t have a simple, approachable, mass appeal parlour trick to rally around.
Until it gets one, it’s never going to facilitate the scale of grift and graft as the others.
The threat of breaking all encryption has been a slow-burning $1 trillion or more grift for the field over the last 20-30 years. Not that anything has materialized from it. I am somewhat convinced that PQC is primarily being rolled out so that we can all stop funding those clowns (and because lattice-based cryptography is finally ready for prime time).
People seem to think the world works like this: there’s an innovation committee and they plan innovations. Then they get the approval from the masses democratically. And it would involve debates and the innovation is promoted only until we convince everyone. And then we would have randomised controlled trials applied everywhere to prove adoption confidence.
Hilarious! People think we are in a socialist economy lol.
No: you don't need the broad masses for any confidence. Put your product to the free market and judge whether people like it. That's how it should work and that's how it always works. No one has to convince Jane Doe that AI enhances productivity by 20% and get her approval before deploying data centers.
That's a benign term for it. Actually, it's lies, damn lies, and fucking god-damn lies. It's the super-mega-overdrive version of every principle that ads are based on. Like they are afraid we still haven't understood what makes ads tick, so they give us the practical in-your-face demo. And they were successful. I'm not believing a single word anyone remotely related to that business says anymore.
> Marketing, Finance, and HR were spared though, which I find ironic.
Oh hell no. A lot of jobs were lost there as well. Marketing got demoted into "just prompt AI" across the board, everyone and their dog built "ingest paper receipts from arbitrary sources into ERP/travel expense programs" (because there still is no standard on "how to transform a paper bill into a QR code"), and HR... "I inserted unreadable white text into resume PDFs to cheat AI resume filters" is reality, not just a meme.
> What I don’t like about it is that it creates a fake baseline. If everyone around you appears to have figured something out about AI that has transformed their work, then using AI to summarize meetings suddenly feels embarrassingly basic.
Meetings themselves and emails have gone the full bullshit circle. AI agents fluff up prompts into Powerpoint slides so incoherent everyone forced to sit through it eventually nods off and reads the AI summary later on. For emails, similarly AI agents fluff up prompts, send it over the wire, only for another AI agent to distill it back into something consumable by a human. Humans creating engaging content by hand seems to be a lost art these days.
Frankly... I can only recommend, leave for some sort of job that is not corporate BS or can otherwise be replaced by a human. Learn a classic trade, to operate heavy machinery or whatever else. Maybe join a firefighter or EMS corps, saving lives is an experience of its own class. Anything IT or corporate is a dead end.
First, you can see at the end of the day with your eyes what you have accomplished (which is way better for your mental health), second, it will take quite some time until there's a robot physically capable of the required dexterity to pull and wire cable and an AI capable enough to coordinate that robot, or find and clean a clog in 100 meters of sewer line. Once AI is good enough to replace a clogged shitter... invest in a good gun and target practice, because the rate things are going, society will break down at that point.
Or, move towards the countryside and raise some chicken, goats or whatever. A ton of tech people have done so in the last years, fed up with the bullshit.
It's an interesting illustration of the state of the AI market that immediately after arguing that AI cannot do anything complex...we have an ad arguing that AI can actually do those things. Even the people telling you that AI is a hype cycle buy into the hype cycle.
First, we have this section:
But the noise continues on volume 11/10. So this is my desperate plea... Can we PUHLEASE stop this AI Confidence Theater, people? It’s doing more harm than good.
Then immediately after:
This post is sponsored by Firecrawl. Firecrawl is the web data API to search, scrape, and interact with the web at scale. Turn the live web into clean, structured data your agents can actually use.
(P.S. I personally use Firecrawl in my Lovable apps all.the.time - most recently to scrape this very blog so my AI double could use my latest posts as context.)
What these discussions frequently seem to miss, is discussing the exact method, tool and model they're using.
> Meanwhile, I’m over here asking ChatGPT to rewrite the same paragraph for the third time because it keeps defaulting me into ‘LinkedIn wisdom post’ mode. GARH.
I'm not doubting the author this is their experience, but is this with the trash free/instant ChatGPT or something else? If even "Thinking" was working like that, together with proper prompting, then I'd be surprised by the author's experience.
But until people start showing exact examples and exactly what they're using, all the navel-gazing around this, positive, negative or neutral, will all just be empty words we can't really know what to do with.
As someone who has worked closely to the marketing space, there’s a saying that goes something like: ‘then the marketers found about it and ruin everything’. Quick example: when amazon launched kindle self publishing, there was a golden age where wannabe writers could self-publish their books, and let the market dictate what survived and became successful. Eventually, some people got good money out of it. Then marketers found out about it. They realized they could game the system by hiring ghost writers to pump out low quality ebooks to fill every single niche. Then they found out how to game the reviews, even going as far as paying people to leave 5 star reviews on competitors to get amazon to flag the competitors for buying reviews! Forward a few years, and no matter what you search for, there’s a million low quality books fir a couple high quality high effort books who get lost in the sea of garbage. AI just made that problem 100x worse. The same thing is happening with higher effort content creation. These same mindless marketers found out how to exploit video creation, social media marketing, etc. so, the appeal this article is making for people to stop the hype will not be listen to, because once marketers find about something where there’s money to be made, they will absolutely find a way to go scorched earth on it
There's an old Bill Hicks bit where during his already awkward standup, he takes a moment to somehow dial the awkwardness up further: If you're of a certain age, you'll know the bit:
https://genius.com/Bill-hicks-on-advertisers-and-marketing-a...
It's awkward because you can feel how much he means every word. Of course it's part of the act and you're supposed to find it funny, but at the same time, he very much means what he's saying.
Drink Coke
I’ve long considered marketing to be one of the purest forms of evil in existence. It truly does envelop and destroy everything good.
The same thing is happening in YouTube right now. My feed is filled with AI generated never ending rambling videos about simple topics that can be explained in 1 or 2 mins, but it keeps on dragging up to 10-30 mins to milk the maximum from monetisation
Youtube channels are also getting hyper-monetized now. Private equity people finally learned that some of these informational channels draw a huge crowd of people with a very specific kind of technical interest. Now they buy all these channels and have their marketers optimize every corner for generating easy money.
Venture Capitalists are now even worse than the marketers.
Marketeers for venture capitalists? Does that beat vc’s?
The article has solid observations, but I would correct one important thing. It's not AI confidence, it's AI psychosis.
A lot of people I know are forced to use AI at work. They universally tell me that their coworkers generate awful PRs with bugs, nonsensical code and fake unit tests. But they also universally tell me that they are different, have special workflows and prompts that create good code.
The psychology behind this is obvious. Hype and the literal threat of being fired forces everyone to develop coping mechanisms. Bragging about your own adaptability is one of those mechanisms. Unfortunately, the scale and intensity of this and the fact that the mechanism is clearly weaponized for marketing means we're living in an increasingly deranged society.
As a hobbyist exploring LLMs since Summer 2022 (electrician by trade)... I've been as blown away by generative AI results/output as I've been left laughing at its hallucinations. My first forays were via CrAIyon & ThisWordDoesNotExist .com .
Now, four years later: I've finally been able to purchase a 5070Ti (from a ~1080Ti~ – so, an upgrade). The past few days have been overwhelming as I explore the rights/wrongs of bigger offline models (more parameters, even if They're [only] Made Out of Weights).
----
My twin, an actual brilliant engineer (me: amateurhour), after playing with this new "toy" [discussing chessboard layout, electrical engineering concepts] deduced (accurately IMHO): "it's able to be wrong FASTER – don't let this be discouraging it's an incredible piece of hardware but I still cannot trust it for citing reference material." My general Qwen3:14b model was unable to troubleshoot a bespoke coding issue (as expected, it's not a code-er).
I have minimal coding experience, but he is a professional hardware engineer; I've been self-tasked to play around with "any coding model that might solve a bug I'm having with a current piece of firmware" – so that should be an interesting conceptual experience for both me and twin.
Anybody have a good coding model (it's whatever language Atmel Arduino uses, by default) that runs on a 5070Ti, best?
> Anybody have a good coding model (it's whatever language Atmel Arduino uses, by default) that runs on a 5070Ti, best?
Atmel Arduino is mostly assembly (rarely used and assembly is generic to everything) and C. But you can’t use the usual C libraries because they are tailored to OS like Linux or Windows and the hardware those run on (i386, amd64, arm,…). That’s the primary constraint you need to implement in whatever LLM tooling you’ll be using. The majority C examples are about Linux or Windows API, not the simpler AVR standard library (the gnu one).
Other than that, on Linux and Windows, the hardware is abstracted away. For Linux, You don’t interact with the keyboard and mouse, you use libinput/x11. You don’t interact with soundcards, you use alsa/pulseaudio/pipewire,…. With AVR devices, most abstractions are only one layer deep and mostly help to avoid dealing with the boilerplate of bus protocols. You spend more time with datasheets and diagrams than with code.
>Show me something truly life changing.
i dont think there is any software on the planet that i would consider "truly life changing", so i find it a bit weird to hold ai up to that standard.
as a note, i found this particularly funny:
"It’s doing more harm than good." followed immediately by "This post is sponsored by Firecrawl. Firecrawl is the web data API to search, scrape, and interact with the web at scale."
> i dont think there is any software on the planet that i would consider "truly life changing", so i find it a bit weird to hold ai up to that standard.
I think the author made this point because earlier they mention how people tell them AI changed their life.
> So I started asking a simple question whenever someone told me AI had changed their life: ‘Cool. Show me.’
>how people tell them AI changed their life
yeah but people say that in casual conversation all the time. my wife, not long ago, said her new facewash changed her life. its a figure of speech.
>i dont think there is any software on the planet that i would consider "truly life changing", so i find it a bit weird to hold ai up to that standard.
Web browsers truly changed the lives of giant majority of people on this planet.
AI boosters talk about it as life changing. I think it's fair to ask them to substantiate
Yes. However this one is a bit weird.
Every software purchase process I have been involved in I have asked the vendor to demonstrate their claims against our requirements.
With AI, I am expected to defend myself from claims that my requirements are wrong.
> i dont think there is any software on the planet that i would consider "truly life changing",
I think the combination of web server and web browser comes close.
> i dont think there is any software on the planet that i would consider "truly life changing"
I don't think there is any software on the planet that has accumulated 1.5 trillion dollars of otherwise-useful money!
> It’s doing more harm than good.
For context
Can we PUHLEASE stop this AI Confidence Theater, people? It’s doing more harm than good.
> Okay…. it’s useful. But show me something that has become so critical in your day that if I took it away tomorrow, your work would actually fall apart. Show me something truly life changing.
If only journalists would ask similar questions to corporations. "Ok, you made your entire engineering department agentic. Show me how exactly that contributed positively to your bottom line"
There is a lot of demand for articles like this. The sort of revenge of the humans.
I do think a small number of people have totally transformed themselves and their business using AI. But that doesn't overlap with the people who are loudest about it on LinkedIn, X, and other channels.
There are, they're all on the sell side though.
Who are those people and businesses?
I won’t tell you, you’re just gonna have to tokenmaxx in a vain attempt to chase the dragon.
What sort of proof are you expecting from another poster on hn?
Blog posts, company names, or whatever. I'm not asking for a proof, I'm asking who are those unnamed people and businesses who transform themselves
My broader team organized a 2 day hackathon and created teams of 4 each with a mix of engineers, designers, data scientists, admin, localization, and project managers from across the team and gave us 5 pain points our product was experiencing and let us loose. The amount of leverage AI tools give small interdisciplinary teams to apply their existing skill sets is kind of crazy. Lots of very impressive demos, several of which were nearly shippable and provided real value.
> The amount of leverage AI tools give small interdisciplinary teams to apply their existing skill sets is kind of crazy.
This is 100% true, and this type of building is where AI is adding real value beyond the "I automated my entire business" hype.
Unfortunately, most companies don't have small interdisciplinary teams who have autonomy to scope and ship software. I spent 10 years at IDEO telling clients this was the way, but it's virtually impossible to replicate on the client side.
If you were to say 'doing the same work a bit faster' isn't life-changing then that's evidence that the hypothesis in the article is actually correct.
I'm not disagreeing with the article, but I think you are right that if you use AI in the right setting it can do much more than the average ChatGP that outputs Linkedin like crap:
interdisciplinary teams/person + SOTA AI + Right context (customer/ internal pain points, access to the code, focussed Hackathon) = amazing cool things.
The biggest benefit for me has been getting side projects done. Little bugs or todos that would take more time than I have to spare, but don’t detract from the project.
I’ve had Claude do stuff like interrogate IoT devices, look into proprietary file formats and even assisted debugging electronics from a text description and datasheets. It has stupidly broad knowledge as long as you watch out for things like getting part numbers/boards correct. Have you ever tried to ask for help on an electronics forum full of miserable greybeards? $20/mo for getting ballpark answers immediately is excellent value.
Do assess if you want the learning experience or not, and whether you care if the problem is solved for you.
For writing I get the appeal to bloggers, but I can’t stand reading anything that has the hallmarks of generative AI.
I’ve started blogging about my experience with AI. I’m not special, my workflow isn’t supercharged. I’ve just started writing about a guy(me) interfacing with these tools as if I was leaning any technology like a programming language or a new cloud tool.
And I agree with the authors thesis that the hype is actively harmful. Specifically (and this is a confession not a judgement) if you’re usage of AI is limited to mindlessly vibe coding tools all day long, your missing the actual process of just fumbling through the awkward stage of being consciously ineffective, so you can break through to eventual productivity. And the real productivity probably isn’t as exciting as the game or app you one shotted for fun.
Hard agree with the post overall, especially on LinkedIn and X. On Bluesky at least there's not nearly as much of this crap, but it's a small community of practitioners and not flooded with others.
For me, the big win is that it's very cheap to experiment with several approaches to something and pick what feels like a good winner. For UX work this is a boon because it shifts the bottleneck to evaluating designs, which is where the bottleneck should be. It has historically not been there.
I can e-mail wise now with my bill and pay it. it's AWESOME. I've used a bill that was in Hungarian for a EUR account in Austria. No issue.
My swiss banks won't be able to do this in the next 5 years.
I am not affiliated with wise, just a happy user.
Remember, folks, AI is mainly just statistics. You know, as in what comes after "lies" and "damned lies".
Like all popular things in our culture there has to be people who point out it's all hype or fake marketing or overrated or not a big deal. That's always a safe position to take and a reliable way to get attention
Please stop this linkedin relatability theater.
As much as I grew up with and lived my useful working years around computers, if they went away tomorrow, there'd be a period of adjustment, and then I'd happily up my amateur game with power tools and automobiles. I have a need to tinker and build, but there are many ways to satisfy it.
That said, as long as there's still technology, it's awfully nice and a bit gamechanging to have an effective junior engineer who follows orders and who's happy to wade through stack overflow and customize solutions for my problems. It's not that I couldn't do it myself, it's that doing so for one shot weird config issues and arbitrary UI/OS changes sucks the very life blood out of my soul.
AI is a tool, an amazing tool IMO, your own personalized philosophical zombie ready to do your bidding. Social media and mobile devices OTOH, they both suck the life out of me moreso than chasing config issues. Unfortunately, some of the best sources of info about some of my interests are trapped on FB in a swamp of rage bait, sigh.
Marketing has always been about overpromising and underdelivering, no? OK, show me when it wasn't. And if overpromising on hot tickets like the AGI and FSD didn't get people the big bucks and engagement, maybe they'd dial it back a notch, but that's just not how it's played out so far. See the current crop of contenders to disrupt the leading maker of AI HW with their noisemaking CEOs for the evidence thereof.
It's somewhat ironic coming from someone that openly states they use AI all day, everyday. Regardless, the message is correct. I don't think that people have become dumber over the last 15 years. At large, they were always dumb. People got access to social media which exposed their stupidity and that was seen as a success(which I still find baffling). Until it wasn't: milking the influencer economy only gets you so far. The new wave is people who believe that slopping something together is them doing the work and that they are the smart ones. In practice, I constantly see people genuinely believing they know what they are doing while some slop machine floods their screens with text. Just go over some "I vibe coded this thing in a weekend", run some basic security tests on it and the results are almost always frightening. All of this is the whole plot of Idiocracy (holy shit, that movie was ahead of it's time and optimistic af for saying that was 500 years away). Slop that appears to work on the surface is quickly becoming the single point of failure for entire industries. And honestly, I am all for it: if the house has to burn down for things to get better, let it burn.
AI can be used in classification, extraction, and synthesis quite effectively. Not to speak of code generation, or like the author says, for research and strategy.
In enterprise workflows these are essentially super generalizable NLP and CV models that can be developed and deployed at a fraction of the cost.
This is not what the tech bros promised but it’s still pretty damn good!
> Show me something truly life changing
Does the fact that I barely wrote any lines of code in the past six months while my job has been for the past 20 years (and still is) that of producing code, feels "life changing" enough?
But but but... 1000x engineer who can out compete your 50 person startup with their agent flow.
> But show me something that has become so critical in your day that if I took it away tomorrow, your work would actually fall apart. Show me something truly life changing.
Descript. I edit video for work and I am not ever going back to manually seeking to edit video. I am about 8x faster with Descript.
This isn’t even a raw praise post: Descript is wildly unstable and shitty at times but I STILL won’t use anything that doesn’t have transcription-based editing.
The bullshit will continue until the grifters move on to something else. If you can figure out what that is, you'll make some serious bank!
Yeah, there will always be some percentage of bozos and clowns in America… that’s never going to change.
And it’s unrealistic to expect them to stay perfectly motionless, they will try to adapt to the changing landscape too.
quantum computing in next 5-10 years for sure will be the next grift, the wheels are already turning
Quantum computing is soooo 2018, you want space data centres for the next 5-10 years (or "5-10 tears" as the apple keyboard gave me the first time).
Its zeitgeist appeal has been stuck for like 20 years.
The problem with it is that unlike sell-side mortgage fraud, self-driving cars, crypto, and current AI… quantum computing doesn’t have a simple, approachable, mass appeal parlour trick to rally around.
Until it gets one, it’s never going to facilitate the scale of grift and graft as the others.
The threat of breaking all encryption has been a slow-burning $1 trillion or more grift for the field over the last 20-30 years. Not that anything has materialized from it. I am somewhat convinced that PQC is primarily being rolled out so that we can all stop funding those clowns (and because lattice-based cryptography is finally ready for prime time).
People seem to think the world works like this: there’s an innovation committee and they plan innovations. Then they get the approval from the masses democratically. And it would involve debates and the innovation is promoted only until we convince everyone. And then we would have randomised controlled trials applied everywhere to prove adoption confidence.
Hilarious! People think we are in a socialist economy lol.
No: you don't need the broad masses for any confidence. Put your product to the free market and judge whether people like it. That's how it should work and that's how it always works. No one has to convince Jane Doe that AI enhances productivity by 20% and get her approval before deploying data centers.
> AI Confidence Theater
That's a benign term for it. Actually, it's lies, damn lies, and fucking god-damn lies. It's the super-mega-overdrive version of every principle that ads are based on. Like they are afraid we still haven't understood what makes ads tick, so they give us the practical in-your-face demo. And they were successful. I'm not believing a single word anyone remotely related to that business says anymore.
> Marketing, Finance, and HR were spared though, which I find ironic.
Oh hell no. A lot of jobs were lost there as well. Marketing got demoted into "just prompt AI" across the board, everyone and their dog built "ingest paper receipts from arbitrary sources into ERP/travel expense programs" (because there still is no standard on "how to transform a paper bill into a QR code"), and HR... "I inserted unreadable white text into resume PDFs to cheat AI resume filters" is reality, not just a meme.
> What I don’t like about it is that it creates a fake baseline. If everyone around you appears to have figured something out about AI that has transformed their work, then using AI to summarize meetings suddenly feels embarrassingly basic.
Meetings themselves and emails have gone the full bullshit circle. AI agents fluff up prompts into Powerpoint slides so incoherent everyone forced to sit through it eventually nods off and reads the AI summary later on. For emails, similarly AI agents fluff up prompts, send it over the wire, only for another AI agent to distill it back into something consumable by a human. Humans creating engaging content by hand seems to be a lost art these days.
Frankly... I can only recommend, leave for some sort of job that is not corporate BS or can otherwise be replaced by a human. Learn a classic trade, to operate heavy machinery or whatever else. Maybe join a firefighter or EMS corps, saving lives is an experience of its own class. Anything IT or corporate is a dead end.
First, you can see at the end of the day with your eyes what you have accomplished (which is way better for your mental health), second, it will take quite some time until there's a robot physically capable of the required dexterity to pull and wire cable and an AI capable enough to coordinate that robot, or find and clean a clog in 100 meters of sewer line. Once AI is good enough to replace a clogged shitter... invest in a good gun and target practice, because the rate things are going, society will break down at that point.
Or, move towards the countryside and raise some chicken, goats or whatever. A ton of tech people have done so in the last years, fed up with the bullshit.
It's an interesting illustration of the state of the AI market that immediately after arguing that AI cannot do anything complex...we have an ad arguing that AI can actually do those things. Even the people telling you that AI is a hype cycle buy into the hype cycle.
First, we have this section:
But the noise continues on volume 11/10. So this is my desperate plea... Can we PUHLEASE stop this AI Confidence Theater, people? It’s doing more harm than good.
Then immediately after:
This post is sponsored by Firecrawl. Firecrawl is the web data API to search, scrape, and interact with the web at scale. Turn the live web into clean, structured data your agents can actually use.
(P.S. I personally use Firecrawl in my Lovable apps all.the.time - most recently to scrape this very blog so my AI double could use my latest posts as context.)
Sounds funny coming from someone at Lovable!
What these discussions frequently seem to miss, is discussing the exact method, tool and model they're using.
> Meanwhile, I’m over here asking ChatGPT to rewrite the same paragraph for the third time because it keeps defaulting me into ‘LinkedIn wisdom post’ mode. GARH.
I'm not doubting the author this is their experience, but is this with the trash free/instant ChatGPT or something else? If even "Thinking" was working like that, together with proper prompting, then I'd be surprised by the author's experience.
But until people start showing exact examples and exactly what they're using, all the navel-gazing around this, positive, negative or neutral, will all just be empty words we can't really know what to do with.
> But until people start showing exact examples and exactly what they're using,
I suspect the majority of users won't be aware of what their current setting is.
Even though you're right, we can't know what to do with their words.