BREAKING Explained in 30 seconds

Breaking AI & Tech News Analyzed

The latest stories simplified for humans.

Tech May 29, 2026

Decoding the AI Buzzwords: A Comprehensive Glossary

TechCrunch’s latest piece demystifies the rapidly expanding AI jargon by offering a living glossary…
Why a Living AI Glossary Matters NowArtificial intelligence is reshaping every industry, but its rapid evolution has spawned a parallel explosion of terminology that can leave even seasoned technologists feeling insecure. TechCrunch’s new glossary aims to provide a single, regularly‑updated reference that translates the most common AI buzzwords into plain language.Key Definitions from AGI to RLHFThe article walks readers through a spectrum of concepts, including:Artificial General Intelligence (AGI) – AI that outperforms humans on most economically valuable tasks, as defined by OpenAI and Google DeepMind.AI Agent – An autonomous tool that can perform multi‑step tasks such as expense filing, ticket booking, or code maintenance.API Endpoints – “Buttons” that let software components interact, enabling agents to automate third‑party services.Chain‑of‑Thought Reasoning – A technique that breaks problems into intermediate steps to improve accuracy.Compute – The hardware (GPUs, CPUs, TPUs) that powers AI model training and inference.Deep Learning – Multi‑layered neural networks that learn features directly from data.Diffusion – The process behind many generative AI models that learns to reverse noise‑added data.Distillation – A teacher‑student method for creating smaller, faster models like GPT‑4 Turbo.Fine‑Tuning – Adding task‑specific data to a pre‑trained model to improve performance.GAN – Generative Adversarial Networks that pit a generator against a discriminator to produce realistic outputs.Hallucination – When models generate inaccurate or fabricated information.Inference – Running a trained model to make predictions, often accelerated by specialized hardware.LLM – Large Language Models that power assistants such as ChatGPT, Claude, Gemini, and Llama.Memory Cache (KV Caching) – An optimization that stores intermediate calculations to speed up inference.Open Source vs. Closed Source – The debate over publicly available model code (e.g., Meta’s Llama) versus proprietary systems (e.g., OpenAI’s GPT).Parallelization – Executing many calculations simultaneously, a cornerstone of modern AI hardware.RAMageddon – The current shortage of memory chips driven by AI data‑center demand.Recursive Self‑Improvement (RSI) – Models that can redesign themselves, a potential step toward singularity.Reinforcement Learning from Human Feedback (RLHF) – Training models with reward signals to improve helpfulness and safety.Tokens & Throughput – The basic units of text processing that determine cost and performance.Quantifying the AI Vocabulary ExplosionThe glossary covers more than 30 distinct terms, each accompanied by concise explanations and links to deeper resources. By cataloguing this breadth, the piece highlights how quickly the AI lexicon has expanded within just a few years of mainstream adoption.Implications for Developers, Investors, and the PublicUnderstanding this terminology is no longer optional. For developers, clear definitions accelerate product building and reduce miscommunication when integrating APIs or deploying agents. Investors gain a sharper lens for evaluating startup pitches that hinge on concepts like fine‑tuning or distillation. Meanwhile, the broader public can better assess claims about “AGI” or “hallucinations,” mitigating hype‑driven misinformation.Future of AI Terminology and Industry AdoptionTechCrunch positions the glossary as a “living document,” promising regular updates as new techniques (e.g., emerging diffusion variants or next‑gen RLHF methods) appear. As AI systems become more autonomous and specialized, the vocabulary will continue to evolve, making ongoing education essential for anyone interacting with the technology.
#OpenAI #Google DeepMind #LLM
Read More
Tech May 29, 2026

The AI Psychosis: When Companies Overestimate Technology's Role in Workforce

As companies increasingly turn to AI to replace human workers, a growing 'AI psychosis' is emerging…
The Rise of AI Psychosis in Corporate Decision MakingBox founder Aaron Levie has identified a troubling trend in corporate America: what he calls "AI psychosis," where executives and decision-makers become so enamored with artificial intelligence that they believe it can replace human jobs without understanding what those roles truly entail. This overenthusiasm for AI is leading to significant workforce reductions and a growing backlash from both employees and users.Workforce Reductions Fueled by AI AmbitionThe consequences of this AI psychosis are already becoming apparent in the tech industry. Productivity software company ClickUp recently cut 22% of its workforce, citing a shift toward AI agents. This move is part of a larger trend where tech layoffs in 2026 are already nearly matching the total number of layoffs seen throughout all of 2025. These cuts suggest that companies are prioritizing AI implementation over human talent, often without fully understanding the implications.User Backlash Against Forced AI IntegrationWhile companies push AI solutions, users are increasingly resisting. DuckDuckGo has seen a surge in installations from users who want Google to stop forcing AI into search results and simply provide traditional links. This user backlash highlights a disconnect between corporate AI strategies and actual consumer preferences, suggesting that not all AI implementations are welcome or beneficial.The Duality of AI AdoptionAs TechCrunch's Equity podcast hosts discuss, both the AI-pilled (those enthusiastically embracing AI) and the AI-skeptical (those questioning its implementation) may have valid points. The challenge lies in finding a balance where AI augments human capabilities rather than replacing them entirely, and where technology serves actual needs rather than being implemented for its own sake.Future of Work in an AI-Driven EconomyAs AI continues to evolve, companies must develop more nuanced approaches to workforce planning and technology implementation. The current trend of replacing human workers with AI agents may prove shortsighted if it leads to decreased product quality, poor user experience, and loss of institutional knowledge. The future likely lies in hybrid models where AI and humans collaborate, each bringing their unique strengths to the workplace.
#AI #Tech Layoffs #Aaron Levie
Read More
Tech May 29, 2026

Cognition CEO Scott Wu: AI Coding Agents Should Augment, Not Replace Humans

Cognition CEO Scott Wu discusses the role of AI coding agents like Devin, emphasizing that they sho…
The Vision for AI Coding Agents Cognition CEO Scott Wu made headlines again this week when his two-year-old AI coding agent startup raised $1 billion at a $26 billion valuation. Cognition is the maker of Devin, one of the first and, arguably, most successful AI coding agents. Devin, the CEO says, “naturally owns tasks end to end.” The Future of Software Development In fact, in the blog post announcing that raise, Cognition laid out a vision where “we are shifting to a world of self-driving software development.” So, could Devin replace, say, a mid-level L4 programmer? Yes, and no, Wu told TechCrunch. “We’ve never thought about it as replacing humans. I know it’s like a scenario, folks have said these things. It has never been our view.” Preserving the Joy of Programming Wu emphasizes that the goal is not to make human programmers obsolete. “We are all programmers ourselves,” he explained. “I started coding when I was nine.” He views agents as another layer of abstraction between envisioning a software product and producing it, similar to how visual development environments abstracted software creation away from machine instructions. The Role of Devin in Cognition Cognition says that Devin’s role in its own company is to ship nearly all the software. The company says that 89% of code committed by its engineers was committed by Devin, and the rest by local agents. Wu explains that his agent’s role is largely to do the kinds of long-tail maintenance tasks that many programmers don’t like to do anyway: bringing old software up to date; moving applications off one platform and onto another. The Future of AI Agents Wu predicts that agents will enter other fields where they will learn tasks, from customer service to medicine, but hopes the goal will be to augment human workers in those areas, too. “Code and software has been the first to move, but we’ll see this happen in all these other industries,” he predicts. “One thing that’s been clear to us since the beginning is, it should always be up to the human what to do … you really see this in software engineering, but I think it’s true in all these other professions too.”
#Cognition #Scott Wu #AI Coding Agents
Read More
Tech May 29, 2026

The AI Psychosis Epidemic: Are CEOs Losing Touch with Reality?

Box founder Aaron Levie warns that many CEOs suffer from 'AI psychosis,' believing AI can replace h…
The AI Psychosis Phenomenon Box founder Aaron Levie has coined the term 'AI psychosis' to describe a growing trend among CEOs: the belief that AI can seamlessly replace human jobs without understanding the intricacies of those roles. This phenomenon highlights a disconnect between the decision-makers and the realities of the workforce. The Disconnect Between AI Hype and Job Realities Recent layoffs: ClickUp cut 22% of its workforce for AI agents, and tech layoffs in 2026 are nearly matching all of 2025. Growing concerns: DuckDuckGo installs are climbing as users seek alternatives to Google's AI-driven search. The Impact on the Tech Industry The situation raises questions about the future of work and the role of AI. As the AI-pilled and AI-skeptical perspectives collide, the industry is left to ponder the implications. Key Takeaways and Future Outlook The discussion on TechCrunch's Equity podcast, featuring Kirsten Korosec, Anthony Ha, and Sean O'Kane, delves into the complexities of AI's impact on the workforce. With Waymo's new robotaxi hitting the road and significant deals on the horizon, the future of tech and AI is more uncertain than ever.
#AI #Box #Aaron Levie
Read More
Politics May 29, 2026

Escalation at Delaney Hall: Protests, Hunger Strikes, and the Politics of Mass Deportation

Tensions have reached a boiling point at the Delaney Hall immigrant detention center in Newark, New…
The Escalation at Delaney Hall: Hunger Strikes and Police ClashesThe Delaney Hall detention facility has re-emerged as a critical flashpoint in President Donald Trump’s second-term immigration agenda. After reopening in February 2025, the center outside Newark, New Jersey, is now the epicenter of a volatile standoff involving detainees, protesters, and federal authorities. The immediate trigger for the unrest has been reports that detainees are staging a hunger strike, prompting local officials to demand answers.On Wednesday night, the situation turned physical as protesters attempted to block access to the facility. Demonstrators, some wearing gas masks, erected makeshift barriers and formed a human chain to prevent law enforcement entry. The Department of Homeland Security reported that six demonstrators were arrested for allegedly assaulting federal agents, a move the administration framed as a necessary response to criminal obstruction.The Human Cost and Political FalloutThe protests have exposed a widening rift between the federal government and local oversight bodies. New Jersey Governor Mikie Sherrill has been a vocal critic, stating that health authorities seeking to inspect the facility were denied full access. “Refusing to provide full access raises serious questions about what ICE is trying to hide from public view,” Sherrill said in a statement.Arrests and Charges: Six protesters were arrested for allegedly assaulting federal agents during the Wednesday night clash.Political Targeting: Mayor Ras Baraka was arrested last year for trespassing during a protest, while Congressmember LaMonica McIver faces assault charges she calls “purely political.”Detainee Conditions: Congressional inspections revealed moldy food and a lack of medical attention, with Representative Jerry Nadler describing the conditions as “dire.”The Erosion of Oversight and Private ContractingThe Delaney Hall crisis underscores the administration's strategy of bypassing local oversight through private contractors. The facility is run by the GEO Group under a contract with ICE, a model that allows the federal government to outsource detention operations while maintaining plausible deniability regarding conditions.Resistance to this model is intensifying. Not only are local officials like Sherrill and Baraka demanding closure, but members of Congress are also exercising their oversight duties despite being turned away at the gates. The administration's refusal to grant access to elected officials and health inspectors suggests a deliberate effort to conceal the realities of the detention network.A Flashpoint for the Second TermThe events at Delaney Hall are likely to become a recurring theme in the political landscape of the second term. With reports indicating that 50 immigrants have died in detention nationwide during this administration—the highest in at least two decades—the facility has become a symbol of the administration's hardline stance.As the hunger strike continues and legal battles over the facility's operation and the arrests of protesters unfold, Delaney Hall serves as a microcosm of the broader conflict over immigration policy. The clash between the administration's push for mass deportation and the constitutional rights of oversight and protest suggests that these flashpoints will continue to escalate in the coming months.
#Delaney Hall #Donald Trump #Ras Baraka
Read More
Tech May 29, 2026

The Internet Rebuilt for Machines: AWS Launches Next-Gen OpenSearch Serverless

AWS has launched its next-generation OpenSearch Serverless, a fully managed search and vector datab…
The Rise of Machine-Generated Traffic Cloud infrastructure has long been designed around humans who search, click, scroll, and stream in a steady and predictable fashion. However, AI agents behave differently. They can unleash a swell of activity, spinning up multiple sub-agents that query hundreds of databases, search documents, and call APIs in seconds and then disappear as quickly as they arrived. AWS's Next-Gen OpenSearch Serverless Under that premise, Amazon is redesigning a core piece of its cloud infrastructure. On Thursday, AWS launched its next generation of OpenSearch Serverless, a fully managed search and vector database — essentially a system for storing and retrieving information at scale — that's designed specifically for agentic workloads. AWS says the new system can instantly scale up when agents trigger tasks and scale back down to zero when idle. The Data Analysis Cloudflare says bots accounted for 31% of overall HTTP traffic over the last six months. AI crawlers, search engines, and assistants made up roughly a quarter of all bot requests during that period. 'Non-human traffic will exceed human traffic sometime in the first half of 2027,' said Lai Yi Ohlsen, senior product manager at Cloudflare. The Impact Analysis The launch reflects a growing realization across the tech industry: Infrastructure originally designed for a human-driven internet doesn't work as well in a world increasingly populated by agents. As AI agents still represent a relatively small portion of internet activity, machine-generated traffic is already significant, and poised to grow. The Prediction As a result, cloud providers and infrastructure companies have been reckoning with how to adapt systems built for humans to a world of agents that are constantly and autonomously retrieving information, invoking tools, and generating machine-to-machine traffic. The more companies deploy AI agents, the more pressure there will be to redesign infrastructure around machine-generated workloads, which in turn could make agents cheaper and easier to deploy at larger scales.
#AWS #OpenSearch Serverless #AI Agents
Read More
Politics May 29, 2026

Trump Administration Sues Four States Over ICE Undercover License Plates

The Justice Department filed lawsuits against Maine, Massachusetts, Oregon and Washington for refus…
The Lead: DOJ Takes Legal Action Against Four StatesThe Department of Justice announced Thursday that it is suing Maine, Massachusetts, Oregon and Washington for denying ICE agents confidential licence plates, a tool the administration says is essential for agent safety and operational effectiveness.The Lawsuit Over ICE Undercover PlatesThe complaint argues that refusing the plates violates the Constitution’s Supremacy Clause and hampers federal immigration enforcement. The states counter that ICE should not operate in secrecy without state oversight.States sued: Maine, Massachusetts, Oregon, WashingtonAgency involved: Immigration and Customs Enforcement (ICE)Legal basis cited: Supremacy Clause of the U.S. ConstitutionKey officials: Donald Trump (President), Todd Blanche (Acting Attorney General), Maura Healey (Massachusetts Governor)Legal Stakes and Potential CostsWhile the filings contain no monetary damages, the lawsuits could generate significant legal expenses for the states and set precedents that affect future federal‑state collaborations. The litigation also raises questions about the cost of maintaining separate vehicle registration systems.Implications for Federal‑State Relations and Immigration EnforcementThe case highlights a growing clash between the Trump administration’s aggressive immigration agenda and state sanctuary laws. Critics argue that confidential plates enable unchecked enforcement, while the administration claims they protect agents from targeted harassment.Watchdog groups warn that masking vehicle identities could reduce accountability, whereas federal officials contend that secrecy is vital to prevent agents from being tracked and evaded.What the Courts May Decide and Next MovesLegal analysts expect a protracted battle over the Supremacy Clause versus state authority over motor vehicle registration. A ruling in favor of the federal government could compel states to issue undercover plates nationwide; a decision for the states could reinforce sanctuary protections and limit ICE’s operational flexibility.Both sides have signaled readiness to appeal, suggesting the dispute will continue to shape the national conversation on immigration enforcement and the balance of power between Washington and state capitals.
#Donald Trump #Department of Justice #ICE
Read More
Tech May 29, 2026

Asana Acquires StackAI for $75M to Accelerate AI-Native Workplace Platform

Asana has acquired workflow automation company StackAI for $75 million as part of its strategy to b…
Asana's Strategic AI AcquisitionAsana has acquired the workflow automation company StackAI for $75 million, marking a significant step in the company's broader AI pivot. The acquisition aims to position Asana as an "AI-native workplace platform" and integrate StackAI's agent-building capabilities into Asana's existing work management system. The announcement was made Thursday afternoon to coincide with Asana's earnings and investor call.StackAI's Workflow Automation CapabilitiesStackAI, built as an AI workflow-automation system, designs agents to operate within existing business systems, pulling in data from platforms like Salesforce, Slack, and Gsuite. The company, founded by Tony Rosinol and Bernard Aceituno, will join Asana as part of the acquisition. StackAI has faced competition from automation tools like Zapier as well as AI labs like OpenAI and Anthropic in the rapidly evolving AI automation space.Financial Terms and Funding BackgroundThe acquisition comes as StackAI had raised just under $20 million, according to PitchBook data, with most of it coming in a recent $16 million Series A round. That round included funding from Gradient, Epakon Capital, Lobby VC, LifeX Ventures, and Vercel CEO Guillermo Rauch. While the $75 million acquisition price represents a significant premium over StackAI's funding, it reflects Asana's commitment to accelerating its AI capabilities.Asana's AI-Native TransformationWhile users are most familiar with Asana's work management system, the company has been releasing AI-oriented products in recent years, including the AI Studio agent builder and AI Teammates series of pre-built automations. Asana believes its deep integration into existing corporate workflows provides a key advantage, allowing it to distill context and training data that would otherwise be unavailable. This acquisition specifically aims to "agentify the most complex business processes end-to-end," according to CEO Dan Rogers.Future of Human-Agent Work in EnterpriseAsana has struggled on public markets during the AI era, losing more than half its market cap value since the introduction of ChatGPT. However, revenue has continued to grow steadily, and the new leadership is confident that human-agent products will enable a rebound. With this acquisition, Asana aims to accelerate its roadmap into "the next phase of human-agent work," potentially differentiating itself from both traditional work management platforms and standalone AI automation tools in the competitive enterprise software landscape.
#Asana #StackAI #AI
Read More
Tech May 28, 2026

Sesame: From Oculus Founders to Conversational AI Agents on iOS

Sesame, a conversational AI startup founded by Oculus founders, has launched its iOS app featuring …
The Launch of Sesame's Conversational AI On Thursday, the AI startup Sesame, co-founded by Oculus' founders and others from the VR company that sold to Meta, released a public preview of the conversational AI agents it's been developing for over a year. With its new iOS app, Sesame is rethinking the traditional AI chatbot experience popularized by apps like ChatGPT, creating one where conversation flows, even if the AI needs time to think. Reimagining AI Conversation Flow As the company explains in its launch announcement, "There's an inherent tension between replying quickly and taking the time to compose thoughtful responses. A slower response is usually more correct, but it can also feel unnatural if it takes too long." To address this challenge, Sesame claims to have built fast search and retrieval systems, so the AI can have up-to-date information, as well as technology that allows it to run multiple parallel searches while speaking, weaving those results into its responses as it talks. That means the AI will talk more like a human, even pivoting mid-sentence if need be, as it taps into newer information — as a human might when remembering another key fact or point they want to add. User Growth and Development Milestones The app offers four distinct AI agents called Maya, Miles, Simone, and Charlie, each of which have their own distinct voice, personality, point of view, and memory. Maya and Miles were previously available in Sesame's Research Preview of its technology, where they were soon accessed by over one million people within the first few weeks, said Sesame investor Sequoia at the time. (The company had then just raised its $250 million Series B from Sequoia and others and was opening up a beta.) During the beta, Sesame learned from user feedback and rolled out features such as search cards with image results for visualizing concepts, notes for capturing takeaways, a texting mode for those times when speaking aloud is not an option, and support for deep dives where you can get more in-depth results. There's also a new incognito mode for private conversations, which allows the agents access to prior context but saves nothing to memory. Transforming the AI Landscape The app, however, is only the first step toward Sesame's bigger plans for AI involving intelligent eyewear, which the team expects to launch in 2027. Before that, the agents will also learn to do more than just think with you, Sesame hints, suggesting they'll later be able to take action on your behalf — hence why they're called "agents" in the first place, instead of just chatbots. That is potentially even more interesting, as working with agentic tools or apps today requires being able to prompt for what you need and have a specific idea of what you want to happen, and sometimes, even how it should happen. A conversational agent that you could talk to naturally could help you take the next steps, without you having to perfect the command you're giving it. The Road to AI-Powered Eyewear The iOS app is out today in 39 countries, and the full experience is free for the time being. However, there still may be a short waitlist at sign-up. An Android preview is coming in the future, the company says.
#Sesame #Oculus #Meta
Read More