AI and IT News Recap: August 6, 2026: Meta Storms the Coding Wars With Muse Code, Anthropic Bolts Inline DLP Onto Claude, and CISA Flags a Perfect-9.8 Langflow RCE
By Noah Smith, Owner & Consultant, KeyChange Technologies ยท August 7, 2026

Meta just kicked the door in on the AI coding wars, Anthropic quietly bolted a real governor onto Claude at work, and CISA added a perfect-severity flaw in a popular AI-builder tool to its must-patch list. Here is your AI and IT news for August 6, 2026, right-sized to what actually moved in the last day.
๐ The AI and IT news at a glance
- Meta ships Muse Code, a terminal coding agent that farms work out to parallel sub-agents and survives its own crashes.
- Anthropic launches inference hooks, letting your security team block sensitive prompts before Claude ever sees them.
- Anthropic confirms an in-house chip team, betting that designing its own silicon can cut the cost of running Claude.
- CISA flags a 9.8 Langflow flaw plus Apache Tomcat and N-central bugs as actively exploited, with a federal patch deadline of August 7.
๐๐ค Meta storms the coding wars with Muse Code
Mark Zuckerberg used Wednesday, August 5, to drop Meta into a fight it had been sitting out. The company launched Muse Code, a terminal-based coding agent for macOS and Linux powered by its new Muse Spark 1.2 model, and pointed it squarely at Anthropic's Claude Code and OpenAI's Codex. The tool is still in beta, but the design goals are ambitious: it takes a large, messy software job, breaks it into smaller pieces, and hands those pieces to sub-agents that work at the same time in separate, sandboxed spaces so they do not step on each other.
The feature that stands out is durability. Muse Code keeps a running log of everything it does, so if it crashes partway through a long task it can pick up where it left off instead of starting over. That "persistent async background agent" idea is Meta's pitch for handling the kind of sprawling, multi-hour work that trips up single-threaded assistants. Pricing is pay-as-you-go and lands in line with the earlier Muse Spark 1.1 release at roughly
In short: Meta launched Muse Code, a beta terminal coding agent built on Muse Spark 1.2 that splits big jobs across parallel sub-agents and resumes after crashes.
What it means for your business: If your team writes or maintains software, you now have a third serious agent to weigh against Claude Code and Codex, and the competition is pushing capability up and prices down. It is worth a pilot before you lock into any one vendor for the year.
My take: The resume-after-crash detail matters more than the benchmark bragging. Most real work fails on long, boring tasks, not clever ones, and an agent that can recover its own state is the difference between a demo and a tool you trust with a weekend migration. That said, "beta" is doing real work in that sentence. I would run it on a throwaway branch first.
Source: CNBC: Meta debuts Muse Code to take on Anthropic and OpenAI
๐ค Anthropic puts a real off-switch inside Claude Enterprise
Also on August 5, Anthropic launched inference hooks in beta for Claude Enterprise. The short version: every employee prompt and tool-call response gets routed to your own security server for an allow-or-deny verdict before it ever reaches the model. The check runs on Anthropic's side, after a request leaves the user's device and before inference happens, so a single policy covers every governed surface, including chat, Claude Code, and Claude Cowork, with nothing to install on individual machines.
It is built on an open, webhook-based protocol with a published schema, and Anthropic says it plugs into the data-loss-prevention tools companies already run, naming Netskope, Palo Alto Networks, Proofpoint, and Zscaler, or an in-house server. To make rollout less scary, there is a shadow mode that logs but always allows, role-based exclusions, and percentage-based rollouts so you can start with a slice of users.
In short: Anthropic's new inference hooks let a company's security team inspect and block sensitive prompts and responses before they reach Claude, across every enterprise surface.
What it means for your business: This is the kind of control that gets AI past a nervous compliance team. If data governance has been the thing blocking a Claude rollout, the answer just moved from "trust us" to "enforce your own rules."
My take: Inline governance is the unglamorous feature that actually unlocks adoption. The catch is that a gate is only as good as the policies behind it, and shadow mode exists precisely because a badly tuned filter will either leak or block everything. Treat it as a project, not a checkbox, and it earns its keep.
Source: Claude by Anthropic: Inference hooks, inline data loss prevention for Claude Enterprise
๐ค Anthropic confirms it wants to build its own chips
Rounding out a busy day for Anthropic, the company confirmed on August 5 that it has stood up an in-house silicon team and is exploring co-designing its own chips. The logic is straightforward: running Claude at scale is enormously expensive, and controlling the hardware that serves the model is one of the few levers left to bring inference costs down. Reporting on the move framed the potential savings as large, with one account suggesting a co-design approach could roughly halve what it costs Anthropic to run inference.
It puts Anthropic on the same path OpenAI, Google, and Amazon have already taken, trading dependence on off-the-shelf accelerators for custom hardware tuned to its own workloads. Chips are a long, capital-heavy game, so this is a multi-year signal about margins rather than something that changes your bill next quarter.
In short: Anthropic confirmed it has an internal chip team and is pursuing custom silicon it believes could significantly reduce the cost of running Claude.
What it means for your business: Cheaper inference upstream tends to show up eventually as lower prices or higher usage limits downstream. It also signals that the big labs see model-serving costs, not just model quality, as the next battleground.
My take: Everyone is discovering that the real AI bill is the electricity and the accelerators, not the training run. Custom silicon is a sensible hedge, but it is years away from mattering, and plenty of well-funded companies have learned that designing chips is harder than it looks. File this under "watch," not "wait for it."
Source: 24/7 Wall St: Anthropic is the latest company that wants to be an AI chipmaker
๐ก๏ธ CISA flags a perfect-9.8 Langflow flaw as actively exploited
On August 5, CISA added three actively exploited vulnerabilities to its Known Exploited Vulnerabilities catalog, and the headliner is a serious one. CVE-2026-9198 is a code-injection flaw in Langflow, the popular open-source tool for building AI apps, that rates a near-maximum 9.8 and lets an unauthenticated attacker achieve full remote code execution on a default install. It was fixed back in July with version 1.10.1, so the urgency now is about the many deployments that never patched. Langflow has been a repeat target this year, which is exactly why an exposed one is dangerous.
CISA also flagged CVE-2026-34486 (7.5) in Apache Tomcat and CVE-2026-18556 (8.2), an authentication bypass in N-able N-central used by managed service providers. Notably, Palo Alto Networks Unit 42 tied the Tomcat exploitation to an AI-assisted, semi-autonomous campaign that leaned on an AI model to sift through more than 460 targets and prioritize the juiciest ones. Federal civilian agencies have until August 7 to patch, and that is a reasonable clock for everyone else too.
In short: CISA added a critical 9.8 Langflow remote-code-execution flaw, plus Apache Tomcat and N-able N-central bugs, to its must-patch list on August 5 after confirming active exploitation.
What it means for your business: If you run Langflow, Tomcat, or get IT through an MSP that uses N-central, check your versions today. The Langflow bug in particular turns an unpatched AI-app server into an open door, and attackers are already through it.
My take: The pattern worth noticing is that AI tooling is now both the target and the weapon. A flaw in an AI-app builder is being exploited by attackers using AI to pick targets faster than any human team could. None of that changes the boring fix, which is to patch, but it does mean the window between disclosure and mass exploitation keeps shrinking. Waiting for a maintenance weekend is no longer a strategy.
Source: The Hacker News: CISA Flags Langflow RCE, Tomcat, and N-central Flaws as Actively Exploited
Missed yesterday? Catch up on the August 5, 2026 AI and IT News Recap.