SShortSingh.
Back to feed

Only 130 of Thousands of AI 'Agent' Vendors Actually Build Real Agents, Gartner Finds

0
·1 views

A 2025 Gartner review found that only around 130 vendors out of thousands claiming 'agentic' capability were building systems that genuinely qualify as AI agents. The core technical distinction, drawn by Anthropic, separates workflows — where predefined code controls each step — from true agents, where the AI model itself dynamically decides what actions to take. A real AI agent requires five components: a reasoning model, tools to act on the world, short- and long-term memory, a decision-execute loop, and a hard limit to prevent runaway execution. The widespread misuse of the term 'agent' in marketing has made it nearly impossible to evaluate products without understanding this technical definition. The piece argues that reliability challenges, guardrails, and monitoring requirements all stem directly from the agent's core property of autonomous, variable decision-making.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Developer releases open-source Python tool for rendering NOAA MRMS radar data

Taylor Creative Development has released MRMS Renderer, an open-source Python project that processes and visualizes weather radar data from NOAA's Multi-Radar/Multi-Sensor system. The tool handles the full pipeline from downloading GRIB2 files to rendering animated radar overlays on OpenStreetMap via Leaflet, all running locally without a hosted service. Benchmarks on an M4 Pro MacBook Pro showed the complete workflow finishing in roughly two seconds, with data download identified as the primary bottleneck rather than rendering. The project uses NumPy vectorization, ecCodes for GRIB2 decoding, and is published under the Apache License 2.0 on GitHub. It was originally built as research for a broader weather app called Weather Experience, but was restructured into a standalone, well-documented reference implementation for developers working with NOAA radar data.

0
ProgrammingDEV Community ·

Browser-Based File Conversion Keeps Your Data Local, No Upload Needed

Modern browsers can now read, transform, and export files directly on a user's device without sending data to third-party servers. Tools like I Hate Converter use browser APIs such as File, Blob, Canvas, and Web Workers, along with locally loaded WebAssembly modules, to handle conversions entirely on-device. This approach eliminates upload queues, account requirements, and server-side processing steps, making it useful for sensitive files like draft documents, scanned records, or internal media. Supported formats include common image conversions such as JPG to PNG and WebP, while more complex formats can be handled via WebAssembly libraries running within the browser sandbox. However, developers note limitations: lossy image quality cannot be restored through re-encoding, and large media files can still place significant demands on local CPU and memory.

0
ProgrammingDEV Community ·

Developer spends $58 on founder-targeted ads for new service, earns zero revenue

A developer launched a small conversion-copywriting service with a live Stripe checkout and spent $58 across four paid placements on platforms including LaunchPact and LaunchBuff to reach potential founder customers. Despite reported ad views and featured listings, none of the campaigns generated a confirmed human visit or a completed purchase. One visitor opened a $49 checkout session but left without entering an email or paying, and the reason for abandonment could not be determined. The experiment revealed that reaching a broad founder audience does not equate to reaching founders who currently have the specific problem the service solves. The developer has since simplified the landing page to show the price, delivery date, and a direct checkout link, and outlined a basic server-side funnel to distinguish real buyer activity from crawler traffic.

0
ProgrammingDEV Community ·

Developer Consolidates 6 Go Microservices into Monorepo, Achieves 15x Faster Releases

Software developer Amandeep Singh recently completed a project migrating six separate Go microservice repositories into a single unified monorepo setup. The migration involved rethinking architecture decisions, restructuring release pipelines, and automating the build and deployment processes. As a result of these changes, the release workflow became approximately 15 times faster than the original multi-repo approach. Singh documented the full process, including key architecture choices and lessons learned, in a technical write-up published on DEV Community on August 7.

Only 130 of Thousands of AI 'Agent' Vendors Actually Build Real Agents, Gartner Finds · ShortSingh