Does anyone think the current AI approach will hit a dead end?
18 points by rh121 9h ago 27 comments
Why the Technological Singularity May Be a "Big Nothing"
7 points by starchild3001 1d ago 8 comments
ChatGPT is NOT a LLM – GPT is
18 vincirufus 22 9/7/2025, 12:52:20 PM vincirufus.com ↗
Was this written by GPT? ;)
Anyway, agents are control systems that using planning, tools, and a collection of underlying models. ChatGPT is an agent. What kind? The kind optimized for the general user looking to do work with public knowledge. That’s the best definition I can come up with.
Anyway, let’s make sure people understand the difference between AI systems and AI models. The former is where a lot of startup activity will be for a decade. The latter will be in the hands of a few well funded behemoths.
But the offerings of ChatGPT or Google's AI Studio surpass the feature set of LibreChat by a lot. It used to be just a "better" system prompt, but now it's a lot more.
If you're thinking about how to integrate AI into your system, it's worth asking the question of why your system isn't just ChatGPT.
- Do you have unique data you can pass as context?
- Do you have APIs or actions that are awkward to teach to other systems via MCP?
- Do you have a unique viewpoint that you are writing into your system prompt?
- Do you have a way to structure stored information that's more valuable than freeform text memories?
- etc.
For instance, we [0] are writing an agent that helps you plan migrations. You can do this with ChatGPT, but it hugely benefits from (in descending order of uniqueness) access to
1) a structured memory that's a cross between Asana and the output of `grep` in a spreadsheet,
2) a bunch of best-practice instructions on how to prep your codebase for a migration, and
3) the AI code assistant-style tools like ls, find, bash, etc.
So yeah, we're writing at agent, not building a model. And I'm not worried about ChatGPT doing this, despite the fact that GPT5 is pretty good at it.
[0] https://tern.sh
Fwiw, right at the end
Predictable: Same input always produces consistent output”
There is no always.
It’s not acting as an agent unless it does something in the world on your behalf.
> This isn’t just about keeping a chat history - it’s about building and maintaining a model
> Understanding this distinction isn’t just about getting the terminology right. It’s about understanding the future of human-computer interaction
> When we say “ChatGPT” when we mean “LLM,” we’re not just being sloppy - we’re obscuring fundamental architectural and strategic decisions
> when you interact with modern ChatGPT, you’re not just talking to a language model - you’re collaborating with an intelligent agent
No comment.
No comments yet