SShortSingh.
Back to feed

The Shifting Definition of AI: Why 'AGI' Means Different Things to Different People

0
·1 views

A commentary piece on DEV Community raises a foundational question about artificial intelligence: what the term actually means, as industry leaders like Dario Amodei and Sam Altman publicly discuss slowing AI development. The author points out that the definition of 'AI' has historically shifted whenever machines mastered a specific task — chess engines, calculators, and spam filters were once considered intelligent, then quietly reclassified as mere computation. Terms like AGI, ASI, and 'reasoning models' are frequently used interchangeably despite representing fundamentally different concepts, from economic productivity to human-like learning to self-awareness. The piece argues that unlike physics, intelligence lacks a settled, measurable definition, making timelines such as 'AGI in five years' difficult to evaluate without first agreeing on what the target actually is. The author concludes that recent calls to slow AI development signal meaningful progress, but may also reflect the same recurring cycle of hype and redefinition that has defined the field for decades.

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
ProgrammingHacker News ·

Open Letter Urges Anthropic CEO Dario Amodei to Release Claude Model Weights

A public open letter addressed to Anthropic CEO Dario Amodei has been published, calling on him to release the weights of the company's Claude AI models. The author argues that if Amodei genuinely believes in the principles he publicly espouses around AI safety and openness, he should back those words with action by open-sourcing the weights. The letter has gained traction on Hacker News, accumulating points and sparking discussion in the AI community. The debate reflects a broader ongoing tension between open-source AI advocates and companies that keep their model weights proprietary for safety or competitive reasons.

0
ProgrammingDEV Community ·

Screenshots Fall Short as Agent Review Artifacts, Structured Evidence Bundles Offer Fix

Screenshots shared in pull requests for AI agent runs lack critical context such as trace provenance, redaction details, and tamper evidence, making meaningful code review difficult. A more reliable alternative is a derived, redacted evidence package that includes structured files like HTML reports, JSON manifests, redaction reports, and hashed trace copies. The AgentInspect Evidence v2 bundle implements this pattern by separating source hashes from packaged-file hashes, ensuring reviewers can verify integrity without accessing private source traces. An offline verifier checks the manifest structure, file hashes, and provenance, flagging any post-finalization edits or unexpected files. This approach gives reviewers a bounded, inspectable artifact while keeping the original trace data private to the developer's machine.

0
ProgrammingDEV Community ·

AI-Generated Websites Accused of Looking Cheap and Identical, Like 90s Word Art

Frontend developers and designers are drawing comparisons between today's AI-generated websites and the low-effort Word Art aesthetic of the 1990s, arguing that users instinctively recognise AI designs as generic and cheap. A 2025 study found that over 80% of AI-generated websites share nearly identical underlying structures, as these tools largely replicate existing internet trends rather than producing original work. Tools like Framer's Wireframer can produce responsive layouts in under 60 seconds, but critics say the results look assembled from outdated SaaS design templates. Industry observers argue that AI primarily threatens the mid-tier template market, not skilled designers, since strategic thinking, branding, and SEO remain beyond its current capabilities. Agencies also warn that rebuilding poorly performing AI-generated sites often ends up costing more than hiring an experienced designer from the outset.

0
ProgrammingDEV Community ·

How a 1994 Compression Algorithm Became the Backbone of LLM Tokenization

Modern large language models rely on a tokenization method rooted in Byte Pair Encoding (BPE), a data-compression algorithm originally developed by programmer Philip Gage in 1994. Tokenization is the process of breaking text into smaller units called tokens before a model processes them, and the way this split occurs affects input length, inference cost, vocabulary size, and multilingual performance. BPE works by repeatedly merging the most frequently co-occurring byte sequences in a training corpus, striking a balance between character-level and word-level approaches. Unlike word tokenizers, BPE can handle rare or invented words by decomposing them into known sub-units, without requiring an infinitely large vocabulary. The algorithm gained widespread adoption in neural machine translation before becoming central to tokenizers used in models like GPT-2 and its successors.

The Shifting Definition of AI: Why 'AGI' Means Different Things to Different People · ShortSingh