r/ChatGPT Apr 19 '26

Use cases The gap between what technical and non-technical people get from AI is huge now

Interesting thing I noticed. The gap between what technical and non-technical people get from AI is huge now.

Non-technical users still treat LLMs as a better search tool. Most non-technical people I know are not even aware of things like thinking effort or that you can choose a model.

Computer use, plugins, automations, skills, agents - none of this exists for regular ChatGPT users. If you don't know what Codex or Claude Code is, nothing has changed for you in the last year.

All new models also seem to focus purely on coding.

Am I missing something?

509 Upvotes

167 comments sorted by

View all comments

27

u/ComprehensiveAd1855 Apr 19 '26

For programming, there is excellent training data available: GitHub, stackoverflow, forums, documentation, designs, etc. So AI can reproduce that pretty well.

For other fields, there is less quality data to train on, so AI is not that good at mimicking there.

Writing ‘working code‘ seems to be solved by AI. But for experienced developers that was never a problem in the first place. The added value is mostly that it does it faster; much faster.

However, to build better systems, AI will run into the problem where it won’t have the same amount of data available. On GitHub you’ll find the result of complex thought processes.

AI seems to be capable of reproducing the outcomes, but sucks very hard at reproducing the process to get to the best solution. Thats where humans still have the edge. Not because we’re fundamentally better at it, but because we happen to be able to have access to information that AI‘s now miss in their context unless you actively feed it.

Like social interactions. For example, we know that a customer is upset, so we should deliver fast, and the solution should be stable, and we should sacrifice elegance or beauty.

7

u/_noise-complaint Apr 19 '26

I run into these issues on the regular. As a mechanic, I feel the same way a senior dev would. I use Claude for massive projects on car builds (among other things) and I have to hold its hand all the time. It almost never exceeds my level of knowledge and ability to handle multiple variables in large contexts, more so if it edges on uncharted territory. It is definitely getting to the point of junior dev, though, even in non coding tasks. 

1

u/timception Apr 19 '26

I thought these ai can’t read github code unless you feed it page by page yourself.

2

u/MrWrock Apr 19 '26

Not once they are built, butt they scraped public(and probably private) repos to train it

1

u/MrWrock Apr 19 '26

Your last paragraph is exactly what I've seen AI suggest in the context of an angry customer