Another Daily AI Newsletter - July 27
⭐ Top Story: Nvidia may become OpenAI’s $250 billion co-signer
Nvidia is reportedly discussing a roughly $250 billion financial guarantee for OpenAI’s proposed data-center campus in southern Ohio. The backing would help developer SB Energy borrow at better terms and make OpenAI’s long-term lease easier to finance despite the company lacking an investment-grade credit rating.
The proposed guarantee would cover the lease and construction financing, while as much as $350 billion of Nvidia hardware could be financed separately. Nvidia would not hand OpenAI $250 billion at closing. Its balance sheet would stand behind obligations if the guaranteed parties defaulted.
The scale is difficult to overstate. The planned PORTS Technology Campus could eventually consume 10 gigawatts and cost more than $500 billion after including its chips. Its first 800-megawatt phase is targeted for 2028 at a former uranium-enrichment site that the Department of Energy is still cleaning up.
Nvidia has been building toward a larger role in AI financing. On July 1, the company introduced a revenue-sharing and credit-support model designed to help AI clouds procure Nvidia infrastructure. But the reported OpenAI backstop would be in another category: Nvidia’s latest SEC filing lists only $3.5 billion of maximum exposure across all its existing partner facility-lease guarantees.
The business logic is clear. Nvidia can help its largest customers secure the infrastructure needed to buy and operate more Nvidia systems. The same arrangement concentrates more risk around OpenAI’s ability to turn unprecedented computing commitments into revenue, and it makes vendor-supported demand harder to separate from demand financed independently.
The project also connects AI infrastructure to government industrial policy. The campus includes as much as 9.2 gigawatts of natural-gas generation, $4.2 billion of transmission work and $33.3 billion in Japanese funding. Federal officials are helping determine access to the power while Ohio residents are challenging the environmental and financial costs of mega data centers.
The guarantee, OpenAI lease and complete 10-gigawatt buildout are not final. The clearest signal is the role Nvidia is considering: moving from selling the chips to underwriting the infrastructure where those chips run.
The model is becoming one piece of the product
Sakana AI released a Claude Code-compatible interface for Fugu Ultra v1.1. Fugu coordinates a changing team of frontier models behind one endpoint. Sakana’s setup guide now lets developers use that system through Claude Code or Codex instead of learning a separate workflow. The compatibility is still imperfect in places, and Sakana’s performance comparisons remain company-reported.
GitHub released a Copilot dashboard that measures how deeply teams use AI. Enterprise administrators can compare code-first, agent-first, multi-agent, and passive cohorts using pull requests merged, merge velocity, lines of code, and six-month trends. The dashboard cannot establish that Copilot caused every difference. It still gives companies a more useful adoption view than license counts alone.
The pattern is visible in both releases. Model quality still matters, but the product around the model determines whether people can use it repeatedly, fit it into existing work, and tell whether it is helping.
AI systems are learning when to spend effort and what to remember
PyroDash trains a small model to decide when it needs help from a larger one. In the paper’s math experiments, one setting reduced the large model’s token use to 1.9% and cut the reported cost from $49.36 to $1.78, with lower accuracy than its more expensive setting. The useful idea is the handoff: easy tokens stay with the cheaper model, and difficult work escalates.
SmartVL adjusts how much of an image a multimodal model examines and how much computation it spends. Instead of processing every visual token at the same depth, the system coordinates what to look at with how hard to think. The paper was accepted to ECCV 2026 and reports a better accuracy-efficiency tradeoff than the adaptive methods it tested.
Researchers tested whether models can turn past attempts into reusable “notes to self.” A model or stronger teacher extracts strategies and warnings from previous solution traces, stores them in a searchable library, and retrieves the relevant lessons for a new problem. The paper reports gains on mathematical and logical reasoning benchmarks, including when models generated their own abstractions.
Together, these projects make allocation decisions explicit: when to escalate, which visual input deserves more compute, and which lessons are worth retrieving. Efficiency is becoming a reasoning-system design problem rather than a smaller-model setting.
Quick Hits
Apple is reportedly reconsidering how cameras should work in its first AI glasses. Ideas under discussion include camera-free glasses or cameras that provide visual context to AI without giving wearers ordinary photo and video controls. Apple has not announced the product, and its reported 2027 timeline could still change.
Microchip signed an agreement to acquire edge-AI chipmaker Hailo. The terms were not disclosed. The proposed deal would add processors and software for robots, smart cameras, industrial systems, and other devices that need to run AI locally. It is expected to close by the end of September, subject to approvals.
DeepSeek reportedly paused a fundraising round that valued the company near $74 billion. Reuters, citing Bloomberg, says the process may resume. Reuters could not independently verify the report, and DeepSeek did not immediately comment.
Google says Gemma 4 has passed 300 million downloads. The company did not publish a breakdown of unique users or production deployments, but the milestone shows the reach an open model family can build beyond benchmark tables.
🔬 Research Radar
A retail-robotics study trained a humanoid to restock bags of chips with one GPU. The researchers used a Unitree G1-Edu and NVIDIA’s GR00T N1.6 model, then improved a failing baseline through data curation, task-specific visual emphasis, and targeted post-training. The work has been submitted to IEEE and covers one supermarket task, but it argues that real deployment can depend more on systems integration than a new foundation model.
HOPE offers a mathematical way to deconstruct what neural networks have learned. By representing neurons and larger network blocks in a shared mathematical space, the framework tries to compare pruning, merging, and removal without favoring particular layer sizes. The paper includes proof-of-concept compression and fine-tuning experiments, but it remains an early research framework rather than a production tool.
🛠️ For Builders
Perplexity released a CLI for grounded web search and page retrieval. It returns structured JSON for humans and coding agents, supports date and domain filters, and includes an installable agent skill.
Google demonstrated how Model Armor can redact sensitive details inside a prompt without rejecting the entire request. Builders can configure Sensitive Data Protection to mask details such as national ID and phone numbers before a prompt reaches an agent. Requests that trigger additional security detectors can still be blocked. Google documents the behavior and configuration here.
Nvidia is using its Vera CPUs to help design its next CPUs and GPUs. Early company testing with selected Cadence Jasper and Synopsys VCS verification workloads showed performance improvements of up to 1.5 times. Nvidia is now deploying Vera across its own electronic-design automation workflows.
Soar released an MCP server that lets agents find and book flights. The company says it works with Codex, Claude and OpenClaw, charges market rates without an additional booking fee, and supports x402 payments. The launch is currently documented through Soar’s announcement rather than public technical documentation.
GitHub’s Copilot cloud agent can now take a Linear issue and open a draft pull request. Teams can choose the model, select a custom repository agent, set branches, and steer the run from Linear comments.
📘 AI Term of the Day: Modality
Google defines a modality as a high-level category of data, such as text, numbers, images, video, or audio.
AI glasses make the term tangible. A microphone adds audio, a camera adds images and video, and a display adds a visual output. Combining those modalities can make an assistant more useful because it can hear and see the wearer’s context. It also creates more ways to capture information about other people, which is why multimodal product design has to include privacy decisions from the beginning.
Google’s definition | Go deeper with Google’s guide to multimodal prompting

