Urgent.News

What's breaking now, across thousands of outlets.

Tech

The Model Is Not the Product. Here's What Actually Is.

I spend a lot of time in the AI space -- reading papers, building things, talking to engineers who are actually shipping. And there is a gap between what the demos show and what production systems actually look like that nobody is being fully honest about. So here is my honest take on where things actually are. The Problem With How We Talk About AI Agents Everyone is calling everything an "agent"…

The AI industry often uses the term "agent" loosely, causing confusion and misallocation of resources. An agent, according to the author, is a system with an objective, capable of deciding its next steps, handling failures, and knowing when it's done. In today's production systems, most deployments are narrow, focusing on specific tasks like customer support, document extraction, or code review.

These systems are purpose-built pipelines with intelligence in the decision layer, not general-purpose reasoning engines. Successful teams emphasize tool design, failure handling, and observability, while the unsuccessful ones focus on swapping out models without adjusting other aspects. The AI industry's recent discussions about potential existential threats highlight the need for responsible AI development.

Despite the frequent emergence of new frameworks, the author suggests that the real difference lies in patterns such as plan-then-execute, separate retrieval from reasoning, and explicit handoffs. However, a significant challenge remains in the retrieval problem, where chunk boundaries in RAG pipelines can lead to incorrect context retrieval, causing hallucinations.

As models improve, the focus should shift towards building trustworthy systems with governance, observability, and reliable tool use. Engineers who can create maintainable and trustworthy AI systems will be invaluable in the future.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Smarter Python Configs: an OOP Framework

Originally published on wisl.dev . Update: this framework grew into bakefile , a task runner: the same base, service, and instance inheritance, rearchitected and published as a library.

I Moved Everything to Kubernetes, Then Moved It Back

Over two weeks I moved six self-hosted services from Docker Compose onto Kubernetes — ArgoCD, supply-chain policy, the whole GitOps loop.

  • Reporter migrated six self-hosted services to Kubernetes and then back to Docker Compose
  • Six services maintained same external domains and ports during migration
  • Reporter questioned necessity of Kubernetes for third-party software

Stop Returning “Access Denied”

Security teams spend a lot of time deciding whether a request should be allowed. The person making that request experiences the decision through a much smaller interface: usually a status code and a…

  • 403 Forbidden status code provides enforcement effect but lacks reason for denial
  • Unique decision identifier links user-facing error to diagnostic records
  • Reason catalog offers defined owners and tested remediation procedures for common denials

More from Monday 14 September →