02 Aug Sunday 2026 Index 中文 EN
Daily AI Digest

Daily AI Digest

Top Stories


VIDEO GENERATION · SEEDANCE

Seedance 2.5 generates 30-second audiovisual clips and extends them into minutes

Official Seedance 2.5 demonstration frame from ByteDance

ByteDance's Seed team released Seedance 2.5, doubling single-pass audiovisual generation from 15 to 30 seconds and adding repeated extensions. One request can reference as many as 30 images, 10 video clips and 10 audio clips, while timestamp-level editing targets specific visuals or sounds. The model is rolling out in Jimeng AI and Doubao Pro. API access through BytePlus ModelArk is still coming.

Verdict: Ad and short-film teams may spend less time splitting, stitching and adding sound, but multi-minute continuity is still a vendor claim. Test identity consistency, lip sync, captions and commercial rights on real work before adopting it.

ByteDance Seed / Hacker News · Aug 2 · 107 HN points
RULES TAKE EFFECT · EUROPEAN UNION

EU AI transparency rules take effect today for chatbots and deepfakes

Article 50 of the EU AI Act starts applying on August 2. Providers must tell people when they are interacting with AI and add machine-readable marks to AI-generated or manipulated content. Deployers must also disclose deepfakes, public-interest text published without human review, emotion recognition and biometric categorization. Companies face fines of up to EUR 15 million or 3% of worldwide annual turnover. A marking grace period until December may cover some generative systems placed on the market before today.

Verdict: Products serving Europe need more than a sentence in their terms. Product, content and legal teams should audit interaction notices, machine marks, public labels and evidence logs together, then confirm whether any transition rule applies.

European Commission · Aug 2
MATHEMATICS · OPENAI

OpenAI says its next Astra model solved ten long-open mathematics problems

OpenAI released ten results spanning high-dimensional sphere packing, group theory, quantum complexity, lattice cryptography and combinatorics. The company says an internal version of its next major model, Astra, generated the arguments, with solution-search tokens costing roughly $2,000 at Sol API rates. Humans then helped prepare manuscripts, and the model produced a Lean certificate for each argument. The papers, certificates and reasoning records are public, but results this consequential still require line-by-line review by the mathematics community.

Verdict: The meaningful advance is not just generating answers but pairing manuscripts with machine-checkable certificates. Independent validation matters more now than the headline count of problems.

OpenAI · Aug 1 · 104 HN points

Tools & Products


DATA VISUALIZATION · MICROSOFT FLINT

Flint turns one compact specification into five editable chart formats

Microsoft Research and Renmin University's IDEAS Lab open-sourced Flint. An AI agent writes a short, human-editable chart specification, while the compiler derives axes, labels, spacing and layout from the data. The same input can produce native Vega-Lite, ECharts, Chart.js, Plotly or Excel output. An MCP server also lets compatible agents create, validate and render charts inside a conversation.

Microsoft Research / IDEAS Lab · MIT · 102 HN points

Builder Perspectives


Aaron Levie argues that the harness around a model, including work decomposition, tool use and model routing, is becoming the next most important variable after model capability. As tasks grow from millions to tens or hundreds of millions of tokens, decomposition and routing directly affect accuracy and cost.

View post on X →

Swyx still actively uses /loop and /goal. He finds them useful when a user wants both steerability and autonomy, or when the desired end state is an open-ended loop that creates new loops. Early instability, he argues, was not a reason to abandon the pattern permanently.

View post on X →

Peter Steinberger observes that model 5.5 can accept new instructions while it is working without becoming confused, making a strict queue less necessary. That behavior moves long-running agents closer to continuous collaboration instead of one-shot job submission.

View post on X →

Community Buzz


COST TRANSPARENCY · CURSOR

Cursor confirms self-serve plans no longer show per-request dollar costs

Cursor staff confirmed on its official forum that individual and self-serve Teams plans now report usage in tokens. The Usage page, CSV exports and the endpoint that reads historical events no longer return per-request dollar costs. Aggregate on-demand charges remain visible. Teams administrators can see each member's on-demand total, but not the old per-model dollar breakdown. Enterprise plans and supported admin interfaces retain some cost fields.

Verdict: Teams that used request-level costs to choose models lose a useful feedback loop. Before changing plans or tools, verify which billing fields are actually available and record tokens, model, task outcome and final charge together.

Cursor community forum · Jul 31 · 114 HN points
MODEL ADOPTION · DOORDASH

US lawmakers investigate DoorDash's use of China's Kimi model

ITHome, citing CNBC, reports that the chairs of the US House Homeland Security Committee and China Select Committee asked DoorDash to explain its use of Moonshot AI's Kimi. DoorDash co-founder Andy Fang previously said the company gives the hardest work to a frontier model and delegates lower-level tasks to Kimi K2.6 for lower cost. DoorDash says it will discuss how it safely uses both US frontier and open-weight models. The inquiry requests information and is not a finding of wrongdoing.

ENGINEERING PRACTICE · HACKER NEWS

AI makes prototypes faster without shortening the road to a reliable product

An engineering essay newly popular on Hacker News argues that AI can produce a convincing app in minutes without supplying error handling, access control, load tolerance, observability or durable data design. Syntax is becoming easier, but understanding how systems fail and which choices create long-term costs still requires judgment. AI amplifies experienced engineers; treating it as a substitute for understanding shifts the risk into production.

Anuradha Weeraman · 100 HN points

GitHub Trending


GITHUB TRENDING · 442 STARS TODAY

speech-to-speech builds a modular local voice agent

huggingface/speech-to-speech connects voice activity detection, speech recognition, a language model and speech synthesis in a low-latency pipeline with an OpenAI Realtime-compatible WebSocket interface. Every stage is replaceable, and the language-model slot can use a provider or a local vLLM or llama.cpp server. The Python project supports Apple Silicon, CPU and CUDA and has about 10,201 stars.

Python · Apache-2.0 · 10,201 stars
GITHUB TRENDING · 113 STARS TODAY

cangjie-skill turns long-form content into callable, tested agent skills

kangarooking/cangjie-skill processes books, long videos, podcasts and courses. Instead of stopping at a summary, it extracts methods, checks evidence and boundaries, then emits multiple skills with triggers and tests. The repository includes examples based on books, investing interviews, writing methods and video courses. The AGPL-3.0 project has about 5,900 stars.

Markdown / Python · AGPL-3.0 · 5,900 stars
Editor's note

Today's three threads all show that capability is only the start. Video models need real production tests, mathematical results need peer review, and public-facing AI needs detectable, traceable labels. Verification and accountability turn faster generation into dependable outcomes.