31 Jul Friday 2026 Index 中文 EN
Daily AI Digest

Daily AI Digest

Top Stories


ROBOTICS MODELS · GOOGLE DEEPMIND

Gemini Robotics 2 spans whole-body control, multi-robot reasoning and on-device execution

Gemini Robotics 2 whole-body intelligence graphic

Google DeepMind introduced three Gemini Robotics 2 models. Gemini Robotics 2 is a vision-language-action model that coordinates humanoids from feet to fingertips and supports dexterous bi-arm work. Gemini Robotics ER 2 understands physical scenes, communicates with people, plans multi-step jobs lasting minutes and can coordinate teams of robots. Gemini Robotics On-Device 2 runs locally and can adapt to a new robot body with a few hours of data. ER 2 is available in Google AI Studio and private preview; the other models are going first to early-access partners. DeepMind also says multi-finger manipulation remains difficult.

Verdict: The important change is not one polished demo. Perception, long-horizon planning, whole-body action and local execution are becoming composable layers. Robotics teams still need success-rate evidence on their own hardware, tasks and safety envelope.

Google DeepMind · Jul 30 · HN 106 points
MODEL PRICING · OPENAI

OpenAI cuts GPT-5.6 costs: Luna by 80% and Terra by 20%

OpenAI changed GPT-5.6 API pricing on July 30. Luna now costs $0.20 per million input tokens and $1.20 per million output tokens, an 80% reduction according to the company. Terra is $2 for input and $12 for output, 20% lower. Sol pricing is unchanged. Sol also gets a Fast mode with throughput up to 2.5 times Standard at twice the price, replacing Priority Processing. Lower list prices help batch inference, but total economics still depend on caching, tool calls, output length and failed retries.

Verdict: Luna's price drop is large enough to justify rerunning model-routing decisions. Production teams should test a fresh quality, latency and total-cost matrix by task value instead of moving existing traffic without measurement.

OpenAI · Jul 30 · HN 133 points
EXECUTIVE CHANGE · SCALE AI

Scale AI hires Google Cloud COO Francis deSouza as chief executive

Axios reports that Scale AI appointed Google Cloud chief operating officer Francis deSouza as CEO, replacing interim leader Jason Droege. DeSouza's last day at Google Cloud is August 7. Scale is expanding from training data toward enterprise AI applications, and management says the applications business could become larger than data within 18 months. That is a company forecast, not an achieved revenue mix. Customers still need evidence that the new leadership can connect reliable deployments with responsible controls and measurable returns.

Verdict: Scale's competitive center is moving from the data supply chain to enterprise delivery. The test for its new CEO is not growth alone, but whether data, model evaluation and business outcomes become one auditable delivery system.

Axios · Jul 30 · 18-month applications target

Tools & Products


BROWSER SECURITY · GOOGLE CHROME

Google says AI helped fix 1,072 security bugs across Chrome 149 and 150

ITHome relays Google figures saying AI-assisted tools helped find or fix 1,072 security issues in Chrome 149 and 150, more than the total in the previous 23 releases. The report links the increase to automated fuzzing, code analysis and repair suggestions. The number measures bug-handling volume. It does not mean AI found every issue independently or that browser risk has already fallen. Severity, duplicates and evidence of exploitation still need separate assessment.

Google / ITHome · Jul 30 · 1,072 bugs
ORGANIZATION · BYTEDANCE

Report says ByteDance formed a Doubao Office unit for AI workplace products

ITHome cites recruiting and internal-organization signals that ByteDance has created a Doubao Office group, is hiring AI strategy product managers and plans to coordinate workplace capabilities across Doubao, Feishu and Volcano Engine. Public information does not specify a standalone product, release date or business model. The development is therefore better read as an organizational and product-direction signal than as a launched office suite. Unified identity, permissions and enterprise-data boundaries will be important if the products converge.

ITHome · Jul 30 · No launch date announced

Builder Perspectives


Aaron Levie argued that stronger AI inference will initially flow to the highest-value tasks, while competition among model and infrastructure suppliers pushes prices down until demand catches capacity again. His framing treats inference economics as a moving equilibrium, not a one-way rise in compute cost.

View post on X →

Peter Yang described three dark patterns in AI productivity: no longer reading the source or reviewing changes, repeatedly checking agents while away from the computer, and preferring an agent conversation to talking with a person. They suggest that review, stopping rules and human collaboration need to be designed into the workflow.

View post on X →

Zara Zhang connected two ideas. Deep domain expertise plus AI-native reinvention makes a person more resilient, while builders who do their own marketing improve the product by meeting real audiences. Her durable advantage is the combination of judgment and a direct feedback loop, not tool fluency by itself.

Domain-expertise post → Product-marketing post →

Community Buzz


AGENT EXPERIMENT · BOTTLENECK LABS

GPT-5.6 Sol ran a business for 24 hours, used 320 million prompt tokens and made no revenue

Bottleneck Labs gave GPT-5.6 Sol a Mac mini, a live application, bank and card access, email and a $350 starting balance, then asked it to grow a real business for 24 hours. The agent processed about 320.7 million prompt tokens, made 1,129 tool calls and increased users from 61 to 66, but revenue stayed at zero and the account ended at $250.50. It bought a testing campaign, changed prices repeatedly, sent inappropriate user messages and lost about three hours when Chrome exhausted memory. One run cannot represent every enterprise task, but it exposes weak verification, permissions and cost controls in autonomous operations.

Verdict: Coding ability did not become business judgment automatically. Production readiness depends on reversible actions, spending limits, identity and compliance constraints, plus a clear account of what happened before a human intervenes.

Bottleneck Labs · Jul 30 · HN 113 points
OPEN-SOURCE GOVERNANCE · GCC

GCC adopts an AI contribution policy that generally rejects significant LLM-generated code

The GCC steering committee accepted a new policy for AI-assisted contributions. LWN explains that the project will generally reject legally significant contributions containing or derived from language-model output, with GNU guidance using roughly 15 lines as a reference. Maintainers may choose to accept substantial model-generated test cases. Contributors can still use models for research, analysis, bug discovery and reporting, or patch review when the output itself does not enter the contribution. The policy is expected to evolve. Hacker News gave the discussion 122 points.

Verdict: This is not a blanket ban on AI. It puts copyright provenance and traceability ahead of speed. Contributors need records of generation and human rewriting, and must understand the source and responsibility of every submitted line.

GCC / LWN · Jul 30 · HN 122 points
CONTENT GOVERNANCE · LINKEDIN

LinkedIn adds a report option for low-value AI-generated posts

ITHome reports that LinkedIn's reporting menu is adding an option for low-quality AI-generated posts, allowing members to flag bulk, repetitive or insubstantial content. LinkedIn previously said it would reduce distribution of empty engagement bait and repeated material while preserving legitimate AI-assisted creation. The new control does not imply that the platform will remove content solely because AI was used. Enforcement still depends on quality, deception and the platform's rules.

GitHub Trending


GITHUB TRENDING · 439 STARS TODAY

TRELLIS.2 generates high-fidelity 3D assets with compact structured latents

microsoft/TRELLIS.2 is a 4-billion-parameter image-to-3D model built around an O-Voxel sparse representation for open surfaces, non-manifold geometry and internal structures. It generates PBR attributes including base color, roughness, metallic and opacity. The README reports about three seconds for a 512-cubed asset on an H100, and requires Linux plus an NVIDIA GPU with at least 24 GB of memory. The MIT repository has 9,614 stars and lists training code, inference code and checkpoints as released.

Python · MIT · 9,614 stars
GITHUB TRENDING · 1,232 STARS TODAY

AI Agents in Depth opens 10 chapters and 94 accompanying experiments

bojieli/ai-agent-book uses the formula Agent = LLM + context + tools to cover context engineering, memory, tools, coding agents, evaluation, post-training, multimodal systems and multi-agent collaboration. The repository includes 10 chapters, 94 experiments, PDF and EPUB builds, and editions in 10 languages, although translations may trail the Chinese original. The Apache-2.0 repository has 27,374 stars. Some experiments depend on external models, hardware or pinned repositories, so available source should not be confused with completed experimental evidence.

Python · Apache-2.0 · 27,374 stars
EDITOR'S NOTE

Today's through line is the move from model capability to system responsibility. Gemini Robotics 2 extends reasoning into a complete body, OpenAI's price cuts reorder inference economics, and Scale is moving toward enterprise applications. At the same time, GCC and LinkedIn are drawing boundaries around provenance and content quality. The more independently a system can act, the more explicit its costs, permissions, verification and accountability must become.