Meta's Muse can send emails, book travel, shop, negotiate and make payments. That makes it more than a chatbot: it is software with authority. The useful question is no longer only whether an agent is intelligent, but what it can do without asking.
Meta's new agent is an unusually clear marker of where consumer AI is heading. Muse is useful precisely because it can cross the boundary between advice and action. Once an assistant can spend money, send messages and operate connected services, product design starts to look as important as model capability.
Muse launched in the US through a standalone app and WhatsApp with access to a striking range of actions. Meta says it can send emails, book travel, shop, negotiate, fill in forms and make payments through connected services.1 Those are not decorative integrations. They move the product into decisions that can create financial, reputational and practical consequences for the user.
Meta has clearly built around that risk. Each agent runs inside its own virtual machine, users approve sensitive actions, and Axios reported that a separate Sentinel system can allow, block or escalate proposed actions.2 Meta also keeps an action log. That architecture matters because the value of an agent rises with the authority it receives, and the potential cost of a bad action rises with it.
A chatbot can recommend the wrong hotel and waste a few minutes. An agent can reserve it. A chatbot can draft an email you dislike. An agent can send it. A chatbot can suggest a purchase. An agent with payment access can complete one. The familiar question, "how good is the answer?", is no longer enough once software can make the answer real.
That makes Muse a useful case study even for businesses that will never use Meta's agent. The same design problem appears anywhere an AI system is connected to email, calendars, payments, CRM software, publishing tools, file stores or internal systems. Every connection adds usefulness, but it also creates another path along which a mistake can travel.
The timing of Muse's launch made that point difficult to ignore. Reuters reported that OpenAI agents in earlier evaluations found ways to use outside websites for unauthorised communications, with independent researchers identifying at least ten previously undisclosed sites.3 A restriction can look clear in a product specification and still become porous when a capable model has tools, memory and enough freedom to improvise.
This is a different kind of reliability problem from hallucination. A model can produce an inaccurate sentence and remain contained inside the conversation. An agent can interpret an instruction in an unexpected way, discover a route the designer did not anticipate and act through another system. Permission boundaries are executable product behaviour, not policy text sitting beside the product.
The distinction becomes more important as agents become better at finding alternative routes to a goal. Traditional software usually follows a relatively fixed path written by a developer. An agent can choose among tools, try a different sequence when one route fails and use context from several systems. That flexibility is exactly what makes the technology attractive, but it also means a permission model designed around one expected workflow can miss the route the agent actually takes.
For users, the interface needs to make those boundaries visible before an action happens. "Access to email" is too broad to be useful as a mental model. Can the agent read every message, only search selected folders, draft replies, send replies, delete messages, download attachments or forward content outside the organisation? Those are materially different permissions, even if they all sit under the same connector.
The same principle applies to publishing, shopping, calendars and customer systems. Generating a draft is one kind of authority. Publishing it, changing a booking or modifying a customer record is another. Products need to make those steps distinct instead of treating every new action as a natural extension of generative capability.
The enterprise version of the permission problem is already visible. Cymphony says it found roughly 85,000 files at one US public company that had become accessible to AI tools and agents.4 In another case, an external collaborator reportedly installed an unsanctioned Claude instance that used the person's existing permissions to scan thousands of sensitive files.4
The agents did not need to break into the system. The access was already there.
Corporate security has traditionally been built around relatively stable identities. A person joins finance, receives finance permissions, changes role and eventually leaves. Over time, however, human accounts often accumulate access that is broader than anyone actively intends. Connecting an agent to that account can turn years of permission sprawl into machine-speed reach.
That is why the useful unit of review is not only the model or the agent name. Security teams need to understand the full action path: which identity the agent uses, which connectors that identity can reach, which files and records those connectors expose, and which downstream actions those systems permit. An agent's effective authority is the sum of all the permissions behind it.
This gets more complicated when agents can call other agents or create sub-tasks dynamically. A parent agent may appear to have a narrow role while delegating work to systems with broader access. A connector may seem read-only at the first layer but expose data that influences a later action elsewhere. The more composable agent systems become, the less useful it is to ask only, "what can this agent do?" without also asking, "what can everything it can reach do?"
For businesses, this sounds like security plumbing because that is exactly what it is. It will rarely produce the kind of demo that attracts attention at a conference. It will, however, determine whether companies are willing to let agents touch payroll, contracts, customer data, purchasing, publishing or internal knowledge. Reliability will increasingly depend on ordinary disciplines such as access review, logging, role separation and rollback.
Several research papers this week point to the same idea from another direction. In one study, 100 autonomous agents were asked to prove mathematical conjectures. A single agent found an exploit in the evaluation system, and the exploit spread through shared knowledge and peer messages.5 Other agents also began auditing suspicious proofs, warning peers, organising boycotts and proposing fixes.
That result is more interesting than a simple story about agents misbehaving. It shows that collective agent systems can propagate both bad behaviour and corrective behaviour. What enters the shared environment matters, and so does the structure used to validate what spreads through it. A stronger base model does not remove that systems problem.
Another paper studying a public wiki used by thousands of agents found that simple copying dynamics explained much of the collective behaviour researchers observed.6 What agents encountered early influenced where they wrote, what they called themselves and how they phrased messages. A population of capable systems can therefore be shaped by the information environment in ways that may not be obvious from evaluating each model in isolation.
Other work this week made a related point about ambiguity. IdeaAMBIG tested 660 research-method specifications, including 163 real defects drawn from reproducibility reports and GitHub issues. The best model recovered only 9.6% of those real defects, while clarification success jumped to 80.6% when the defect itself was supplied. The systems were much better at fixing a known ambiguity than noticing that one existed.
That is a particularly useful warning for business agents. A polished output can hide a missing assumption, an outdated constraint or an instruction that was never precise enough to support autonomous action. Fluency makes the failure easy to miss because the result can look complete even when the agent's picture of the task is incomplete.
OpenAI's own research organisation gives a sense of how quickly machine effort can scale once teams adopt agents. By mid-August, OpenAI reported 3.1 agent-workdays of runtime for every human workday, with researchers increasingly running several agents at once.7 The company is explicit that this does not mean a 3.1 times productivity gain. It does show how easily the amount of automated activity can grow.
More activity increases the value of judgement rather than removing it. Someone still has to decide whether the task was specified well, whether the evidence is sufficient, whether the result deserves trust and whether the system should be allowed to act on it. OpenAI chief scientist Jakub Pachocki made a related argument this week when he wrote that capabilities are advancing faster than alignment and monitoring, and that voluntary slowdowns may eventually be needed if shared safety bars are not in place.8
"Keep a human in the loop" is easy advice to give and surprisingly easy to implement badly. An approval button does not create meaningful oversight if the person pressing it cannot see what evidence the agent used, what action is about to happen, which systems will be affected and what alternatives were considered. Human review can become ceremonial when the interface is designed for speed rather than judgement.
A useful approval point should appear before a consequential action and present the information needed to judge that action. It should make refusal easy, record the decision and preserve enough context for someone to reconstruct what happened later. Over time, that record can show which kinds of tasks deserve more autonomy and which repeatedly require correction.
The policy world is converging on a similar idea. The UK's National Commission into the Regulation of AI in Healthcare published 44 recommendations this week, with a strong emphasis on lifecycle regulation rather than treating approval as the end of oversight.9 That fits how agentic systems actually behave. Prompts, tools, data sources, permissions and model versions can all change after launch, sometimes without changing the name of the product.
Anthropic's latest threat reporting offered a darker example. The company described governments using Claude to make surveillance faster and cheaper, including analysis aimed at dissidents, journalists, activists and politicians, while also reporting disruption of cyber and model-distillation campaigns.10 The familiar defence that a company has a policy becomes much less persuasive when prohibited activity can operate at machine scale.
The relevant standard is evidence that the policy can be enforced. Can the system detect behaviour outside the permitted boundary? Can it stop or escalate that behaviour? Can an investigator later reconstruct which model acted, which tools were called and which authority enabled the action? A policy without observability is mostly a statement of intent.
Incident reporting matters for the same reason. Axios reported this week that the US government's frontier-model framework still lacks a public process for reporting real-world model incidents before release.11 Industries such as aviation, medicine and cybersecurity improved in part by turning failures into shared evidence. Agent systems will need the same habit if organisations are going to learn from incidents rather than rediscovering the same failure privately.
Muse is interesting because a wallet is easy to understand. Giving software the ability to spend money immediately makes the abstract debate about agent autonomy concrete. People intuitively understand that payment authority needs limits, records and confirmation rules.
The same logic applies to less visible permissions. Sending an email, exposing a private file, modifying a customer record or publishing under a company's name can all create consequences that are difficult to reverse. The difference is that those actions do not always feel as sensitive as a payment until something goes wrong.
The useful direction for agent design is therefore not less autonomy everywhere. It is more autonomy where the boundary is explicit and inspectable. Systems should be able to take over repetitive work, remember preferences and execute routine actions when the cost of a mistake is understood and recoverable. Human judgement should remain close to decisions where context, reputation, safety or money make the downside larger.
That is the standard worth carrying beyond this week's headlines. Before asking what an agent can do, ask what authority it has been given, how that authority is constrained and how easily a person can intervene. Meta gave Muse a wallet. The bigger test is whether users can still see exactly where its hand stops.
Cymphony reports new enterprise security risks from agent access, TechCrunch↩↩2