The week from July 27 through August 2 brought a useful mix of changes that are already available and plans that still need to prove themselves. AI companies published evidence about how people use assistants at work, added managed agents and browser actions, changed API economics and disclosed safety failures from their own evaluations. At the same time, calling moved deeper into the browser, code review gained repository-defined tools, and attacks on exposed industrial controllers showed why ordinary security hygiene still matters.
We selected ten developments announced or materially updated during that exact seven-day period. Dates matter in this edition: attacks on water and wastewater systems began on July 27, before the FBI and CISA alerts on July 30; several products are rolling out gradually or only in selected countries; the EU opened a procurement process rather than completing seven AI Gigafactory facilities; and astronomers reported the strongest evidence yet for a companion to Betelgeuse, not a final confirmation. Company studies and benchmarks are described as provider evidence, with their limits kept visible.
In brief: the week in ten points
- OpenAI found that work-related ChatGPT conversations often cross formal occupational boundaries; among average users, the measured share was slightly higher in smaller workspaces.
- Google opened Managed Agents to more Gemini API developers with hosted execution, hooks, schedules and budget controls.
- WhatsApp added end-to-end encrypted audio and video calls to the web, plus active group-call transfer and meeting controls.
- GitHub Copilot code review made repository Skills and read-only MCP tools generally available on paid plans.
- OpenAI cut GPT‑5.6 Luna and Terra API prices while leaving Sol’s standard token prices unchanged.
- Gemini Spark gained permission-based Chrome actions, but sensitive confirmations remain with the user.
- Anthropic said three models touched real organizations’ systems after a misunderstanding with its evaluation partner left test machines connected to the live internet.
- US agencies warned that exposed water-sector PLCs were being reconfigured, disrupting monitoring and physical processes.
- The EU launched a tender for up to seven AI Gigafactories tied to more than €30 billion in expected investment.
- ESO astronomers obtained the clearest direct image yet of a likely two-to-three-solar-mass companion to Betelgeuse.
1. OpenAI finds that workplace AI use often crosses job boundaries
What happened. On July 27, OpenAI published an analysis of more than 800,000 de-identified US ChatGPT messages. Researchers mapped messages to occupational tasks and compared the apparent task with the user’s stated occupation. Among work-related messages, 16.8% involved activities associated with a different occupation. When generic activities that occur across many jobs were removed, 43.5% of the remaining occupation-specific messages crossed an occupational boundary.
OpenAI interprets that pattern as evidence that AI can help people perform parts of adjacent roles: a founder can draft marketing copy, a designer can inspect code, or an analyst can prepare a presentation without immediately hiring another specialist. Among average users, the share was 18.9% in workspaces with two to five seats and 16.3% in workspaces with more than 100 seats. OpenAI did not find the same monotonic relationship with organization size among the most active users. Those figures describe classified conversations, not whole jobs or audited business results.
Why it matters and what to do. For freelancers and small teams, the strongest near-term use case may be reducing coordination overhead at the edges of a role, not replacing the core specialist. Start with a bounded adjacent task, give the model examples and constraints, and require review by someone who understands the consequences. OpenAI’s data comes from its own product, uses automated classification and does not measure time saved, output quality or whether the user acted on the answer. Treat it as a map of behavior worth testing, not proof of productivity or workforce reduction. Our overview of AI tools for work can help define a realistic test.
2. Google Managed Agents adds hosted execution, hooks and spending controls
What happened. Google expanded Managed Agents for the Gemini API on July 28. The service lets developers define an agent while Google operates the execution environment and maintains the conversation state needed for longer tasks. Gemini 3.6 Flash became the default model, and Managed Agents became available in the Gemini API free tier as well as paid access. That lowers the infrastructure barrier, but model, tool and external-service usage can still create costs.
The update added hooks that run custom code immediately before or after a tool call inside the sandbox (pre_tool_execution and post_tool_execution). A team could use a hook to redact a field, enforce an approval, record an audit event or stop an action that exceeds policy. Scheduled triggers can start recurring work, and configurable budget caps can limit resource consumption. These controls are building blocks rather than a guarantee: weak instructions, an overpowered tool or an unsafe hook can still produce a bad outcome.
Why it matters and what to do. A hosted agent can save a small team from building queues, state storage and retry logic, but it also concentrates trust in the agent’s permissions and provider runtime. Begin with read-only or reversible tools, set a low budget cap, log every external action and require confirmation before sending, deleting, purchasing or publishing. Test interrupted runs and duplicate triggers, not only the happy path. The free tier is useful for experiments; it should not be read as unlimited production capacity or as a promise that connected services are free.
3. WhatsApp puts encrypted audio and video calls in the browser
What happened. Meta announced WhatsApp Web calling and related meeting features on July 28. Users can make one-to-one and group audio or video calls from a supported web browser without installing the desktop application. Meta says the calls remain end-to-end encrypted and have no time limit. The announcement also covered transfer of an active group call between phone, web and desktop, a waiting room for group calls, QuickHD video and noise suppression.
The practical appeal is simple: a client or collaborator can join from a browser on a shared or managed computer where installing software is inconvenient. Transfer can preserve a conversation when someone leaves a desk, while waiting-room controls make an invite link less exposed to uninvited arrivals. Availability is rolling out, so an account or browser may not show every function immediately. End-to-end encryption protects call content in transit; it does not make a compromised endpoint, a careless screen share or an unsafe room private.
Why it matters and what to do. Small teams can treat WhatsApp Web as a lower-friction fallback rather than replacing a meeting platform before testing it. Confirm supported participant counts and administrative needs in the actual account, use the waiting room for externally shared links, and verify the browser’s camera, microphone and notification permissions after the call. Avoid confidential calls on public machines, sign out of linked devices and remember that browser convenience does not add recording controls, compliance retention or enterprise governance unless those capabilities are explicitly provided.
4. GitHub Copilot code review can follow Skills and consult MCP tools
What happened. GitHub made agent Skills and MCP support in Copilot code review generally available on July 29. The feature is offered on Copilot Pro, Pro+, Business and Enterprise. A repository can place task-specific instructions at .github/skills/<skill-name>/SKILL.md, with a separate directory for each Skill, letting the reviewer load relevant conventions for frameworks, migrations, tests or security checks instead of relying only on a generic review prompt.
Code review can also consult configured Model Context Protocol tools. GitHub describes this MCP access as read-only in the review workflow and adds attribution so reviewers can see when a Skill or MCP server influenced a comment. That can ground feedback in an internal style guide, issue tracker or documentation service. “Read-only” limits mutation through that connection; it does not guarantee that every exposed document is appropriate for the model or that retrieved material is trustworthy.
Why it matters and what to do. For a small development team, reusable review instructions can turn unwritten habits into consistent checks without maintaining another bot. Keep each Skill narrow, version it with the repository, test it on known pull requests and review changes to its instructions like code. Give MCP servers the least data access possible, exclude secrets and customer records, and inspect the attribution behind surprising advice. Copilot review remains a second set of eyes: maintainers still need tests, protected branches and human approval for consequential changes.

5. OpenAI cuts Luna and Terra API prices in the GPT‑5.6 family
What happened. OpenAI announced new GPT‑5.6 API pricing on July 30. Standard GPT‑5.6 Luna input dropped to $0.20 per million tokens and output to $1.20, an 80% reduction. GPT‑5.6 Terra moved to $2 per million input tokens and $12 per million output tokens, a 20% cut. Standard GPT‑5.6 Sol remained $5 input and $30 output per million tokens. The official model pages also list separate cached-input terms and higher pricing for very long requests.
OpenAI also introduced Fast mode for GPT‑5.6 Sol, advertised as up to 2.5 times faster for twice the standard token price. The change applies to API economics, not automatically to ChatGPT subscriptions or included usage limits. A lower list price does not make every workflow cheaper: reasoning and generated output, retries, web or computer tools, storage and validation can dominate the bill. Long prompts above the documented threshold can receive multipliers across the request.
Why it matters and what to do. Teams can now reserve Sol for the hardest steps, use Terra for balanced work and test Luna for high-volume extraction, classification or lightweight agents. Build a small evaluation set before switching, record input, cached input, output and tool charges, and compare cost per accepted result rather than price per token. Set project spend limits and alerts. Fast mode for Sol is most defensible when latency has measurable business value; paying twice as much for a background task that finishes unattended is usually unnecessary.
6. Gemini Spark starts browser tasks with permission and hands back sensitive steps
What happened. Google said on July 30 that Gemini Spark now integrates with Chrome. With the user’s permission, Spark can use information from logged-in websites and saved credentials to begin multi-step browser tasks such as searching and preparing a reservation. When a task reaches a sensitive confirmation or payment, Google says control returns to the user. The assistant is therefore acting across pages, but it is not described as silently completing every consequential transaction.
Geography needs careful reading. Google’s Chrome “auto browse” rollout began in the United States, while Spark is rolling out to Google AI Pro subscribers in more than 160 additional countries. Those statements do not mean that every Chrome action is available in Europe or to every account on the same day. Feature access can also depend on plan, browser version, language and gradual rollout. Saved passwords reduce friction, but they increase the importance of account security and clear permission boundaries.
Why it matters and what to do. Browser agents could remove repetitive comparison and form-filling work for a freelancer, yet a wrong date, quantity or identity can turn convenience into a real cost. Start on low-risk research, keep the browser profile free of unnecessary accounts, read the planned steps and verify the final page before confirming. Use multi-factor authentication and do not grant a general permission when one site is enough. Availability should be checked in the actual account rather than inferred from an English-language announcement.
7. Anthropic discloses three real-system contacts during cyber evaluations
What happened. Anthropic published an investigation of incidents in cybersecurity evaluations on July 30. Across 141,006 evaluation runs, it identified three cases in which models accessed systems belonging to real organizations. The affected runs involved Claude Opus 4.7, Mythos 5 and an internal model. According to Anthropic, a misunderstanding between the company and its external evaluation partner left test machines with live internet access, allowing actions intended for a simulated target to reach real infrastructure.
Anthropic says the incidents did not expose Anthropic or customer data and did not occur in public product deployments. In the most serious incident, however, a model accessed an external organization’s database containing several hundred rows of production data. The evaluations used research configurations without the full safeguards applied to deployed systems. That distinction matters, but it does not erase the containment failure: a cyber-capable model was given a path from a benchmark into the real world. The report is a company investigation, and the public account does not independently establish every technical detail or the complete impact on the external organizations.
Why it matters and what to do. The lesson is not that a model “escaped” with an unrelated agenda. It is that an evaluator’s network boundary became part of the safety system and failed. Anyone testing agents against exploit labs should deny outbound traffic by default, use disposable credentials and synthetic targets, monitor DNS and network flows independently, and install automatic stops for unexpected destinations. A partner environment needs the same preflight, ownership and incident-response plan as an internal lab; contractual assurances are not a substitute for technical isolation.
8. Exposed water-sector PLCs are reconfigured in attacks across US states
What happened. The FBI said malicious activity began on July 27 against internet-facing programmable logic controllers used by US water and wastewater organizations. In a July 30 public-service announcement, it described incidents in at least seven states involving Rockwell Automation Allen‑Bradley MicroLogix 1100 and 1400 controllers. Attackers changed controller IP addresses and passwords, causing operators to lose monitoring or control. Reported physical effects included loss of pressure and flooding at affected facilities.
One organization reported modified PLC project files after finding ladder-logic discrepancies across several sites. Loss of pressure could allow untreated groundwater to enter pipes, but the notice did not confirm drinking-water contamination. CISA issued a parallel operational-technology alert urging utilities to remove PLCs from the public internet. The agencies did not publicly attribute the campaign to a named actor in these notices, so motive and identity should not be guessed. The named product families are important indicators, not proof that every device is vulnerable in the same configuration or that only these controllers are being scanned.
Why it matters and what to do. Small municipal and industrial operators often keep legacy equipment reachable for remote support, but an exposed control interface can turn a weak password or configuration into a physical disruption. Inventory externally reachable OT, remove direct internet access, place remote connections behind a controlled gateway and access list, rotate device credentials and preserve known-good configurations. Operators should also rehearse manual control, document safe shutdown steps and coordinate with vendors and authorities before an incident. Do not reboot or reconfigure a live process casually: safety and continuity requirements come first.

9. The EU opens a tender for up to seven AI Gigafactories
What happened. On July 30, the European Commission launched a procurement call for up to seven AI Gigafactories. These proposed sites are intended to provide very large computing capacity for training and deploying advanced models. The Commission said EU and national public support could reach up to €10 billion and is expected to unlock at least €20 billion of private investment, taking the anticipated total above €30 billion.
The call also emphasizes access for European startups, small and medium-sized businesses and researchers, rather than reserving all capacity for the largest companies. That could matter for teams that cannot purchase accelerator clusters of their own. Yet the announcement is the start of a tender, not evidence that seven facilities are built, fully financed or available today. “Up to” describes the maximum number selected, and expected private investment is not money already committed or spent.
Why it matters and what to watch. Europe is trying to combine industrial policy, sovereign compute and broader access to scarce AI infrastructure. The real test will be site selection, energy and water supply, accelerator availability, network capacity, procurement timing and transparent allocation rules for smaller users. A small company should not postpone a current project while waiting for subsidized capacity. Instead, monitor eligibility and access terms, estimate total training or inference demand, and compare future public capacity with cloud services, smaller models and local deployment on cost, data governance and delivery date. Our explainer on why data centers use fresh water covers one infrastructure constraint.
10. ESO obtains the clearest image yet of a likely companion to Betelgeuse
What happened. The European Southern Observatory reported on July 28 that astronomers had found the strongest evidence yet for a companion to Betelgeuse. Using the SPHERE instrument on ESO’s Very Large Telescope, the team obtained what ESO describes as the clearest direct image of the candidate object, often called Betelgeuse B. The analysis estimates a mass of roughly two to three times that of the Sun and places the object close to the red supergiant.
A companion has been proposed to help explain Betelgeuse’s long secondary cycle and other variations, but observing anything faint beside such a bright, extended star is exceptionally difficult. The new observation fits the companion interpretation and narrows the possibilities; it does not make the binary status finally settled. ESO and the research team say future observations are needed to confirm that the candidate moves consistently with an orbit and is physically associated with Betelgeuse rather than an artifact or unrelated source.
Why it matters and what comes next. A confirmed companion would improve models of Betelgeuse’s variability, mass loss and evolution before its eventual supernova, and it demonstrates how high-contrast imaging can separate a faint target from a nearby stellar glare. Readers should prefer “likely companion” or “strongest evidence” over “astronomers finally proved.” The decisive evidence will come from repeated positions, compatible orbital motion and independent analysis. This story is also a reminder that a better instrument can transform an old hypothesis without eliminating the need for replication.

What to watch next week
- Agent availability and limits. Country lists, quotas, supported browsers and account tiers will show how broad the Google and WhatsApp rollouts really are.
- Full-workflow API costs. Early production data should reveal whether cheaper GPT‑5.6 tokens reduce cost per accepted result after tools, retries and validation.
- Water-sector indicators. Additional victim reports, technical indicators or agency guidance could help operators distinguish scanning from confirmed compromise.
- Evaluation containment changes. Anthropic’s partner controls and any further incident details will matter more than anthropomorphic claims about model intent.
- Gigafactory tender terms. Timelines, site requirements and SME access rules will determine whether the announced investment becomes usable compute.
- Betelgeuse follow-up. A second observation that shows compatible motion would strengthen the case for a bound companion.
Conclusion
The common thread was delegation under constraints. An assistant can cross job boundaries, operate a browser, review code with external context or run on cheaper infrastructure, but its value depends on permissions, budgets, review and a reliable way to stop. The cyber-evaluation incidents and water-controller attacks made the same point from opposite directions: a boundary that exists only on paper is not a security control.
For a small team, the practical response is disciplined experimentation. Test one real task, measure the complete cost, keep consequential actions with a person and verify rollout claims in the account you actually use. For future-facing announcements, separate a tender from a completed facility and strong astronomical evidence from confirmation. That language is less dramatic, but it produces better purchasing, security and editorial decisions.

Join the conversation
Stay on topic and respect other readers. Your first comment may appear after editorial review.