AI News Archive: August 6, 2026 — Part 10
Sourced from 500+ daily AI sources, scored by relevance.
- Agents are coming for data (just slowly)
Agents are coming for data (just slowly) InfoWorld
Score: 20🌐 MovesAug 6, 2026https://www.infoworld.com/article/4203157/agents-are-coming-for-data-just-slowly.html - The Year AI Science and the Physical AI Industry Came Alive
Google Gemini Robotics 2, Unitree and AgiBot IPOs, Robot and optical transceiver bans, the compute cost problem, Negative FCF dilemma, mounting debt, circular revenue.
Score: 20🌐 MovesAug 6, 2026https://www.ai-supremacy.com/p/the-year-ai-science-and-the-physical-ai-went-mainstream-humanoid-robotics - Did Canada just join the AI boom?
In June, Canadian imports of tech equipment used to make data centres surged 88 per cent from the year before
Score: 20🌐 MovesAug 6, 2026https://www.theglobeandmail.com/business/article-data-centre-equipment-imports-ai-boom-canada/ - This robot vacuum cleaner comes with dual RGB cameras and a self-cleaning mop
Finally, a robot vacuum cleaner that won't wake up your sleeping baby.
- Generative AI: Modeling a proper cuppa from a proper pot
The Yixing Zisha teapot sits neatly at the intersection of art, engineering and heritage. As such, it makes for an intriguing test case for a technology increasingly taking on creative tasks across almost every field of human endeavor: artificial intelligence, or AI. Research published in the International Journal of Systems, Control and Communications describes a computational system that can help AI generate new teapot designs without losing the cultural characteristics that make the craft distinctive.
- The hidden costs of scaling AI agents without coordination
Engineering organizations tasked with scaling AI agents are discovering that the speed they initially achieved is being lost to endless rework. Without proper coordination, ten developers each running several agents against the same codebase becomes an alignment problem that compounds daily. This is a different challenge than individual productivity, and it’s where agent orchestration comes in. Orchestration is the work of keeping many streams of parallel effort pointed at the same goal, and it becomes the job that determines whether all that speed adds up to anything. The three hidden costs of parallel agents Coordination once ran at the speed of the work itself. You noticed a teammate refactoring the module you needed, and you talked. Agents remove that pause: several of them can expand and reshape overlapping parts of a system in the time it took to open a pull request, and none knows what the others are doing. The speed is real, and so are the costs it creates. A coordination tax. Two agents solve the same problem two ways. One builds against a decision another just changed. A batch of confident, well-formed changes lands, and the team spends its reclaimed time untangling what fits together instead of shipping the next thing. Tech debt that outpaces review. Parallel agents generate more change than any team can read closely, and the shortcuts pile up quietly. Left unmanaged, the codebase gets harder to understand and maintain by the week, long after the speed that created it is gone. Real spend on tokens and rework. Every duplicated effort and every reverted change is paid for twice: once to generate it, again to undo it. The bill for work that lands and then gets pulled back out is easy to miss and hard to stop growing. Why better agents won’t solve this for you It is tempting to treat this as something a smarter agent runner solves: better queuing, better merge handling. Those help, but the harder questions are ones only the team can answer: what each agent is allowed to touch, which changes need a human in the loop, and how parallel streams stay aligned to one intent rather than drifting into ten. Three things hold parallel work together: A shared source of truth every stream reads from. When each agent and each developer works from the same current picture of what the team is building and what has already been decided, they build toward the same target. When that picture lives in scattered chat histories and someone’s memory, parallel streams drift the moment they start. The source of truth is what keeps twenty agents building one product instead of twenty variations of it. Clear ownership over every piece of work. Parallel effort needs someone accountable for each stream, so that when an agent produces something, a specific person owns accepting it, reconciling it with everything else in flight, and standing behind the result. Orchestration without ownership is just faster chaos. Boundaries that keep streams from colliding. The same way you would not put five people on the same workstream with no plan, agents working in parallel need scoped lanes: each agent works a specific area, against defined constraints, with changes to sensitive systems routed to a human. Boundaries set in advance prevent the collisions that are expensive to unwind after the fact. Design the system, not the individual runs The leaders who get ahead of this stop thinking about how to optimize individual developer productivity, and start thinking about how their entire organization can draw from a centralized system of record for agentic work. That means deciding where work comes from, how it gets scoped and assigned, how results get reconciled, and where the record of it all lives, so the next wave of work starts from an accurate picture rather than a stale one. Done well, orchestration turns parallel agents into leverage: more work moving at once, still pointed at one goal, still owned by real people. Otherwise, it turns them into a faster way to run up all three bills at once. Get started Every week your team scales agents without a coordination system, you’re accumulating alignment debt that gets more expensive to unwind. Organizations that build orchestration now, while habits are still forming, will be the ones who achieve the speed that AI promised without the hidden costs. See how leading engineering organizations orchestrate agents and people around a shared source of truth at jira.dev.
Score: 20🌐 MovesAug 6, 2026https://www.cio.com/article/4206213/the-hidden-costs-of-scaling-ai-agents-without-coordination.html - Kentucky family snubs $26 million offer to convert their farmland into an AI data center — 'they call us old stupid farmers, you know, but we’re not,' says landowner
A Northern Kentucky family has refused an anonymous AI company's $26 million offer to buy their land and transform it into a data center.
- Why AI Requires a New Chip Architecture
Why AI Requires a New Chip Architecture
- Why AI ROI metrics are measuring the wrong thing
The loudest conversation in business right now is about how much value AI actually generates. Over the last year, AI has moved from a side experiment to a strategic priority. It has its own budget line, its own place on the board’s agenda and its own pressure to show results. Every leader is asking a version of the same question: What are we getting back? To answer it, most reach for the three measures they have always trusted to judge a technology: How much faster are we now? How much money has it saved us? How many of our people are using it? Speed, cost and adoption were the right yardsticks for every major technology of the past two decades. They worked because the capability of traditional software was fixed and known on the day you deployed it. The tool did a defined job. Its value had a ceiling you could see, and each metric measured your progress toward that ceiling. Cost reduction told you how much you could save. Adoption told you how much of the capability you had rolled out. Speed told you how much of the promised acceleration was reaching the output. In every case, the tool was a constant, and the metric measured how fully the organization had absorbed that constant. These metrics are not working for AI. The reason starts with how AI entered our organizations. Every technology before this was chosen somewhere above us, deployed to us and trained into us. By the time it arrived on our desks, someone had already decided what it was for. AI came the other way. It landed as a personal productivity tool. You opened a tab, typed a question and something useful came back. Nobody defined its capability in advance, because its capability is not fixed. What it produces depends on who is using it and how well. Metrics built for fixed capabilities have nothing stable to measure, and here is what happens when you apply them anyway. Why speed, cost and adoption fail as AI evaluation metrics Let’s start with speed. Task speed and business speed are different quantities, and AI only touches the former. Suppose a report that took eight hours now takes two. Your dashboard shows a 75% improvement. But the report still waits three days for review and a week for approval before anyone acts on it. The organization sees dramatic task-level gains but no movement in business results and concludes AI failed. The problem is the metric measuring a layer that was never the bottleneck. Speed creates a second problem, and it is worse. Getting good output from AI requires checking it, correcting it and feeding those corrections back into how the tool is used. That work is slow. On any speed metric, it looks like inefficiency. So, people under speed pressure skip it. They accept output uncritically and produce more volume with less scrutiny. Cost reduction has an arithmetic problem. If you frame AI as a way to reduce what you currently spend, your maximum possible win is your current spend. If your content team costs a million dollars, the best case in a cost frame is saving a million dollars. Every general-purpose technology has followed the same sequence: Efficiency gains came first, and the larger value came later, from work that did not exist before. For AI, that means the analysis nobody had time for, the personalization no team could staff, the experiments too expensive to justify. A cost frame makes all of that invisible because new work doesn’t reduce anything. There is no column on the dashboard for things you couldn’t do last year. Cost framing also works against its own inputs. AI improves through use by knowledgeable people. It needs their corrections, their context and their judgment about what good output looks like. When AI’s success is measured in headcount avoided, those people understand exactly what they are being asked to build: Their own replacement. They respond rationally. They use the tools shallowly and keep their expertise to themselves. The metric announces an intent, and the intent destroys the participation the technology depends on. Adoption looks like the safest of the three. The problem is that adoption measures usage, and usage is not a value. Researchers at several central banks recently asked thousands of senior executives about this and heard the same two things from most of them: Yes, we use AI across the business, and no, it has not changed our results yet. A thousand employees asking AI to shorten their emails will produce a spectacular adoption number and almost nothing else. Fifty employees using AI on judgment-heavy work, feeding it real context and checking its output against real standards, will barely register on the dashboard and generate most of the actual return. Adoption metrics cannot tell these two groups apart. Worse, they reward the shallow pattern. Shallow use is easy to spread, and deep use is hard, so an organization managed on adoption drifts toward the use that is easiest to count. 6 signals that track the real value A few months ago, I realized the ROI question was aimed at the wrong object. Every company I compete with has access to the same models I do, at the same price. Whatever value comes from the model itself, my competitors receive too, so it cancels out any comparison between us. It cannot be an advantage, and it is not an interesting thing to measure. The only variable left is us. The standards, the context and the judgment we build around the model, because none of that arrives with the subscription and none of it can be bought. So, when I evaluate AI, I am evaluating my own organization and how quickly it turns a commodity everyone has into a capability only we have. The six signals below all measure that second thing. 1. Review burden is falling on the same class of work Take any recurring task the organization runs through AI: Monthly reports, vendor evaluations, code review. Track how much human checking each unit of output needs, quarter over quarter. If a task needed a full senior review in January and needed a spot check in June, something real happened. The organization encoded its quality standards, improved its inputs and learned where the tool fails. If the review burden is flat, the organization is consuming AI, not compounding on it, no matter what the adoption dashboard says. How to measure it: Pick five recurring workflows, log review hours per output and plot the trend. The trend is the signal. The absolute number matters far less. 2. Corrections become shared fixes When someone discovers that the AI gets something wrong, how long does it take for that discovery to become a shared fix? In a healthy system, one person’s correction becomes an updated prompt, a revised guideline or a documented example of good versus bad within days. Nobody else has to rediscover the same failure. In an unhealthy system, every employee privately learns the same lessons. The knowledge lives in individual chat histories, and it leaves with each departure. How to measure it: Sample recent corrections and trace them. Did they land anywhere reusable? How long did it take? An organization that cannot answer these questions at all has its answer. 3. The team does work that it could not do before The largest returns from any general-purpose technology come from previously impossible work, not from old work done faster. So, look at the work itself. Is the organization doing the same portfolio of tasks faster, or is the portfolio expanding? How to measure it: Once a year, list what the team produces now that it did not and could not produce before. If the list is empty after a year of heavy AI use, the organization has been optimizing instead of expanding, and it is capturing the smallest slice of the available value. 4. The delegation boundary is moving Every organization has an implicit line: Work AI does alone, work AI does with human review, work humans do entirely. Watch whether that line moves. Work that needed full human ownership last year and needs only oversight now is direct evidence of accumulated capability, clearer standards and earned trust. A frozen boundary means frozen capability. How to measure it: Make the implicit map explicit. Build a simple inventory of task types and their current delegation level, then re-score it quarterly. The change is the signal. It is also one of the few AI metrics a board can grasp intuitively: This category moved from full review to spot check, and here is what we built to make that safe. 5. Cost per verified outcome is falling What does it cost, all in, to produce a unit of work you would actually ship: checked, corrected, done? All in means the subscription, the prompting time, the review time and the rework when errors slip through. This number does two jobs. It exposes the true economics, which usually look worse than the dashboard claims early on, because the human labor around the tool costs more than the tool itself. And it gives you the one number that should fall over time if capability is genuinely accumulating, because encoded standards and better context reduce exactly those human hours. How to measure it: Instrument one workflow end-to-end, honestly, before generalizing. Most organizations have never done this once. 6. Use is getting deeper, not just wider Adoption metrics count users. This signal counts the nature of use. Shallow use, such as rewriting emails and summarizing documents, spreads fast and produces little. Deep use, where AI is applied to judgment-heavy work with real context and real evaluation, spreads slowly and produces most of the return. How to measure it: Classify actual usage into shallow and deep, even roughly, and track the ratio. Fifty deep users beat a thousand shallow ones, and only this signal can tell you which group you have. Two cautions First, any of these signals can be gamed once it becomes a target. This is Goodhart’s Law. The review burden can fall because people simply review less. So, pair every efficiency signal with a quality check, such as error rates, rework and downstream complaints. Second, expect the early numbers to look bad. Honest instrumentation usually shows that AI currently costs more per verified outcome than the old process, because the organization is still paying its learning costs . Final thoughts I am not saying AI is overhyped, and I am not saying speed, cost and adoption will never matter. Every real gain eventually shows up in those numbers. I am saying they show up last because they are the output of a learning process, not the process itself. Judge AI by them today, and you will make your keep-or-kill decisions years before the evidence arrives. If I could track only one thing, it would be the delegation boundary. It compresses everything else into a single observable fact. The boundary only moves when context has been encoded, standards have been made explicit, corrections have been institutionalized and trust has been earned through verified results. It is the output yardstick of the entire learning system. If this has not moved in a year, no other number on the dashboard means anything, however green it looks. Measure the learning, and the returns will follow. Measure only the returns, and you may kill the learning that produces them.
Score: 18🌐 MovesAug 6, 2026https://www.cio.com/article/4205720/why-ai-roi-metrics-are-measuring-the-wrong-thing.html - From Cost Center to Business Enabler: How Indian CISOs Are Navigating the Agentic AI Era
As Indian enterprises rapidly accelerate their digital transformation, the convergence of evolving regulations like the DPDP Act and the rise of autonomous, agentic AI has placed CISOs at the direct center of business strategy. Navigating this complex landscape requires moving beyond reactive defense toward building robust observability, unified data foundations, and cross-functional governance. By modernizing […] The post From Cost Center to Business Enabler: How Indian CISOs Are Navigating the Agentic AI Era appeared first on CXOToday.com .
- Checking out AI: University library puts emerging technology to the test
In a meeting room at the C. V. Starr East Asian Library, a Chinese film poster flickers onto a large screen. Haiqing Lin, the library's head of technical services, is demonstrating an interface he built. With a few practiced clicks, he sends the image—one of 2,000 posters from the Paul Fonoroff collection—through an artificial intelligence model. Seconds later, a draft catalog description appears.
Score: 18🌐 MovesAug 6, 2026https://phys.org/news/2026-08-ai-university-library-emerging-technology.html - Aussie Broadband actively exploring AI in customer service
Under 'Look to 28' technology strategy.
- AI raises the stakes for CISOs as enterprise risk decisions shift: theCUBE analysis
CISO AI risk management is emerging as the defining test of the AI era, pushing security leaders beyond blocking attacks and into the middle of enterprise decisions about how much risk a business is willing to accept. That tension is playing out this week as thousands of practitioners converge on Las Vegas, where AI has […] The post AI raises the stakes for CISOs as enterprise risk decisions shift: theCUBE analysis appeared first on SiliconANGLE .
Score: 18🌐 MovesAug 6, 2026https://siliconangle.com/2026/08/06/ciso-ai-risk-management-drives-business-growth-blackhat/ - This Startup Will Pay You $50 to Let AI Read Your Mind
Humans have long dreamed of telepathically communicating with machines. Will Conduit succeed where others before it have failed?
Score: 18🌐 MovesAug 6, 2026https://gizmodo.com/this-startup-will-pay-you-50-to-let-ai-read-your-mind-2000795661 - EZContact Brings AI-Powered WhatsApp and Voice Customer Engagement to U.S. Hispanic Small Businesses
EZContact Brings AI-Powered WhatsApp and Voice Customer Engagement to U.S. Hispanic Small Businesses azcentral.com and The Arizona Republic
- New Industry Report Highlights the Growing Importance of AI Search Optimization for Korean Businesses
New Industry Report Highlights the Growing Importance of AI Search Optimization for Korean Businesses usatoday.com
- Stop looking for the perfect attribution model
No attribution model can answer every business question. Successful B2B marketers combine attribution, MMM, and experimentation instead. The post Stop looking for the perfect attribution model appeared first on MarTech .
- The localisation gap: Why multilingual AI isn’t enough for APAC markets
The conversation around AI voice has changed dramatically over the past year. Not long ago, businesses wanted to know whether AI could hold a natural conversation. Today, that question has largely been answered. Modern voice agents can qualify leads, schedule appointments, resolve customer enquiries, and handle a growing range of routine interactions with remarkable fluency. […] The post The localisation gap: Why multilingual AI isn’t enough for APAC markets appeared first on e27 .
Score: 18🌐 MovesAug 6, 2026https://e27.co/the-localisation-gap-why-multilingual-ai-isnt-enough-for-apac-markets-20260806/ - Sportsbet deploys AI gateway to enforce guardrails, manage costs
Starts with existing agents and coding assistant traffic.
- Savers Value Village thrift store launches new AI tool to price items
Savers Value Village is launching a new AI pricing tool to keep product prices consistent and low, the company told CNBC exclusively.
Score: 18🌐 MovesAug 6, 2026https://www.cnbc.com/2026/08/06/savers-value-village-thrift-store-launches-new-ai-tool-to-price-items.html - Engineers Are The True AI Advantage
AI performs better when traditional engineering disciplines are already strong.
Score: 18🌐 MovesAug 6, 2026https://www.forbes.com/councils/forbestechcouncil/2026/08/06/engineers-are-the-true-ai-advantage/ - What are Agentic Workflows?
As organizations move beyond single-prompt AI interactions, agentic workflows are...
- What is Tool Calling?
Tool calling is the ability of an AI model to interact with external tools, APIs,...
- At AI Advantage, Dean Graziosi and Tony Robbins Put the Human Side of AI Education First
At AI Advantage, Dean Graziosi and Tony Robbins Put the Human Side of AI Education First azcentral.com and The Arizona Republic
- AI short film by Singapore-based studio shows National Day Parade under zombie attack
AI short film by Singapore-based studio shows National Day Parade under zombie attack The Straits Times
- We Talked to the Guy Who Built a Chatbot That’s Just Him Manually Responding to People One-by-One
"I tend to overcommit to bits." The post We Talked to the Guy Who Built a Chatbot That’s Just Him Manually Responding to People One-by-One appeared first on Futurism .
Score: 15🌐 MovesAug 6, 2026https://futurism.com/artificial-intelligence/guy-chatbot-manually-responding-chatjtb - Slack - Qualcomm AI Hub
Slack - Qualcomm AI Hub Qualcomm AI Hub
- The Dos And Don’ts For Using AI In Your Job Search, According To 3 Experts
There are good ways to use artificial intelligence in your job hunt. But certain AI uses could sink your application.
- I'm using a new agent app
is Google in trouble?
- Context Length in LLMs: Optimize Business AI Performance
Context Length in LLMs: Optimize Business AI Performance
Score: 15🌐 MovesAug 6, 2026https://groq.com/blog/the-crucial-role-of-context-length-in-large-language-models-for-business-applications - The Five Future Stages of Generative AI
The Five Future Stages of Generative AI
- What is a Language Processing Unit?
What is a Language Processing Unit?
- What is AI Inference? ML Basics Explained
What is AI Inference? ML Basics Explained
Score: 15🌐 MovesAug 6, 2026https://groq.com/blog/understanding-ai-101-what-is-inference-in-machine-learning-and-ai-applications - Introducing the DeepL Academy: effortless onboarding for your team
Unlock efficient onboarding with DeepL Academy! Discover video tutorials, webinars and bite‑size videos to help new hires master DeepL quickly.
- Models, Harnesses, and Multi-Agent Systems
AI has moved far beyond chatbots, but what exactly are AI models, agents, agent harnesses, and multi-agent systems, and why do they matter? In this episode, Daniel and Chris break down the terminology behind today's AI landscape, explain the differences between AI features and autonomous agents, and explore why organizations are shifting toward fleets of AI agents powered by multiple models. They also discuss open vs. closed models, enterprise AI architectures, vendor lock-in, and practical ways to begin adopting agentic AI in your own organization. If you feel left behind by this ongoing agentic AI revolution that has rapidly accelerated to warp speed, then this episode is the catch-up primer you've been waiting for! Featuring: Chris Benson – Website , LinkedIn , Bluesky , GitHub , X Daniel Whitenack – Website , GitHub , X Sponsors: Framer: The enterprise-grade website builder that lets your team ship faster. Get 30% off at framer.com/practicalai Midwest AI Summit: Join AI practitioners on October 15 in Indianapolis for practical sessions, hands-on discussions, and real-world AI solutions. Use code PracticalAI20 to save 20% on your registration. https://midwestaisummit.com/#tickets Prediction Guard: A self-hosted AI control plane for running agents in high impact environments. predictionguard.com/practicalai Resources and Events: Prior Webinars from our partner Prediction Guard Midwest AI Summit 2026
- Why You Should Almost Never Use AI to Write Anything Substantive
I think you should almost never use AI to write -- that is, to do the thing you're doing when you type words on a page -- whether for a blog post, a research report, a memo, a thoughtful email, a novel, or any other text aimed at conveying an idea, an argument, an analysis, or other substantive [1] thoughts. I think this is the case even when you give the AI very detailed bullet points, dictated thoughts, or other context, and even when you edit the AI-written text. [2] I think so because (1) the writing process is an essential part of the thinking process, (2) AI writing is vague and wrong in hard-to-notice ways, and (3) writing with AI (and not labeling it as such) is rude and misleading. I'll explain these points in more detail below, but first, a few throat clearings. As you may know, I'm not anti-AI. I think it makes a lot of sense to use AI for many other parts of the research and writing processes, such as transcribing audio, analyzing data, searching for information, brainstorming, and giving feedback on drafts. I also think using AI for line and copy editing, or for rewriting a passage to make it clearer or tighter, is fine, as long as all the edits are deliberately accepted or rejected by a human. It's just using AI to write text that I'm against. [3] And yes, there are various advantages to using AI for writing. For example, it's less effortful and much faster than writing yourself. So the disadvantages of using AI for writing need to be substantial for it to be bad overall. As you may have guessed by now, I think they are. And finally, I'm just making a claim about the AI models that exist now and that I expect to exist in the near future. There will likely exist models at some point that are good enough that it makes sense to delegate the writing to them (although at that point it might make more sense to delegate the entire research or writing process end-to-end, since in addition to the writing they will also need to be doing all or most of the thinking). The Writing Process Is the Thinking Process The point of doing any kind of research is to form accurate beliefs about important questions, which you can then communicate to an audience. One of the best ways of doing that is in my opinion by writing . Paul Graham has written [4] that Writing about something, even something you know well, usually shows you that you didn't know it as well as you thought. Putting ideas into words is a severe test. [...] Half the ideas that end up in an essay will be ones you thought of while you were writing it. Indeed, that's why I write them. On an episode of Patrick McKenzie's podcast, Clara Collier says that When I am writing something, something substantive, there's no part of that writing process in which I am not thinking and changing my mind. Everything from the outline to turning it into text to just the sentence. Often I'll have an experience where I'm trying to turn an outline into a finished product, and I'm playing with a transition, and it's not working, and I realize, oh, the reason this transition isn't working is because actually these two points should not be juxtaposed. The thing that I'm trying to do here is wrong. And if I feed the outline into an LLM, it is not going to stop and consider maybe the outline is bad. [...] Patrick replies: I absolutely agree that the writing process is the thinking process, and I think we now have empirical demonstration of this, because you make a machine that does writing and thinking just pops out as a side effect. But when writing a multi-page piece, even if you have a strong thesis, the act of forcing yourself to write that down into sentences and paragraphs to structure the argument will show you where the holes are in the argument. It will show you where your research process has been inadequate. It will surface things like: oh, actually, there is something that is contradictory to the thing that I want to say. And, being a reasonably ethical person, I think I will acknowledge that there are counterarguments, or have to add that the full claimable conclusion is less than the one that I would, quote-unquote, "like to write". I basically agree with these takes. When I write something, I must first know what I want to say, i.e., I must think about evidence and arguments and arrive at some beliefs. So writing forces me to do those things, which are necessary for any writing or research project. For any such project, someone has to have the entire thing in their head -- all the bits of evidence, considerations, arguments, and how these fit together. Writing with AI makes it easier to avoid the necessary thinking. AI Writing Is Vague and Wrong in Hard-to-Notice Ways When I write something, I make a lot of small decisions about specific wording and phrasing. Together, these small decisions contribute to the overall clarity and correctness of the text. For example, if I ask Claude Fable 5 to "write a short paragraph introducing the problem of AI chip smuggling", a topic that's been written about and reported on extensively, it outputs: Since October 2022, the United States has restricted exports of advanced AI chips to China, aiming to slow Chinese progress at the frontier of AI. But export controls are only as strong as their enforcement, and AI chips are compact, extraordinarily valuable, and sold through sprawling global supply chains — properties that make them attractive and feasible to smuggle. Diversion networks route controlled GPUs through intermediaries in places like Singapore, Malaysia, and the UAE, using shell companies and falsified paperwork to move them into China. Estimates of the scale vary widely, from tens of thousands to perhaps more than a hundred thousand high-end chips per year, and even the lower end represents enough compute to matter for training and deploying capable AI systems. Meanwhile, the Bureau of Industry and Security, tasked with policing a multi-hundred-billion-dollar trade, operates with a budget and headcount better suited to a far smaller problem. Chip smuggling thus threatens to quietly hollow out one of the central pillars of US AI policy. That's not terrible, and perhaps even quite reasonable, but is that how I would write it? No, in fact, Claude made a lot of choices that I find subtly wrong or bad: Claude writes that "export controls are only as strong as enforcement", but what does this mean? It either says something obvious (of course policies that are not enforced or poorly enforced are less effective) or nothing at all. [5] Claude writes that AI chips are "compact", which is true, but what is usually smuggled are AI servers, which are not compact. Anyway, more importantly, this doesn't matter, because AI chip smuggling rarely involves hiding products to get through customs; usually the products are just relabeled as some other kind of good and shipped in plain sight, so to speak. Claude writes that being "sold through sprawling global supply chains" makes AI chips "attractive and feasible to smuggle". What does this mean? Is it that smugglers can more easily buy chips from companies outside the US? (Until recently, smugglers seem to have been able to procure AI chips from US-headquartered companies with relatively little difficulty.) Is it that it makes smugglers buying a lot of AI chips in countries such as Malaysia less conspicuous? (This is closer to being true, I think.) Or is it something else? Claude writes that estimates of the scale of smuggling "vary widely, from tens of thousands to perhaps more than a hundred thousand high-end chips per year". This is literally true, but the low estimates are almost certainly wrong, and the true number is probably much closer to the higher end mentioned by Claude, i.e., hundreds of thousands. [6] So this is misleading. Also, Claude doesn't specify a year, but smuggling volumes have fluctuated widely since October 2022, nor does Claude specify what a "high-end" chip is (it sounds like a luxury good handcrafted and sold exclusively to Saudi royals and dowager duchesses). Claude writes that "even the lower end represents enough compute to matter for training and deploying capable AI systems". This phrase has no informational value. In some sense, a single AI chip "matters" for training and deploying AI systems, capable or not. (And what's a "capable AI system", anyway? Why does a small amount of compute matter more for a capable AI system than for an incompetent AI system? If anything, you might think the reverse would be true, that the weaker AI system would benefit more from a small amount of compute.) Claude writes that the Bureau of Industry and Security (BIS) is "tasked with policing a multi-hundred-billion-dollar trade". Here, it would be much better to just mention the number . Claude writes that BIS "operates with a budget and headcount better suited to a far smaller problem". First, we know BIS's budget and headcount , so it would be better to mention those numbers and contextualize them. Second, what does it mean for a problem to be "smaller"? Does it mean that it is less important, or that it requires less effort to solve, or something else? Isn't the important thing that more resources for BIS would likely improve enforcement substantially, not that the amount of resources BIS currently has is better suited to some other problem? Claude's final sentence, that AI chip smuggling "thus threatens to quietly hollow out one of the central pillars of US AI policy", is pure uninformative applause light . One or two issues like that in a text may not matter much, but AI writing is in my experience very dense with unnecessarily vague and subtly wrong phrases. Note that this problem also exists when you give the AI a lot of context such as written notes and outlines. [7] Similarly, Eric Schwitzgebel writes that Human experts think differently and better than LLMs. Their word choices, even subtle ones, reflect sensitivities that they might not themselves be aware of. Typically, an expert's prose will be more sensitive to the matters on which they are expert than the output of a language model. [...] You might object as follows: Of course I read the LLM outputs before sending, and I wouldn't send the email, much less submit the article, unless I endorsed every word! So, the objection continues, you did think the thoughts expressed. The text reflects your expert best judgment -- maybe even something better than your expert best judgment: your expert best judgment combined with the expertise of an LLM. I reply: There's a huge cognitive difference between nodding along while reading something and actually productively generating a text. Two reasons: First, once the text is on the page, it's easy to passively let the approximate word suffice, rather than thinking about word choice in the same effortful, active way we do when generating prose de novo. Second, as I suggested above, I doubt that human beings, even experts, have a good sense of all the factors that shape word choice -- everything they're being sensitive to. You would have phrased it slightly differently, and even if you don't know that, or why, a different signal is sent and received. I agree with this. But it's actually much worse than that! Not only do AIs write text that is unnecessarily vague and subtly wrong, but they do so in a way that is almost maximally convincing! If an AI doesn't positively "know" a thing you ask it to write about, it usually won't stop and tell you it doesn't know; instead it will write something that's vague and meaningless enough to be true or something that sounds true but isn't, or isn't necessarily. Humans are of course often wrong and vague, but I think we tend to be wrong and vague in ways that are less convincing and easier to notice. It takes a lot of effort to read AI-written text and spot all the little issues the way I did earlier with the AI chip smuggling text. If I didn't know a lot about AI chip smuggling, I probably wouldn't have spotted most of the issues I listed, unless I had thought very hard about the text. But if I had instead written the text myself, I could not have avoided noticing where I was confused. Writing with AI (and Not Labeling It as Such) Is Rude and Misleading Sometimes when I write a text, I write it intending for other people to read it. For example, I may want to publish it online, or share it with colleagues for feedback, or send it as an email, or send it to a publisher. When I publish or share a text, the person who reads it probably expects that I put some thought into what I wrote, and in particular that the text represents my thoughts. Or at least they should expect that, and I want them to. That's the implicit contract between reader and writer, that the reader offers their attention and the writer repays that with something of value, like information or entertainment. On the same episode of Patrick McKenzie's podcast, Clara Collier also says that Maybe I'm being precious here, but the version of my writing that an LLM could produce is always going to be missing something that I could add. Which, again, is not because -- there are many areas where the models know more than me. But anybody can ask Claude about anything whenever they want. If they're reading something that I wrote, or that as an editor I chose to put in front of them, it's because there's an implicit contract. I am offering them something that they couldn't get somewhere else. This is going to be a better use of their time than just asking the model directly. And that's why I wouldn't use directly LLM-generated text -- or if I did, I would want to be very clear about what you're getting into before you've spent time on it. All the stuff I wrote about above, about subtle errors and vagueness, and all the stuff about how, when a text is AI-written, you have no idea whether the author put a lot of thought into it -- all these things violate that contract. So when I read a text and notice that it is fully or partly AI-written, my trust in the text and in the author is immediately, and I think rationally, lowered. And for all those reasons, when you promote AI-written text, or send a draft of AI-written text to someone, I think you are being rude. I think it's sort of like sending a really sloppily written draft to someone and hiding the fact that it's really sloppily written. And unless you label the AI-written outputs clearly, you are misleading the reader who will expect your text to be your text, carefully thought through and representing your beliefs specifically. Of course you can get around the issues of being rude and misleading by labeling the text as AI-written, or substantively AI-written. I suspect that's not something most people want to do, though. Aren't There Exceptions? Question: Can't I include AI-written outputs in a text if I clearly label them as such ? Answer: Yes, that seems mostly fine to me. For example, sometimes I might do a shallow investigation into something and rely on Claude for a piece of information, and then I might write something like, "Claude Fable 5 tells me that so-and-so is the case." [8] This can be useful when it doesn't make sense to spend a lot of time vetting that particular claim. The important thing is that the output is clearly marked as AI-written, so the reader can discount it (or not) as they see fit. Question: Then I can just do this for the entire text, can I not? Answer: I think it's almost never a good idea to use AI to write an entire substantive text, even if it is labeled as such, at least if you intend anyone else to read it. That's because I think one, the result will likely be much worse than had you written it yourself, and two, people will (rightly) not read your text if you label it as AI-written. I think it's probably also often a mistake to write texts with AI even if the only person who will read them is yourself, since by doing that you lose out on the benefits outlined in the first two sections above. Question: Can I, a non-native English speaker who struggles to write in English, use AI to write in English? Answer: It is sometimes suggested that this is acceptable, including doing so without disclosure. I disagree for all the reasons mentioned above. I think it can be acceptable to use AI to translate a text written in one's native language, but even then I think it's better to disclose that. Overall, my sense is that AIs are better at retaining clarity and precision when translating than when, say, drafting from bullet-point notes. Question: What if the stakes are very high and it's just very important and valuable to use AI to accelerate necessary writing, say for example, to write policy memos related to AI? Answer: I don't think using AI to write actually speeds me up much? Or, I think in practice the way that it would speed things up is by compromising on quality, and I don't think you should on the margin compromise on quality. For example, DC is already drowning in reports and issue briefs that approximately nobody reads; what's scarce, and what really helps policymakers, are more-accurate and more-thoughtful analyses on important topics. I think it can be fine in some circumstances to use AI to write short texts that serve mainly a coordinating or logistics function. For example, if in your corporate job you need to repeatedly write short, very formulaic emails, that seems okay to draft with AI and lightly edit before sending. ↩︎ There may be one or two exceptions here. For example, if you extremely closely vet and heavily edit the AI-written text yourself, that might be fine. But it might not, and anyway doing that doesn't seem much easier or quicker than writing it yourself from scratch. I think in practice the way writing like this would speed the process up is by compromising on quality. ↩︎ Is it contradictory that I endorse using AI for brainstorming and analysis, both of which also involve effortful thinking? I'm not sure, but I think using AI for these things is probably fine so long as you also put your beliefs through the gauntlet of writing them down in words. ↩︎ He later revisited this argument in a post about AI specifically . ↩︎ There are some other ways of interpreting this phrase, though I think they're wrong. For example, you could take "export controls are only as strong as enforcement" to mean that, if we could somehow quantify how good an overall export control regime is, and quantify how good its enforcement is, there's a point past which the regime just cannot get any better unless enforcement does. But I don't think that's true, because there are probably always other ways of improving the export regime, for example, by adjusting export policy. ↩︎ All right, this is partly my fault for underestimating the scale of future AI chip smuggling back in October 2023 , which might have gotten into Fable's training data. I think I got a lot of things right in that report, including the mechanistic description of AI chip smuggling and my policy recommendations, but the forecast of the scale of the problem was off by an order of magnitude, probably. Remember that, at the time, all we had to go on was one measly Reuters story on small-scale Shenzhen black market activity. ↩︎ For example, I sometimes use Claude to summarize meeting notes for sharing with colleagues. Even when I use a carefully written prompt that includes several examples of meeting takeaways I'd written myself and Claude has access to the full meeting transcript, it still introduces subtle vagueness and errors. (Quite a lot of these errors are by the way seemingly the result of Claude not quite understanding who the takeaways are for and what they can be expected to know and not know, despite my trying to provide that context.) ↩︎ For bonus points, it also seems good to mention which specific model produced the output. ↩︎ Discuss
Score: 15🌐 MovesAug 6, 2026https://www.lesswrong.com/posts/kjQdL3dxaACSbjkSx/why-you-should-almost-never-use-ai-to-write-anything-1 - Security's AI advantage will go to the organizations already built for accountability
Enterprises racing to deploy AI should prioritize audit trails and governance over raw speed.
- 7 use cases for leveraging AI in the physical world
The next big AI wave won’t be a chatbot in your laptop, or an agent that works behind the scenes to turn meeting notes into project tickets, but AI that takes control of devices that move and interact with the environment. Physical AI can be defined as the integration of AI into autonomous systems, allowing them to perceive the environment around them and perform complex actions in the physical world. The physical AI market, currently valued at about $92 billion, is projected by PwC to surpass $489 billion by 2030. For many people, physical AI may conjure images of robots building widgets on a factory floor, or a self-driving car. Both examples are among the top use cases for physical AI, but physical AI is also being integrated into security cameras, traffic lights, inspection robots, medical devices, and more. What makes a strong use case for physical AI IT leaders thinking about how to use physical AI should think beyond the human-shaped robots that generate a lot of attention, says Adnan Masood , chief AI architect at digital transformation provider UST. “I usually have one caution for CIOs — skip the humanoid theater,” he says. “The near-term advantage is adaptive automation in variable environments where conditions change, humans share the space, and downtime is expensive.” The sweet spot for physical AI is when it can run safely and repeatedly and can be audited within existing safety and compliance regimes, he adds. For physical AI to make a big impact, a handful of conditions must exist, adds Vikram Venkat , investor in physical AI systems at Cota Capital. First, there should be a major labor component, such as existing or expected labor shortages or conditions that make the work dangerous for humans, he says. In addition, the environment should be relatively constrained, because physical AI platforms generally aren’t yet proficient at handling highly variable environments. Finally, the task should be repeatable, often at high volumes, and have clear measurable outcomes, he adds. In the short term, a couple of other conditions should exist, Venkat says. First, deployments should be simple, and require minimal changes to existing processes, additional infrastructure, or integrations into existing systems. Second, humans in the loop should be able to correct errors. Top use cases for physical AI Despite those constraints, physical AI’s potential is huge, says Albert Liu , founder and CEO of edge AI solutions vendor Kneron. “Most people think physical AI begins with robots, which is simply the example our minds go to since it has been the most visible until now,” he notes. “But physical AI isn’t just about the typical answer — machines that move — it’s about environments that become intelligent.” With several caveats in mind, here are seven promising uses for physical AI systems. Manufacturing robots When thinking about physical AI, many people may envision robots manufacturing cars or other products. That’s certainly happening, with several vendors offering builder robots for sale, and with the industrial robotics market valued at $54.3 billion in 2026, growing to $94.4 billion by 2031, according to Mordor Intelligence . One example of robots building products comes from car maker BMW, which has used a humanoid robot to weld parts together at a plant in the US. Quality inspection and predictive maintenance Physical AI deployed inside manufacturing environments isn’t just being used to assemble products. The technology is also being used for material handling and automated quality inspection and defect checking, with labor shortages and constrained environments driving use, notes Venkat. Predictive maintenance is also a sweet spot for physical AI in manufacturing. AI can be used to check that the software powering equipment is working correctly, says UST’s Masood. “Agentic pipelines now read hardware schematics and chip pinouts natively, generate the regression suites engineers once scripted by hand, and compare live equipment telemetry against digital twins to catch firmware regressions and signal-integrity faults before a production run,” he says. Boston Dynamics’ four-legged Spot is an example of a marriage between robotics and AI, with the company saying thousands of robots have been deployed across 40 countries at companies such as Intel, Chevron, Michelin, and Cargill . Spot is used to automate industrial inspections, conduct predictive maintenance, and go on security patrols. Boston Dynamics also sells Stretch, which automates the unloading of trailers and containers, and Atlas, a humanoid robot that can lift, sort, and assemble products. Physical AI embedded into cameras and sensors can provide quality control inspections on factory floors, notes Parm Sandhu , group vice president for enterprise AI, edge computing, and digital innovation at IT solutions provider NTT DATA. “They want to make sure the products built right the first time,” he says. “We use a foundation model, set up with cameras and trained in self-learning, so it very can very quickly learn standard operating procedure for one factory station.” Autonomous vehicles and drones The promise of self-driving cars entered the public consciousness several years ago, and the market, separate from the physical AI market, was worth more than $200 billion in 2025 , according to Global Market Insights. Autonomous taxis are also gaining momentum, with Waymo and Tesla launching robotaxi experiments in limited areas in 2025. Uber also has huge plans for robotaxis. But the autonomous vehicle market extends far beyond cars driving down the highway. Autonomous farm equipment, including tractors, harvesters, and drones , represent a growing market, with market size estimates varying wildly. Global Market Insights estimated the market to be worth $70.9 billion in 2025, with projections for it to reach $144.7 billion by 2035. Drones can also be operated by an AI, leading to all kinds of applications, including military uses and food and package delivery services. Amazon and other companies have experimented with drone delivery services in recent years, and DoorDash announced in late July that it would jump into the market . One use that staddles the autonomous vehicle and manufacturing use cases involves self-driving forklifts. NTT DATA has worked with forklift manufacturer Hyster-Yale to install self-driving capabilities into the vehicles, in part a response to labor shortages, Sandhu says. “If you think about manufacturing, pretty much everything you touch in that world was lifted by a forklift somewhere or components were lifted by a forklift somewhere,” he says. “But people don’t want to drive forklifts, and that’s a huge problem.” Fleet and warehouse coordination Physical AI, built into trucks and smart shelves, can track and better coordinate the movement of materials and products, from the warehouse to the end customer. Physical AI, installed in robots, can pick, sort, and transport goods. AI can use fleet telemetry to optimize routes in the shipping fleet. AI models can now orchestrate thousands of autonomous mobile robots across fulfillment networks, what UST’s Masood calls “air traffic control for robots.” The AI intelligence sits in the coordination layer that routes, sequences, and removes conflicts in the fleet, he adds. “It scales in ways single-robot programming never could,” notes. Physical AI has moved beyond pilots and is operating at enterprise scale in warehouses, according to Symbotic, a warehouse physical AI vendor. The company’s fleet of 22,000 autonomous mobile robots that traveled more than 200 million miles in 2025, with one robot traveling more than 52,000 miles, or more than twice the distance around the Earth, the company says. Surveillance and physical security Physical AI’s application to physical security includes roving robots like Boston Dynamics’ Spot, but it also allows organizations to connect video cameras and other security tools to provide an ever-vigilant view of the secured environment. Companies such as Artificial Intelligence Technologies Solutions and its subsidiary Robotic Assistance Devices are connecting several devices for a sort of security mesh across a campus or building. The companies’ Speaking Autonomous Responsive Agent (SARA) is an agentic AI platform designed to coordinate cameras, fixed security devices, autonomous patrol vehicles, lights, speakers, monitoring systems, and human security personnel. SARA can evaluate events from physical security systems, verify security events, communicate directly with people at the site, and initiate approved responses, the companies say. The automated response can save valuable time compared to human intervention, they claim. Another example of the use of physical AI for security involves smart metal detectors with AI embedded inside. Athena Security is one company that offers AI-powered body scanners that claim a high rate of detection for all kinds of weapons, including razor blades and small knives. Smart buildings and infrastructure Companies can use physical AI to monitor all kinds of metrics inside buildings and across utility grids and telecom networks, notes UST’s Masood. The AI can trigger alerts, safety interventions, or environmental controls. Hospitals are now using physical AI to coordinate care, and network operators are deploying AI-powered self-healing tools. Physical AI will create intelligent concierges at hotels, airports, and hospitals that provide directions, verify identities, and coordinate services, Kneron’s Liu says. Over the next decade, AI will be embedded in nearly all physical spaces, including drive-thru lanes, restaurants, factories, and offices, he predicts. “People will expect a security camera that understands intent instead of simply detecting motion, a hospital room that recognizes subtle changes in a patient’s condition before an alarm sounds, a retail shelf that manages inventory autonomously, or a building that continuously optimizes energy, security, and occupancy,” he adds. Smart cities Outside of traditional enterprise environments, cities are now embedding AI into traffic devices to monitor vehicle flow and into cameras to monitor community service needs. The AI-powered systems can improve traffic flow, monitor intersections, and make roadways safer without relying only on human observation. Lidar maker Ouster worked with the New Jersey Department of Transportation to install sensors at 42 intersections ahead of the World Cup tournament to assist with road and pedestrian traffic congestion, the company says. NTT DATA is working with Brownville, Texas, to set up a citywide alert system to send workers for incidents such as when a park’s garbage containers are full and to assist police officers in filling out reports, notes Sandhu.
Score: 15🌐 MovesAug 6, 2026https://www.cio.com/article/4205856/7-use-cases-for-leveraging-ai-in-the-physical-world.html - Panel Discussion: AI at Scale – Lessons from India’s Most Advanced Enterprises
Technology Senate 2026 | Day 1 | 17th July 2026 | Lucknow The post Panel Discussion: AI at Scale – Lessons from India’s Most Advanced Enterprises appeared first on Express Computer .
- What AI safety researchers actually worry about
You have probably read plenty of headlines about AI taking jobs, passing the bar exam, or some CEO promising AGI by next year. What gets less coverage is a narrower, stranger problem researchers inside the major labs are actively studying. In published, controlled experiments, particular models from Anthropic and OpenAI have produced different behaviour depending […] The post What AI safety researchers actually worry about appeared first on e27 .
- AI will not cut costs or grow revenue until you redesign how work gets done
Every week, another AI tool launches with the promise of helping businesses save time, reduce costs and grow faster. Companies subscribe. Employees attend workshops. Leadership teams announce that the organisation is now “AI-enabled”. Yet months later, many businesses are still facing the same problems. Founders remain buried in operations. Teams continue chasing approvals through email. […] The post AI will not cut costs or grow revenue until you redesign how work gets done appeared first on e27 .
Score: 15🌐 MovesAug 6, 2026https://e27.co/ai-will-not-cut-costs-or-grow-revenue-until-you-redesign-how-work-gets-done-20260805/ - Vmake AI Becomes Vmake Labs, Introducing a Social Video Studio for Brands and Creators
Vmake AI Becomes Vmake Labs, Introducing a Social Video Studio for Brands and Creators thestar.com
- Canada must step up to tackle AI’s catastrophic risks
The country should focus on international good governance and global equality and select a membership that signals these priorities
- AI Stole Their Life Savings. Then the IRS Sent Them a Tax Bill
The new fraud nightmare: losing money twice.
Score: 15🌐 MovesAug 6, 2026https://www.inc.com/netta-jenkins/ai-stole-their-life-savings-then-the-irs-sent-them-a-tax-bill/91384761 - Popular YouTuber Steps Back From Video Creation Over AI Use
Popular YouTuber Steps Back From Video Creation Over AI Use PCMag
Score: 15🌐 MovesAug 6, 2026https://www.pcmag.com/news/popular-youtuber-steps-back-from-video-creation-over-ai-use - Hiscox finance chief: London’s AI adoption is too slow
Hiscox group chief financial officer Paul Cooper takes us through his career in insurance in this week's Square Mile and Me.
Score: 15🌐 MovesAug 6, 2026https://www.cityam.com/hiscox-finance-chief-londons-ai-adoption-is-too-slow/ - Justin Healthcare AI Introduces AI-Powered Consulting and Automation Solutions for Medical Practices
Justin Healthcare AI Introduces AI-Powered Consulting and Automation Solutions for Medical Practices usatoday.com
- Rocket Doctor AI Joins B2i Digital Featured Company Program, Reaching 1.7M+ Market Participants
Rocket Doctor AI Joins B2i Digital Featured Company Program, Reaching 1.7M+ Market Participants azcentral.com and The Arizona Republic
- Larry Magid: Don’t let AI replace your humanity
Larry Magid: Don’t let AI replace your humanity The Mercury News
Score: 15🌐 MovesAug 6, 2026https://www.mercurynews.com/2026/08/06/larry-magid-dont-let-ai-replace-your-humanity/ - Surf Savvy GEO Service Targets AI Citation Gaps
Surf Savvy GEO Service Targets AI Citation Gaps usatoday.com
Score: 14🌐 MovesAug 6, 2026https://www.usatoday.com/press-release/story/39306/surf-savvy-geo-service-targets-ai-citation-gaps/