No, everyone is not using AI for everything (gabrielweinberg.com)

246 points by yegg 3 hours ago

acc_297 2 hours ago

On the post-grad job hunt right now - I note that most employers will ask in a technical interview or whiteboard interview "how are you using LLMs?"

It's tough to answer because you want to hedge for both an AI enthused employer and an AI hesitant employer with limited information about who they are and how they personally use these products. I've been responding with a sort of long winded answer about how 'there is clearly a learning curve for how this technology fits into any process and how I always always always double double double check yadayadayada'

I'm probably using the chat/ask functionality on a daily basis for quick debugging / new technology learning questions but I have yet to really use the fully agent or computer-use products because I've had more bad results than good the few times I've tried them (re-factoring a big repo of decades old fortran+C code for modern compiler/OS some things started to work but ultimately I abandoned that effort).

hypfer 2 hours ago

> It's tough to answer because you want to hedge for both an AI enthused employer and an AI hesitant employer with limited information about who they are and how they personally use these products.

Have you considered just answering truthfully?

Would you even want to work somewhere where you need to play a role and where they flip out when you say the wrong word you should've correctly guessed through mind reading? That sounds not like a job but a toxic relationship.

emodendroket 2 hours ago

I assume it's because he is seeking to pay rent, food bills, and other expenses through employment.

massysett an hour ago

reg_dunlop an hour ago

tfehring an hour ago

acc_297 an hour ago

furyofantares an hour ago

hypfer an hour ago

retired an hour ago

maxbond 15 minutes ago

I don't think having trouble knowing how to tailor your message to your audience because of limited information implies it isn't truthful. Answers to jobb interview questions are usually very manicured and rehearsed but I don't think they're generally lies.

yawnr 14 minutes ago

Because almost every HR department now has a directive to only let people through the screening process who say they are using "fully agentic workflows" even though that's moronic.

hdhdhsjsbdh an hour ago

> Would you even want to work somewhere where you need to play a role and where they flip out when you say the wrong word you should've correctly guessed through mind reading?

This just sounds like a standard tech interview. Mind reading to find and perform the secret “signal”. Nobody flips out if you don’t find it, they just move on to one of the other 1,000 candidates for the role.

blitzar an hour ago

> Have you considered just answering truthfully?

I remember the graduate recruitment days - If you told the truth you were the only candidate they saw all day that wasn't the captain of the football team, top of the class and voted most likely to succeed - aka the worst candidate they saw all day.

ACCount37 an hour ago

Would being truthful improve my chances of being hired?

michaelsalim 42 minutes ago

robertn702 37 minutes ago

hypfer an hour ago

satvikpendem 2 hours ago

Not everyone has that luxury when there are bills to pay and mouths to feed.

tomrod 14 minutes ago

> It's tough to answer because you want to hedge for both an AI enthused employer and an AI hesitant employer with limited information about who they are and how they personally use these products.

I'm an old hat on both sides of this type of discussion from a post-grad view.

Recommendation: use it to own the conversation and to signal mutual fit. Yes, your idea of AI lover versus hesitant matters. I recommend reframing the question to pivot to your fit to the org (and org fit to you) question. Show/concisely explain how you consider whether LLMs are fit to a task and how to tell it improves outcomes.

An outcome focus and willingness to show thought process around a common use case will be a substantially strong response.

vibe_that_works an hour ago

Replying as a hiring manager since this might help other post-grad job seekers:

- Any long-winded answer to a question is immediate out and has been for years.

- Not having used agents and not being able to comment on what to do and what not to do with them is immediate out since early this year.

xpct an hour ago

> Not having used agents and not being able to comment on what to do and what not to do with them is immediate out since early this year.

From all the tech that we have, agents are really not that hard to learn on the job. They're also not a magical silver bullet.

vibe_that_works an hour ago

ludicrousdispla an hour ago

your post on Who's Hiring provides some needed context...

want a Flutter developer who is unusually strong at directing AI-driven software delivery. This is not a traditional "write the code yourself" role.

https://news.ycombinator.com/item?id=47223956

vibe_that_works 34 minutes ago

hypfer an hour ago

> Any long-winded answer to a question is immediate out and has been for years.

Why?

If the winding path is actually interesting and gives you insights into how the person works, why would that be a bad thing?

vibe_that_works an hour ago

michaelsalim 39 minutes ago

tokioyoyo an hour ago

losvedir 21 minutes ago

What does "use agents" mean from your perspective? Just Claude Code with some MCPs? Or like a full on GasTown type setup?

xpct an hour ago

I understand the pressure to get employed from your perspective, but differences in opinion should be voiced out and typically aren't the thing leading to rejection from the company. It's common that engineering leads seek out people with different backgrounds and views to work on the same team. If anything, answering truthfully will make you stand out from others who've responded in a generic, heavily hedged way.

sweetjuly an hour ago

I would hope this is true both in the context of LLMs and more broadly, but I think this is especially not the case for LLMs. It's hard to take the idea that companies are trying to hire people with reservations about LLMs seriously when many companies have LLM use mandates. It is counterproductive in the eyes of the employer to hire employees that will be combative on LLM from day one.

synergy20 2 hours ago

still 10x better than the 'finish this leetcode tweak algorithm in 20 minutes and tell me your thought process along the way, and yes you will never need that skill in the real job but we need find out who had time to cram for the algorithm books in the last few months'

ozgung an hour ago

How are the technical interviews these days? Do they still ask Leetcode style questions or is it getting deprecated?

goalieca an hour ago

You should find out during the screener what kinds of view the executives have on LLMs. don’t wait until you’re midway through the third round.

whinvik an hour ago

> re-factoring a big repo of decades old fortran+C cod

Having been in academia in the past and now in software I can say with a lot of certainty that this will take a lot more upfront work than otherwise.

Academic code does not have a lot of structure. And usually lacks a lot in terms of tests. While AI is best when it can mimic patterns as well as there are tests to target.

So you will probably need to budget a few weeks to establish good patters, docs as well as testing patterns before you can seriously make it really do what you want it to do.

acc_297 an hour ago

exactly yeah it was a code base written by atmospheric physicists I assume and I had an idea that maybe copilot could get it working to interface with some more modern software and it just didn't really have what it takes.

Even with 3 weeks I'm just not the Fortran/C programmer to get that job done so I moved on to other things.

WhyIsItAlwaysHN an hour ago

Consider using agent mode for some things, you are definitely missing out.

The analogy I've had for myself is that it feels like using a bulldozer to dig rather than a shovel. If you use it to dig archaeological artifacts, it can make things worse than you started. A lot of the work however, is just moving dirt around, so you are wasting time by using a shovel.

divbzero 43 minutes ago

A balanced answer that’s often true these days is: you’ve found that LLMs are impressively useful in some cases but fall dramatically short in others.

MattPerry 2 hours ago

Exact same experience. My background is embedded and VLSI so I hedge my bets by saying that LLM are ok for Python scripting, but not there yet for synthesizable Verilog. It is really hard to see if the "how are you using LLMs?" question is for "we are AI Native™" or a form of cheating (like in university).

giancarlostoro an hour ago

Just answer honestly, and include a note that you intend to fully comply with the companies AI policies. Thats the best answer anyone can give.

bluefirebrand 2 hours ago

I personally think "I pretty much use it as a faster and more flexible StackOverflow" is probably the most neutral position you can have on it

That's probably not going to be enough for AI maxxers, but it probably won't be too much of a turn off for anyone but the most extreme AI minners, and everyone in between will probably be fine with it.

Frankly I plan to steer well clear of any "the majority of our code is AI generated" shops for the foreseeable future. Seems like disasters waiting to happen and I'd rather let other people step on those rakes

lkjdsklf an hour ago

The disaster isn’t even waiting to happen. It’s actively happening.

Look at the uptime and incident rate of all the big tech companies that have gone all in on AI generated code

dmitrygr 2 hours ago

"for entertainment value, when i'd like to see how an enthusiastic 5-year-old would react to the task."

paulddraper 2 hours ago

Your 5 year old is going to a heck of a kindergarten.

ChrisMarshallNY 2 hours ago

> AI has gotten so good that despite any misgivings, “everyone is using A.I.”

In my experience, it's a mixed bag. I wrote this comment[0], yesterday. It reflects my current work, and how I am integrating an LLM.

I have used it for two parts of my project:

1) The backend (PHP), and

2) The frontend (Swift)

It has been a huge help, in both, but #2 is a cautionary tale. It really needs adult supervision, in developing native UIKit Swift apps. I'm realizing how truly bad the code it wrote was. I mean, terrible.

That's jarring, because it did a great job with #1. It made sound, reasonable design decisions, and provided code that is better than what I would write.

With #2, it behaved exactly like an inexperienced engineer, panicking, when confronted with real-world problems. My rewrite is going to feature a much simpler, sound approach.

All that said, it has been a net positive, and has increased my productivity by a large margin.

I guess the lesson I needed to get from this, is that it is good at helping me to find problems, but maybe not so good at fixing them.

[0] https://news.ycombinator.com/item?id=48515217

ablob 2 hours ago

I'd like to add that there is almost no way of "running away" from it. If I search for anything on the internet I am almost guaranteed to be handed pages and pages of AI generated content. In lieu of that I found that directly prompting for an answer tends to yield better results nowadays. Not because it's good per-se, but because having control over the prompt beats having little to no control over it though search by proxy.

It saddens me to see that high quality content is drowned in this sea of garbage to the point of being almost impossible to find.

junon 2 hours ago

This would be expected. The corner cases people faced with PHP throughout the decades have been well documented on the internet for eons.

Swift, not so much. It's relatively new. Looking at AI's abilities like an engineer's career span scaled about 10-20x of time makes it make a bit more sense.

It's going to be worse at newer/niche things, intuitively - which is only going to get worse as it "learns" from garbage outputted by other LLMs moving forward.

ChrisMarshallNY 2 hours ago

Also, I suspect most "production" Swift –the type of stuff written by seasoned experts– (I just had to add em-dashes ;) is behind closed-source walls.

vinnymac 2 hours ago

red75prime 2 hours ago

> which is only going to get worse as it "learns" from garbage outputted by other LLMs moving forward

You seem to assume that autoregressive pretraining (and unfiltered behavior cloning, maybe) are the only ways to improve LLM performance.

argee 2 hours ago

That's just one way to use LLMs though. Recently on a flight I could not figure out how to connect my wife's earphones (i.e. put them in pairing mode) to my macbook since I was used to the old Airpods Pro case. So I asked Gemma4 26B A4B (offline, LM Studio) and was told to use the 'two tap on front of case' gesture, which worked. This situation would have been significantly more frustrating without (local) LLMs. I'm essentially carrying around a basic "how to" on everything, inaccurate though it may be, it's better than nothing.

ChrisMarshallNY 2 hours ago

Absolutely. I use it often, for stuff I used to "just Google." Other than a predilection for giving me CLI walkthroughs, it is usually fine.

anukin 26 minutes ago

My experience was different. I found it extremely good at fronting technology like react while I had to hand hold it for the backend tasks. Even with fable it was the same.

lawgimenez an hour ago

Well Apple just released a bunch of Agent Skills. I tried it on my macOS apps and I noticed some improvements codewise and updated some deprecations I didn’t know existed in Swift.

ChrisMarshallNY an hour ago

Looking forward to that.

lawgimenez an hour ago

wesselbindt 2 hours ago

Would you describe yourself as more skilled at frontend engineering or at backend engineering?

ChrisMarshallNY 2 hours ago

Definitely frontend (it's what I do, every day, and I enjoy it), but I have a great deal of experience (over 25 years), writing some pretty robust backend stuff. I just don't enjoy it as much.

wesselbindt 2 hours ago

mrtksn 2 hours ago

In my experience the language has become irrelevant for me, I created a system like mix of revenuecat and firebase and I’m not even sure what language which part is. It has client side libraries that are swift and kotlin, the Identity management is Swift but the iAP/Subscription tracking is go IIRC. It’s all integrated somehow and works very well.

ChrisMarshallNY 2 hours ago

That's the thing, the Swift works fine, but is incredibly brittle. I think it would collapse, at the first bump in the road.

That's fine, for a lot of corporate applications, but not for the stuff I write. I'm anal, I know, but that's how I roll.

bicx 2 hours ago

Which LLM though? Models can still be significantly different in their capabilities.

ChrisMarshallNY 2 hours ago

That's likely. I generally use ChatGPT (latest), but as a chat interface (not an agent). I suspect that I might get better stuff from Claude (maybe).

zeroonetwothree an hour ago

I’m going to guess you are better at frontend than backend.

The classic AI Gell-Mann effect.

ChrisMarshallNY 35 minutes ago

The guess is correct.

The diagnosis, however, is not.

Have a great day!

altern8 2 hours ago

Might be because there are less Swift projects to train with.

But I've seen Claude write crazy code in Python and JavaScript, too

ChrisMarshallNY 2 hours ago

My theory is that most of the Swift code in the public domain, is basically demo code. Short, idealized, code samples to demonstrate issues and solutions; much like you would see in StackOverflow.

PHP has huge, entire frameworks and systems, refined over years.

graemep 2 hours ago

graemep 2 hours ago

I do not know about crazy, but certainly sub-optimal. For example a loop over DB query results instead of modifying the code to work with a single query.

ChrisMarshallNY an hour ago

variety8675 2 hours ago

I've noticed several companies replacing deterministic systems in their support flows with a LLM version that is slower and worse. Many interfaces simply aren't better with AI added

camdenreslink 2 hours ago

The real best case scenario is using LLMs to help build deterministic systems. Instead of asking an LLM to do some task that you know will be repeated, instead ask the LLM to build a program (Python script or whatever) to do the task.

jacobgold 2 hours ago

Making systems fully deterministic ignores the entire purpose of having agents involved.

IMHO the best of both worlds option is agents working with deterministic CLIs. Where the agent does the reasoning (and text generation) but uses CLIs to carry out all of the actions (issuing refunds, unblocking accounts, or whatever).

It's possible to get very reliable and consistent work out of agents when they're using well written prompts with well designed CLIs.

variety8675 an hour ago

bethekidyouwant 2 hours ago

dakiol 2 hours ago

If it's a one-off script/program that doesn't require additional "domain knowledge", sure. But what if you need to give as context your whole backend repository because you need to take into account a few business rules? Why give anthropic/openai access to my "secret sauce" (e.g., company private repos)?

In that case, it's way better to simply write the code yourself.

AlienRobot an hour ago

The best case scenario of LLM is transforming input into output where both are languages and accuracy doesn't matter, e.g. "rewrite this poem in pirate speech."

But that's not worth trillions of dollars...

JCTheDenthog 2 hours ago

Or just write it yourself?

whehhshs 2 hours ago

dukeyukey 2 hours ago

Philip-J-Fry an hour ago

I am seeing similar things in just regular tooling and development. Things that can be solved deterministically or what would have been a simple CLI 5 years ago are now an LLM integration.

Instead of using the LLM to create deterministic tools, we are using LLMs to replace them. It's completely backwards and I don't know why people (especially high ranking people in my company at least) seem to think that this is the way forward. No, I don't want a whole CI pipeline that is just LLM prompts. Yes it's very easy, but it's expensive, slow and prone to failure in ways you can't even predict.

Same things like using LLMs for the code review process. What would have been a simple linting rule is now a pass with an LLM rather than using the LLM to create the linting rule, which it is absolutely excellent at creating.

IAmGraydon an hour ago

>I am seeing similar things in just regular tooling and development.

Yes, and we're also seeing lots of companies claiming they're using "AI" and it's just deterministic under the hood.

al_borland 2 hours ago

My management is pushing for us to come up with ideas on where we can use LLMs in our product. The whole team has been very resistant for this exact reason. Anything we can think of will only make things worse, and we’ve already been told anything above a 1-2% failure rate is unacceptable. If anything we need more structure and standards to hit that, not less.

pjmlp 2 hours ago

We just got dropped into hackatons for having ideas a few weeks ago, AI at all costs, similar feeling.

rueh 2 hours ago

I believe that llm’s can be used to re-imagine experiences but it’s definitely not the way people think. The constraint is imagination and thinking about complex trade offs more than anything else. Which is the essence of innovation.

The agent paradigm will eventually give way to experiences that are a hybrid of deterministic and non deterministic and you won’t even know the llm was involved or visible.

iwontberude 2 hours ago

Luckily for programmatic or logic following, smaller models tend to do better, it can be surprising at first to see the more expensive models do worse at a task but it’s true.

gnuvince 2 hours ago

Basically, folks nowadays think that this article[1] was aspirational rather than a cautionary tale.

[1] https://thedailywtf.com/articles/Classic-WTF-No-Quack

sdesol an hour ago

> replacing deterministic systems in their support flows

The issue is, they don't want to provide "better" support but "cheaper" support. Imagine a trained agent that understands the big picture. Now imagine a company investing in humans to use AI to retrieve knowledge that the human can easily identify as being relevant or not, and using that knowledge to better aid the customer.

Right now AI is being sold as a "we don't need support personells" instead of "how can we provide better service." For a lot of products, better service will probably not matter as "cheaper" products will win most of the time.

Most people don't want to pay for better. They want to pay the same for something better, which is what companies are not investing their time in figuring out how to use AI properly for I think.

Hendrikto 6 minutes ago

> Most people don't want to pay for better.

A lot of people want to pay for better, but that is hard. Better is more expensive, most of the time, but being more expensive is no guarantee for being better. It feels like the correlation is very weak. Most expensive products are just expensive, not good.

If there was a reliable way to identify the "better" thing, I and a lot of other people would go for that every time we can.

filup 2 hours ago

That's the completely opposite of what people should do. The laborious task of programing logical work flows is the only reason AI is useful for me.

reg_dunlop an hour ago

When I hear about engineers who are bored with coding, I have to imagine it's because the task of "programming logical work flows" has become rote to them.

Instead of refining their approach, or challenging their current knowledge base for discovery of inefficiencies or baseless assumptions, they'd rather hit an "easy" button.

I understand the desire to NOT do work. I understand the desire to spend quality time and free time with family. And I understand the idea that familiarity breeds contempt.

What I don't understand is the willingness to replace a deterministic language/framework/approach with a probabilistic slop machine.

throwatdem12311 an hour ago

Yeah but did number go up? Can CEO check a box to show investors?

Now that’s real value.

romanovcode 2 hours ago

As a contractor who built a lot of predictive systems and workflows in last three years I can tell you that quite often there is a specific request to put AI into it even when it is not needed and would objectively make the system worse, slower and more expensive.

The AI psychosis is a real thing.

KellyCriterion 2 hours ago

Haha, i have a colleague, he is the "AI-is-for-everything-let-me-check-Claude-first":

Regardless which task is handed to him, he "discusses" it first with Claude and very often comes back with like "The AI said... X"

Philip-J-Fry an hour ago

anal_reactor 2 hours ago

cwnyth 2 hours ago

Where I work, management hasn't considered integrating AI at all, yet some clients are very vocal about it being the future and worry we are going to be left behind. Most people just don't care, and I worry the squeaky wheel will eventually get the grease.

nutjob2 2 hours ago

pjmlp 2 hours ago

I keep seeing requests to replace what would be a perfect UNIX shell script with agents, like what is the benefit other than being able to say we're doing AI?

ezst an hour ago

Maybe it should have clicked earlier in life and I'm perhaps that much dumb dumb, but it only recently occurred to me (from experiencing it at two very different companies and discussing with peers having reached a certain seniority level more or less at the same time) how dysfunctional many companies are, and how often they produce incentives that are misaligned with the overall company goals and sustainability principles. I blame in large part a layer of middle management that selfishly puts itself above all else, misguides, misrepresents, because it essentially pays larger dividends (literally and not) to "play the networking game than to be an efficient and effective productive structure". Maybe that's to be expected in a services-driven economy where the value of the work is immaterial and subjective (and the whole phenomenon of bullshit jobs).

QuantumNomad_ 2 hours ago

So then, do you put AI into it anyway because they asked for it, or do you tell them that you won’t do that?

romanovcode 2 hours ago

gedy 2 hours ago

With inexperienced or non-technical people, talking to them about AI can be very confusing, as a LOT of their "AI" usecases are basically they didn't realize or know how to write a program for this straightforward logic.

mikert89 an hour ago

models will get smarter, this wont be an issue

reg_dunlop an hour ago

Intelligence, which I assume to be a synonym for "smart" requires the capacity to acquire and apply knowledge from experience.

These models do not have any experience. They're not sentient. And are in no way capable of being "smart", let alone becoming "smarter".

throwatdem12311 an hour ago

They say this every time. Just wait for the NEXT model bro THEN everything will be be fixed.

Ok wait maybe not the next one but surely the one after!

Hasn’t happened yet and there is no evidence it will.

sfn42 an hour ago

Come talk to me when it isn't an issue.

AvAn12 18 minutes ago

I think the gap is because 1. For coding, Claude is amazing - mainly because of its curated skills and because massive amounts of working code has already been carefully labeled over the last decade or so via GitHub. And because with any Turing complete language, there is only so much one can do.

But 2. For most other things, LLMs are fairly underwhelming. Research is usually mediocre. Try being rigorous and repeat your research prompt many times - then make a confusion matrix to tally up how many false positives and false negatives occur. And for the rest, be honest and ask yourself if the LLM is doing much more than a basic search engine query or trip to Wikipedia would have told you. For “normie” use cases, it’s handy-ish but far from revolutionary

emodendroket an hour ago

> People are consuming AI like they eat meat: some are embracing it, some are limiting their use of it, and some are avoiding it altogether.

That's an interesting analogy as, despite the real ecological issues with it and principled arguments against meat eating, in general meat consumption has trended upward globally in country after country for decades.

sroerick an hour ago

Maybe this is because I live in Wyoming, but "AI is not ubiquitous, there are some people, like Vegans, who eschew it" is not the most compelling argument.

tripleee an hour ago

I fear AI is going to be used for everything not because it's the best solution, but because people are inherently lazy and just want to get their thing done, and they don't care so much about the quality.

"low effort and convenient" seems to consistently win over "best quality" and this is going to be a downgrade in everything, for everyone

tty456 6 minutes ago

I assume for a lot of people, an llm is going to produce higher quality results for most knowledge tasks than they could do on their own. I think that's okay

arthurjj 16 minutes ago

> More than 30 percent of the US working-age population is using AI [meaning about 70% isn’t], an increase of 3 percentage points from the end of 2025

This makes me less bearish on the AI investments that are being made, if 70% of the working age population isn't using AI then there still is a lot of growth. The future is here, it's just not evenly distributed (yet)

sriram_malhar 2 hours ago

Anyone who does a Google search gets a satisfactory looking answer as the very first entry. I daresay most people don't go beyond that, not even the entries on the first page, let alone go to the next. I argue that this is at the level of everyone for everything.

embedding-shape 2 hours ago

> Anyone who does a Google search gets a satisfactory looking answer as the very first entry.

Google has search results still? I don't use Google much anymore (thanks Kagi), but this is what ends up showing for me, I don't even see any search results anymore: https://i.imgur.com/eHIA2Df.png It seems like it's 50/50 on page reload if the LLM-reply UI expands automatically or not, which covers my entire screen. I guess Google is doing some A/B testing perhaps.

KellyCriterion 2 hours ago

What Im question is how is Google increasing Price-per-Click each year if people are clicking less and less on the links below the AI search result

brookst 2 hours ago

I don’t see the contradiction? If the inventory of clicks is declining and the number of businesses bidding on clicks is more or less constant, why wouldn’t that increase price?

Planktonne 2 hours ago

Even if we accept that all people are satisfied with the AI search overviews, that would still only be everyone for one thing.

nutjob2 2 hours ago

When was the last time you used Google? The first entry (and a few after that) is always spam.

Anyone who does a search and accepts the first answer just doesn't care much or is incompetent. Anyone with any critical thinking whatsoever does way more than that if they want a correct answer.

trallnag 27 minutes ago

Pretty sure he's talking about the summary / AI answer and not the first search result

wamatt 2 hours ago

One thing I'd personally like to see a little more discussion of (at least within my social circles) is.. what exactly does "using AI" mean?

How does this connect to everyone's high level ideas/thoughts about "tech", "AI" and "morals and feels" etc. These lines can start to seem a little blurry, at least for me.

For example, would we say my partner is "using AI" (for all intents and purposes), if she's frequently using Google.com throughout the day, and then ends up picking and believing the AI generated answer overview at the top of the SERPs almost every time?

Or do we feel "uses AI", is more along the lines of the vampire kids running 1000 sub-agents on a mattress floor in SF?

I kind of find the whole spectrum really interesting because even basic phone use is now stuffed with AI, whether we choose to label it or not.

rafaepta 2 hours ago

So true, just built a deterministic system to identify duplicated code. It's offline and doesn't use AI on purpose, since a gate that blocks your CI has to give the exact same answer every time, and finding dupes means comparing every function against every other (that's index work). It does NOT use AI. But ironically, I used AI to build it (https://github.com/Rafaelpta/dupehound )

rpdillon an hour ago

> But ironically, I used AI to build it

This is a pattern I encourage - the AI might not be reliable, but with coaching, it can produce reliable tools. `colordiff` was causing issues with `less` when I was looking at diffs (character encoding issues I think), and when I asked Kimi K2.6 what to do, it built me a rust command-line diff tool in one shot that I've been using ever since (it even downloaded rust, wrote the tool, and compiled it).

NathanaelRea 2 hours ago

Have you seen jscpd? What does your tool do differently?

ErrantX 2 hours ago

Some of the advantages are second order.

For example; ChatGPT is replacing my Google searching. Not necessarily because it's better, or because it's summaries are better than Google (I find them subjectively better but it's not clear cut).

But because the app has a nice history; can ask a relatively complicated question and go do something else and then come back to it, ask a follow up. Etc.

None of that is specifically an AI benefit, but it's a workflow that really helps, well, flow.

satvikpendem an hour ago

That's funny, Google Gemini and AI mode in search has replaced my ChatGPT prompting, because I know Gemini will correctly cite sources (as of course it's by Google) rather than hallucinating.

Also, Gemini is free or at least has much higher usage limits than ChatGPT or Claude, and it's well integrated into Android and soon Apple with their new Siri, so things like circle to search just work well.

ErrantX 21 minutes ago

That's totally fair and things may change. For me its the history and the fact I can come back to it.

If I am honest I believe my final solution will be a combination of Open Claw, a custom knowledge wiki based on Wikmd. I just need a good all for Claw with history that is as good as gpt

edgarvaldes 42 minutes ago

"But they will", "They do, but they don't know", "They do, indirectly"

I don't get these comments.

jacobgold 2 hours ago

I understand the point being made, but it does feel a bit like writing a post in the early days of the internet saying:

"No, everyone is not using the internet for everything."

Which would have been entirely true when written, and entirely false a relatively short time later.

Everyone does use the internet for everything today, and everyone will use AI for everything soon.

mawadev an hour ago

In my non-tech circle, most people don't even realize how the internet is running literally everything. Even if we start to use mass scale AI for something, they wouldn't realize or care much about it. They at best turn on the TV to watch netflix or look at the phone to send messages on whatsapp. If all of that went away tomorrow, they'd be inconvenienced at best and then go on with their day to day life. This feels like we are literally all in our IT echo chamber where we throw stuff on walls and go crazy, while the world is sunshine and rainbows, always been.

jacobgold 23 minutes ago

"They at best turn on the TV to watch netflix or look at the phone to send messages on whatsapp. If all of that went away tomorrow, they'd be inconvenienced at best and then go on with their day to day life."

I'm not saying it is a good thing, but this is completely out of touch with how dependent (most) people are on these technologies.

mawadev 11 minutes ago

sublinear an hour ago

You'll find it hard to pin down what you mean by "everything" otherwise you wouldn't have said that. Nobody uses the internet for everything.

Local models are highly likely to dominate in the long run as "good enough" inevitably becomes trivially cheap. This is a very different pattern of incentives and adoption compared to the internet.

I think it's more similar to the advent of personal computers. They had a brief surge and then turned into something else (smartphones, cloud, etc.) for all but a few niche cases. AI is not changing the consumer landscape. It's getting absorbed into existing platforms where there's a clear use case and benefit. It's just another expected software feature. This is far from the first time people have rejected a "personal assistant" concept and they'll just keep rejecting it.

jacobgold an hour ago

It seems fair to leave the definition of "everything" to a reasonable person's interpretation. It's obvious that the internet is beyond ubiquitous in modern life.

I agree that where models run will will change over time, probably they'll run everywhere, but it's still the same kind of AI we are talking about.

Smartphones are personal computers.

sublinear an hour ago

michaelbuckbee an hour ago

A counterpoint to this is that we have some real different definitions of AI.

If you consider things like the machine learning filters in your smartphone camera and Google's AI Overviews for searches it's entirely plausible that the US is currently at 75%+ of AI usage.

zeroonetwothree an hour ago

One of the reasons is that the free options are generally fairly poor and it’s hard to get people to sign up and actually pay for something. Especially if they assume it’s going to be similar quality.

If I worked in marketing/growth for an AI company I would try to consider some ways of breaking through this gap.

axegon_ an hour ago

Not everyone but most. And I've been having this discussion with people around me a lot lately and everyone that has the ability to think more than half a step ahead sees it(and frankly we are fed up). I previously discussed how a friend admitted that he's never seen the code that powers his project at an S&P 500 company. Yesterday I was talking to another friend and former coworker who complained that when cloudflare went out a month or so ago, his entire team just slammed their laptops and went home cause they couldn't work(no sloppus/sloppenai). Another friend of mine: her dad is in hospital with a terminal disease and her mom (in her late 50's or early 60's, idk) uses chatgpt as a personal therapist. Gatorade-fed crops here we come, Leeerooooy Jeeeenkins!

add-sub-mul-div an hour ago

Embarrassing NPC behavior to throw in the towel on working because you lost your crutch.

jdw64 2 hours ago

I only use AI for software development. For writing, I don't use it at all except to translate source materials. So yes, AI is only for software development in my case. The real question is whether I have any value outside of software development. Sometimes I get the feeling that AI is replacing the value I have in society.

leptons an hour ago

I have no doubt that as AI gets more expensive, my employer would lay off more developers to pay for more AI tokens, until there are very few developers left. And the hilariously sad part is, the current developers keep training the AI to do their job. Eventually I expect they will lay off almost all the developers. It really feels like we're going to be stabbing each other in the back just to be the last one to get let go.

bigstrat2003 2 hours ago

I don't think AI has any real value for software development, personally. The quality just isn't there, unless you invest so much effort that you may as well have written it yourself. But the market can stay irrational longer than you can stay solvent, and even though I think the industry will get over the idiocy of having LLMs write software, there's no telling how long that will take. So it's a scary time to work in tech even if I think the trend will ultimately reverse.

jdw64 an hour ago

I envy you. For me, AI is faster than the code I write myself in many, many cases. It might replace the average developer, but a talented developer like you probably won't be replaced

skydhash 24 minutes ago

leptons an hour ago

Where I work, the CTO drank a whole bunch of AI kool-aid recently, so now we're expected to "10x" our output with AI. I don't think he realizes this also means 10x more problems of all kinds. But I fully expect him to double-down and when AI costs skyrocket, he'd lay off more developers to pay for more AI.

I am constantly looking for a new job, but all of them are also require AI coding experience.

canyp an hour ago

Not to take away from the post, but "everyone is not" should probably be "not everyone is".

byteoptimizer 2 hours ago

True, but you're somehow involved in it even though you don't use AI.

jstummbillig 13 minutes ago

I disagree. Everyone will be using AI for everything, but, increasingly, people won't think about whether they are using "AI" – just like they don't think about using databases.

Nor should they! It's such a shit thing to be emotionally invested in. Imagine people would have been upset about databases. It's really fantastic software and we should be happy to have it, and now go and make the most of it, for all of us.

negergreger 2 hours ago

Everyone is using AI, issue is not just everyone recognizes what AI actually is, how broadly it's used.

Looking things up and asking questions was always something for a minority of the population so the language model usage being relatively low isn't a surprise.

Problem arises if the non-AI segment is leveraged to create regulations that impact the AI using segment negatively.

tanaykarnik 2 hours ago

everyone might not be using ai. but i see myself reaching for it for every small thing these days. it's like every curiousity or lifestyle choice or optimization is something ai can help research.

i am not saying it's really powerful or great. but the lure is undeniable. because of how low friction it has become.

vb-8448 an hour ago

I'm going back and forth with the llm agents.

They are great on exploring, understanding and finding bugs in existing codebase.

They are great for simple or one time scripts/programs.

They are terrible, really terrible coders. The overengineering is so deep in their training that no matter what is your prompt, your skills or agents.md/claude.md, if you don't babysit them continuously, at some point they will just fuck up your codebase.

aocallaghan17 2 hours ago

Reminds me of this article: https://www.theverge.com/podcast/917029/software-brain-ai-ba...

Software engineers are definitely in a bit of a bubble here. Are we just early adopters who see the value sooner, or does it uniquely benefit software engineering, or do we just like cool automation and we're deluding ourselves that this adds value beyond the cost?

targafarian 2 hours ago

Yes I believe software benefits uniquely, just like building tooling and automating software have long been easier in software than other domains. Humans defined all the rules of the world you live in, humans wrote strict rules in methodically parsable formats.

The moment you have to interact with the physical world or humans (psychological, imaginative, aesthetic, etc), there are often undiscovered or changing rules—or no rules at all. Or systems are subject to perturbations beyond a defined scope.

The other thing I believe is software developers are experts at doing the things that allow them to make doing those very things easier and more automated. And they do this in public, perfectly documented online.

Both because of the things I described above and because software developers have created the largest machine-accessible training set for plying their trade of any trade, ML—that is ultimately interpolating massive datasets to do things—is unsurprisingly uniquely successful for software tasks.

Robin_Message 2 hours ago

I've been thinking about this, and I think software is uniquely knowledge work that has the most defined structure and least personally interaction. Hell, some of the software I write is for machine to talk to other machines. It's not surprising such a closed system is so amenable to AI, and other knowledge workers are not getting the same benefits.

TheOtherHobbes 2 hours ago

Software has huge and detailed code repositories ripe for training use. There's just enough inference in current models to remix that code in useful ways for the most popular languages.

The less popular a language, the more models struggle.

Writing, UI, and presentations have similar knowledge bases.

Outside of those, quality becomes much more hit and miss. If you ask for a recipe you may get something good, or you may get something completely inedible and random.

"Domain specific knowledge" really means "strong foundations and relevant abstractions" and LLMs just don't do that reliably.

gambiter an hour ago

That's a decent article. My only issue is it seems heavily biased at the end, or at least he seems to misunderstand what the 'A.I. types in Silicon Valley' are doing.

> Computers should adapt to people. Asking people to make themselves more legible to software — to turn themselves into a database — is a doomed idea.

I've been in software a long time, and I do sort of see this trend, but I think it's because these are tools that build other tools. The interface has always been a 'best I can do for now' thing, with the focus on doing things that are useful. Computers were just calculators in the beginning, which led to more complex calculators, instruction sets, programming languages, operating systems, GUIs, interconnectivity, etc.

What people are doing today is experimenting, like they always have. They're putting their experiments out there so that others can use them and build on them. Some will use those tools to build other tools, and some won't. But over time, the experiments that work will get distilled and turn into real products that people who 'do not yearn for automation' will still want to use, so it seems like the value is there.

I guess the real question is whether they will create value that offsets the near-term costs, because I don't think the billions in investments are sustainable, and I'm not convinced the centralized data center paradigm is the right way.

bigstrat2003 2 hours ago

Software engineers aren't even all using AI, contrary to frequent claims here that they are. There are very many who have tried it, found it didn't add value to their work, and aren't using it unless FOMO-driven managers force them to.

bronlund 2 hours ago

No, everyone is not using AI for everything - yet.

kylehotchkiss an hour ago

I am using AI to take on a fun large scale analysis of churches in USA.

I also just bought a completely mechanical film camera to learn a new old skill with no tech to fall back on.

enraged_camel 2 hours ago

I'm using AI for most things. It has been an incredible improvement to both my quality of life and my wallet. Some of the most high profile items from just the past three months:

- I'm getting my roof replaced due to hail damage. Insurance originally covered only $5k due to depreciation. I fed the insurance policy to AI. I learned about the appraisal clause and invoked it. At the end, I got another $6,500 back.

- I was having issues with plumbing. Four different plumbers came, they all said the cast iron pipes under the house need to change. Quotes ranged from $35k to $55k. I had AI walk me through the process. It taught me about the yard line vs. under-slab distinction, and suggested getting just the yard line replaced first because it's much cheaper and can fix the issue. I did that and spent $6k. The issue was fixed. I "saved" $30k for now by deferring that massive month-long project. (For brevity, I'm omitting a ton of boring technical stuff I learned about plumbing that helped me make the optimal decision - none of the contractors bothered explaining any of it.)

- My 2010 Hyundai Santa Fe is starting to show its age. I've taken it to multiple different repair shops, then fed their diagnoses and recommendations to AI and figured out which ones are trying to fleece me and which ones are being more careful and conservative with their repair recommendations. Probably saved several thousand dollars there. Learned a lot about cars too!

- My partner and I are converting the backyard to a wildlife sanctuary. The AI helped us plan what to plant where (depending on lots of factors like sunlight location, irrigation access, etc.) and it has been going really well. Also planned out a dragonfly pond to deal with mosquitoes. AI created a project plan, including schematics, material purchase list and step-by-step instructions.

- I've been wanting to do various other home improvement projects, but only ones that make financial sense. I took photos of my house, both inside and outside, and fed them to AI, and said "give me a list of projects I can do that will have high ROI for when I decide to sell this house". It spent 15 mins doing deep research, then came back with a long, prioritized list. If I do all the projects, I'd be spending about $40k and it would improve the house valuation by about $90k.

I can go on. There's probably dozens of stuff that I've used it for over the past year that led to massive time and money savings, and I've learned a ton as well about topics I normally would not have been exposed to or bothered to research myself. And I'm not even including all the work-related usage, both for my employer and my side business. That would be its own very long list.

satvikpendem an hour ago

Great examples. I think people not using AI for issues like these lack imagination or more charitably, simply don't know that it works so well for these. Especially non-technical people can find great value out of AI, not just SWEs.

arisAlexis 2 hours ago

Articles that start with no are inherently biased and only gather reads from people that agree.

panzi an hour ago

or for anything

antonvs 2 hours ago

The numbers given in the article are actually consistent with what is usually meant by “everyone” in such statements. Sure, it’s not literally everyone. But it’s a very significant percentage, especially given how quick the adoption has been.

yegg 2 hours ago

I think what people mean by everyone varies a lot, which is why I wanted to draw attention to more specific numbers. For example, in the Datos data cited[1], on desktop 86% were using traditional search engines >10 visits/month vs. only 21% for AI chat tools. That is indeed a very significant percentage, but more than 4x less than search and (at least I) wouldn't say that ~1/5 is "everyone."

[1] https://sparktoro.com/blog/new-research-20-of-americans-use-...

tanaykarnik 2 hours ago

yeah exactly my thoughts. everyone didn't mean literally everyone.

and for the ones that are using it (especially the paid subs). the lure is undeniable.

jzemeocala 2 hours ago

Kinda like how quickly cellphones popped up and changed everything.

nutjob2 2 hours ago

> AI has gotten so good

Actually anything that is about 90% great and 10% disastrously wrong is utter crap given the way people want and do use AI models.

They are great tools in the right hands and awful in the wrong.

acc_297 an hour ago

It's funny lately I've been seeing the cursor advertisements all with some premise of regular young person wants to develop an app and the ads really do focus on the simplest of premises: the only ones I've seen in these skits are essentially variants on the "todo app" web app tutorial

the tech is pretty good at helping identify simple bugs when they happen and to write short sections of code given very explicit instructions but yeah I have yet to see good examples of short one sentence ideas turned into a working product that looks better than anything that could be a UDemy tutorial app.

dismalaf 2 hours ago

I honestly just use it as a search engine to get around SEO garbage and ads.

My wife uses it for a (non-computer related) business though and it's great for all sorts of normally tedious marketing/social media type jobs though. Stuff that doesn't really require accuracy just needs text on pictures that looks good quickly.

I think everyone just has FOMO and doesn't want to lose to competitors. Eventually it'll die down.

willmadden an hour ago

"Think of how stupid the average person is, and realize half of them are stupider than that."

simonw 2 hours ago

Bit of an odd decision to build an entire article around a clickbait headline from July 2025. Talk about a strawman.

That aside, this piece is interesting and ties together some useful numbers and studies.

I hadn't seen the recent Microsoft paper showing:

> 30 percent of the US working-age population is using AI [...] with at least 90 minutes of usage time in a given month.

I'm honestly impressed at how high that number is! That's a lot of adoption for a technology (LLM chatbots) that didn't exist four years ago.

JCTheDenthog 2 hours ago

How much of that use is driven by corporate mandates to use AI anywhere and everywhere (even when it's a terrible fit)?

simonw an hour ago

I'd love to see credible numbers on that. I find it hard to believe that stupid corporate mandates are responsible for more than a small fraction of usage, but without data I have just my own instincts to go on there.

JCTheDenthog an hour ago

z3c0 2 hours ago

It's a retrospective analysis of an assertion made by NYTimes. The original headline wasn't clickbait, just presumptive, and even so, it's a pretty significant publication that spends a lot of time on the HN front page (alongside you, I'll add). I think it's perfectly fair, and nowhere close to a strawman, to deconstruct that claim a year later.

simonw an hour ago

https://www.nytimes.com/2025/06/16/magazine/using-ai-hard-fo...

"Everyone Is Using A.I. for Everything. Is That Bad?" - subheading: "Either way, let’s not be in denial about it."

It's clearly intended as rhetorical hyperbole - like "everyone's on their phone at the movie theater" or "everyone's fed up with AI hype".

If you read the actual transcript it makes it very clear that it's not claiming "Everyone is using AI" almost immediately:

> ChatGPT is the sixth-biggest website on Earth. Something like 43 percent of Americans in the work force use generative A.I.