OrangeBot.AI Digest — 2026-07-24
90 headlines across 8 sources, aggregated for this day.
Hacker News(15)
- Postgres LISTEN/NOTIFY actually scales (www.dbos.dev)
- Nvidia, Microsoft, Meta warn against overregulating open-weight models (www.cnbc.com)
- Claude Opus 5 (www.anthropic.com)
- Be skeptical of OpenAI's rogue hacker agent story (www.theguardian.com)
- Government orders GitHub to remove Bluetooth-based chat app Bitchat: Jack Dorsey (www.thehindu.com)
- Half-Life 2 running natively on HaikuOS (discuss.haiku-os.org)
- Patreon laying off 20% of staff (www.patreon.com)
- Em dashes are amazing (psychotechnology.substack.com)
- My security camera shipped a GitHub admin token in its login page (hhh.hn)
- India's first privately-developed rocket reaches orbit on debut launch (arstechnica.com)
- IRGC claims it destroyed Amazon's Bahrain data center (houseofsaud.com)
- Hetzner is working on LLM Inference (sliplane.io)
- Buz – A fork of Bun using modern Zig, with sub-1s incremental builds (ziggit.dev)
- It's getting harder to focus every day (glyphack.com)
- If coding has been solved, why does software keep getting worse? (ptrchm.com)
GitHub Trending(15)
- block / buzz
- koala73 / worldmonitor
- ComposioHQ / awesome-claude-skills
- Pumpkin-MC / Pumpkin
- shiyu-coder / Kronos
- Automattic / harper
- likec4 / likec4
- citrolabs / ego-lite
- yorukot / superfile
- ruvnet / RuView
- CoreBunch / Instatic
- chrislgarry / Apollo-11
- mattpocock / skills
- Lordog / dive-into-llms
- diegosouzapw / OmniRoute
Product Hunt(15)
- Fedica 2.0
Publish and grow your profile across social apps
- HarnessRouter
Bring the world's best AI agents into your app, with one API
- The new Firecrawl /search
Our most accurate Search API for AI agents.
- Buzz
Your people, your agents, your project — all in one place
- HealthyNotch
Work shouldn't cost you your health
- MinkNote
Private macOS notes built on plain Markdown files
- Pushary
Approve AI requests from your lock screen
- YC has it
Describe your problem, get the YC startup that solves it
- Prosed
The AI book service that shows its work
- Liso
Highlight text on any page and turn it into audio.
- Hotspot Meter
A private data-usage meter for your Mac menu bar
- Fluree AI
Give every AI agent trusted context
- Freesolo Flash
Full-Stack Platform for Training Small Language Models
- Basement
Shopping browser with agentic checkout
- Quaso
AI automation agent to get stuff done across apps or browser
Hugging Face(15)
- AREX: Towards a Recursively Self-Improving Agent for Deep Research
Deep research requires agents to find answers that jointly satisfy multiple constraints. Discovering such answers is costly, whereas verifying a candidate can often be decomposed into tractable constraint-wise checks. This discovery--verification asymmetry suggests that a research agent should do more than simply search longer: it should recursively improve its current answer by verifying intermediate results and using the partially verified state to guide subsequent refinement. We introduce AREX, a family of Recursively Self-Improving (RSI) deep research agents. AREX alternates between an inner research loop that gathers evidence and constructs a provisional answer, and an outer self-improvement loop that audits the answer constraint-wise, identifies unresolved claims, and launches targeted follow-up research. To sustain RSI over long horizons, AREX learns an autonomous context-update tool that compresses growing interaction history into a compact improvement state preserving verified evidence and unresolved constraints, without relying on an external model. We train AREX on verified synthetic tasks and high-quality trajectories through agentic mid-training and long-horizon reinforcement learning. To mitigate sparse final rewards during long horizon learning, we emphasize key steps where decisive evidence is acquired or erroneous research directions are corrected. We instantiate a dense 4B model and a 122B-A10B Mixture-of-Experts model. Across BrowseComp, WideSearch, DeepSearchQA, Humanity's Last Exam (HLE), and other reasoning and tool-use benchmarks, AREX substantially outperforms comparable-scale baselines and remains competitive with models using substantially more activated parameters.
- ReferTrack: Referring Then Tracking for Embodied Visual Tracking
Embodied visual tracking (EVT) requires a mobile agent to continuously follow a specific target described in natural language using only onboard vision. While recent vision-language-action (VLA) policies unify target identification and trajectory planning, their chain-of-thought (CoT) reasoning often operates in abstract spatial latents that are difficult to supervise and weakly aligned with explicit image-space detections. To address this, we introduce ReferTrack, a referring-then-tracking paradigm that grounds EVT using a single forward-facing camera. Our model first selects the target from an indexed set of bounding boxes, then decodes tracking waypoints conditioned on this image-grounded decision. To preserve target motion cues over time, ReferTrack maintains a sliding-window queue of previously selected bounding boxes, injecting their geometric features into the visual history via temporal-viewpoint-bbox indicator (TVBI) tokens. We further enhance target identification by co-training on a custom Refer-QA dataset. On EVT-Bench, ReferTrack achieves state-of-the-art single-view performance with success rates of 89.4%, 73.3%, and 74.1% on the single-target, distracted, and ambiguity tracking splits, respectively -- matching or even surpassing several multi-camera baselines on identification-heavy tasks. Finally, real-world deployments on legged and humanoid robots validate its robust sim-to-real transfer capabilities. Code is available at https://github.com/MedlarTea/referTrack.
- K12-KGraph: A Curriculum-Aligned Knowledge Graph for Benchmarking and Training Educational LLMs
Large language models are increasingly used in K-12 education, but existing benchmarks mainly test exam question answering rather than understanding how curriculum knowledge is structured and visually presented. We call this capability curriculum cognition. It covers prerequisite chains, concept taxonomies, experiment-concept links, pedagogical sequencing, and visual grounding. We introduce K12-KGraph, a curriculum-aligned knowledge graph extracted from official People's Education Press textbooks in mathematics, physics, chemistry, and biology across primary, middle, and high school. It contains nine node types and fourteen relation types covering curriculum structure and visual grounding. From this graph, we derive K12-Bench, a 23,640-question multi-select benchmark with five task families: Ground, Prereq, Neighbor, Evidence, and Locate. We also build K12-Train, a graph-guided supervised fine-tuning corpus of 7,335 samples, including 2,267 text-only QA pairs and 5,068 multimodal VQA pairs. On K12-Bench, Gemini-3-Flash achieves only 57 percent exact match and Gemma-4-31B-IT reaches 46 percent, with Prereq and Neighbor being the hardest tasks. Our training experiments show that domain-specific supervision can reduce this gap. Under a matched 2,300-sample budget, K12-Train-Text consistently outperforms equally sized subsets of eight mainstream instruction-tuning corpora on GaokaoBench and EduEval. For vision-language models, K12-Train-Full achieves the best overall results on Gaokao-MM, MDK12-medium, and K12Vista among all compared training configurations, despite using fewer samples than the full DataFlow and WizardLM baselines. It also surpasses both text-only and multimodal-only variants, showing that textual and visual supervision are complementary. We release the graph, benchmark, training data, and complete construction pipeline.
- Visual Contrastive Self-Distillation
On-policy self-distillation (OPSD) is promising as it removes the external teacher required by on-policy distillation (OPD), yet it still needs asymmetric information between teacher and student to ensure that the self-teacher provides a stronger learning signal than the student. Existing methods create this asymmetry either through privileged answers or visual evidence. We ask whether both can be removed, yielding a simpler form of OPSD driven purely by input conditioning. For this purpose, we propose Visual Contrastive Self-Distillation, namely VCSD, which converts image-content removal into an on-policy self-distillation signal. At each student-generated response prefix, the EMA teacher produces two next-token distributions under the same prompt and prefix -- one conditioned on the original image and the other on a content-erased control. Their token-wise log-probability difference highlights candidates whose likelihood is specifically increased by the instance-level visual content. We use this contrast to sharpen the teacher's original-image distribution within its plausible support, and distill the resulting full-distribution target into the student. Using ViRL39K dataset, VCSD consistently outperforms matched OPSD across Qwen3-VL and Qwen3.5 models. For example, on Qwen3-VL, it improves the seven-benchmark aggregate from 62.27% rightarrow 67.04% at 2B, 71.30% rightarrow 73.16% at 4B, and 72.51% rightarrow 76.26% at 8B. Furthermore, VCSD requires no external teacher, privileged answers, visual evidence signals, reasoning traces, or additional inference-time cost.
- Show, Don't Tell: Evaluating Spatial Cognition in Generative Pixels Rather Than LLM Text
Spatial intelligence is essential for agents to move from static semantic understanding toward interacting with the physical world. Many spatial tasks are grounded in continuous visual scenes, where locations, regions, and paths are more naturally expressed by pointing, marking, or drawing than by reporting precise coordinates or discrete textual symbols. Yet existing spatial reasoning benchmarks usually require coordinates, options, or text, creating an answer-interface mismatch for image-generation models. This makes it difficult to evaluate image-generation models under the same task semantics as text-output VLMs, despite their ability to externalize spatial judgments directly in pixel space. We propose ProVisE (Protocolized Visual Evaluation), a benchmark-agnostic framework that elicits protocol-constrained visual answers from image-generation models and parses them into structured predictions compatible with original metrics. ProVisE also includes an Agentic builder that constructs and validates task-specific protocols for new benchmarks. We further introduce SpatialGen-Bench, a curated diagnostic benchmark of 470 samples across 14 spatial subtasks, four capability levels, and diverse answer forms. We evaluate representative text-output VLMs and image-generation models in a unified setting and validate Agentic protocol construction on six external spatial benchmarks. Results show that image-generation models are competitive when spatial answers can be externalized directly in pixel space, while text-output VLMs retain a clear advantage in compositional spatial reasoning. These findings reveal complementary strengths of pixel-space expression and text-based reasoning and establish a metric-compatible testbed for studying spatial cognition in image-generation models.
- NVIDIA-labs OO Agents: Native Python Object-Oriented Agents
Traditional agent development is split across prompt templates, tool schemas, callback code, and workflow graphs. We present NVIDIA Object-Oriented Agents (NOOA), a model-agnostic Python framework for building reliable AI agents. NOOA takes a simpler approach: an agent is a Python object. Its methods are the actions the model can take, fields are its state, docstrings are its prompts, and its type annotations are contracts. A method whose code body consists of "..." is completed at runtime by an LLM-driven agent loop, while methods with normal bodies remain standard deterministic Python. This gives developers and agents the same interface, so agent behavior can be tested, traced, refactored, and improved just like other software. This paper makes three contributions. (1) We present the agent-as-a-Python-object programming model and the design principles behind it. Where Python has existing abstractions, we adopt them directly. Agent-specific capabilities--context, events, state rendering, long-term memory, and validated LLM loops--are exposed through simple Pythonic APIs, so both developers and agents share one familiar programming model. (2) We identify six model-facing ideas that NOOA is, to our knowledge, the first to combine on a single surface: typed input/output, pass-by-reference over live objects, code as action, programmable loop engineering, explicit object state, and model-callable harness APIs for context and events. We find the community already converging on several of these ideas--often as experimental or partial features--and present the comparison to encourage further adoption. (3) We demonstrate that current models use this interface effectively, both in targeted capability tests and on agentic and reasoning benchmarks such as SWE-bench Verified and Terminal-Bench 2.0 and ARC-AGI-3.
- Color Pass-Through via Camera-Display Coupling
When a real-world scene is captured by a smartphone camera and viewed on its screen, the displayed image often differs noticeably from the original scene in color, brightness, and contrast. This gap persists despite substantial advances in both modern cameras and displays. A key reason is that most pipelines factor the high-dimensional capture-to-display process into two separately calibrated camera and display stages, and then connect them through low-dimensional color transforms, leading to information bottlenecks and inevitable error accumulation. To address this systemic challenge, we propose Color Pass-Through, an end-to-end learned framework that operates directly on captured images. Our key insight is to treat the camera and display as a coupled system rather than calibrating them in isolation. Coupling the camera and display yields two practical advantages: (1) it brings the entire real-world scenes to the display via end-to-end optimization, and (2) it allows efficient one-step calibration for each distinct observer via complete capture-to-display path. We validate Color Pass-Through using both digital and human observers. Compared with representative baselines, our method achieves an average gain of +2.0 points on a 5-point user study and more than 2x improvement on quantitative metrics, demonstrating improved reproduction of the perceived color of the original scene.
- Tencent WorkBuddy Bench: A Multi-Domain Coding-Agent Benchmark with Contamination-Resistant Task Construction
We introduce Tencent WorkBuddy Bench, a multi-domain evaluation suite for coding agents; this report documents its construction methodology, scoring protocol, and a cross-model leaderboard. At its core is a unified evaluation framework for constructing and running distribution-informed coding-agent tasks across four work domains - Code, Web, Office, and Security. Rather than adapting public issue text, every task is reverse-engineered from a real commit, pull request, or business scenario and rewritten as a short, colloquial, role-played request, so that a task's prompt is not recoverable by web-searching the underlying issue, pull request, or commit thread. Because the dataset is released openly - task directories, environment images, evaluation harness, tests, and reference solutions - contamination resistance rests on this construction together with dataset versioning rather than on secrecy. The four subsets - repository-level engineering, front-end development, office and business workflows, and red-/blue-team security - probe complementary facets of real work, each with its own verification style. All are packaged in a uniform task-directory format and run, under a uniform and reproducible protocol, on two agent harnesses (CodeBuddy Code and Claude Code); the full open release makes the benchmark reproducible end to end and directly auditable, since any third party can re-run each task and inspect its content. Because each subset uses a different scoring instrument, scores are not comparable across subsets and the suite reports no suite-wide average. We report a cross-model leaderboard across several model families.
- SANA-Video 2.0: Hybrid Linear Attention with Attention Residuals for Efficient Video Generation
We introduce SANA-Video 2.0, a hybrid video diffusion transformer instantiated at 5B and 14B scales under a unified architecture. Designed to generate high-quality video up to 720p on a single GPU, SANA-Video 2.0 matches full-softmax video DiTs in quality while retaining the favorable long-sequence scaling of linear attention. To avoid quadratic attention throughout, Hybrid Linear-Softmax Attention combines gated linear attention for O(N)-dominated mixing with periodic gated-softmax anchors at a 3:1 ratio, restoring the full-rank token interactions that pure linear attention lacks. To propagate these refreshed representations across depth, Block Attention Residuals (AttnRes) route completed block summaries into later linear layers, enabling anchor-feature reuse and boosting deep-layer effective rank by ~12%. Through from-scratch training, SANA-Video 2.0 learns the complete hybrid directly rather than linearizing pretrained models, with reduced-resolution proxy studies establishing 25% softmax as the optimal quality-efficiency trade-off. With 40-step sampling, SANA-Video 2.0 achieves a VBench score of 84.30 in 13.2s at 480p on a single H100, remaining competitive with far larger softmax video DiTs at a fraction of the latency. Its compiled DiT forward pass is 3.2x faster than a matched full-softmax baseline at 720p/60s, a gap that expands with video duration. Furthermore, full-stack Sol-Engine optimization (kernel fusion, caching, and sparse attention) accelerates this hardware-friendly backbone by a further 3.58x, bringing the 5B pipeline to 13.06s at 720p/5s and making it 120x faster than Wan 2.2-A14B on one H100. Overall, our hybrid design recovers softmax-level expressiveness at substantially reduced cost, unlocking scalable long, high resolution video generation.
- LLMs Get Lost in Evolving User Intent
As LLMs become more capable, they are increasingly deployed as collaborative agents, taking on user-delegated tasks through iterative interaction. Yet genuine interaction is inherently dynamic: users rarely specify their intent upfront, instead disclosing, revising, and reshaping it as the conversation unfolds. Despite this, LLMs are still predominantly evaluated or trained in single-turn, fully-specified settings, leaving open a fundamental question: how well do LLMs track and act on user intent as it evolves over the course of a conversation? To study this, we introduce a framework that transforms static, single-turn tasks into dynamic multi-turn conversations in which the user's intent evolves across turns--incrementally revealed, revised, and at times redirected mid-conversation--while preserving each task's original evaluation protocol, enabling existing benchmarks to be reused as controlled testbeds without new annotation. Across multiple tasks, we surface a consistent phenomenon: strong static-setting performance does not transfer to the evolving-intent setting, with substantial drops across model families. Our findings point to a fundamental gap: today's LLMs do not yet faithfully track and act on the user's evolving intent, a capability invisible to static evaluation yet critical for future collaborative agents.
- Self-Supervised Learning of Structured Dynamics from Videos
Understanding motion in video is a fundamental challenge for visual learning, as frame-to-frame change entangles two sources of dynamics: camera motion and object motion. This decomposition has remained underexplored in representation learning, partly because these factors are tightly coupled in natural videos and difficult to supervise separately. Yet recovering it is important for learning robust motion representations that separate meaningful object dynamics from camera-induced variation. We study whether such structured motion representations can be recovered from frozen features of a pretrained image vision transformer. We propose the Structured Dynamics Model (SDM), which explicitly separates the dominant source of temporal change from residual dynamics through future-feature prediction, rather than representing video change with a single entangled latent or with unstructured, spatially dense transition tokens. Training combines self-supervised learning on real video with weak supervision of scene dynamics on synthetic Kubric data. We evaluate SDM on ProbeMotion, a new evaluation suite spanning synthetic and real videos with camera motion, object motion, and combined dynamics. SDM outperforms backbone baselines using global CLS or average-pooled features, and compares favorably to strongly supervised representations such as VGGT on several probes, despite using substantially weaker supervision. These results suggest that pretrained image models can be readily repurposed into structured video-dynamics representations, providing a useful inductive bias for learning and analyzing latent video dynamics.
- Streaming Multi-Agent Autoregressive Diffusion Model with World State Registers
Multi-agent interactive world models should not only generate consistent observations, but also maintain world states that persist across agents and evolve across views. Existing autoregressive video diffusion pipelines carry forward observation history as conditioning context, which makes shared state difficult to maintain in multi-agent and multi-view settings. We present WorldWeaver (W^2), a streaming multi-agent video diffusion model that augments rollout with cross-agent world state registers: learnable tokens that store shared world information, track individual agent status, and are dynamically updated after each generated chunk. We ground these registers with supervision signals spanning individual agent status, global state views including bird's-eye views, and scene text. We further improve the architecture with a Mixture-of-Transformers design that uses separate weights for world state modeling and visual frame modeling. Extensive experiments in two-agent Minecraft video generation show that explicit world-state modeling improves logical consistency and generation quality.
- Robostral Navigate
Deploying navigation systems at scale requires a recipe that minimizes sensor assumptions, generalizes across robot embodiments, and trains efficiently. Yet, today's best systems depend on depth sensors, multi-camera rigs, or pre-built maps, limiting the hardware they support and increasing deployment cost. We introduce Robostral Navigate, an 8B vision-language model built around this scalability objective. The model consumes only a stream of monocular RGB images - the most ubiquitous sensor across robotic platforms and predicts waypoints by pointing to the next target location in the current camera view. Operating purely in image space, rather than robot-specific coordinates, makes the policy naturally robust to changes in camera intrinsics and scene scale, enabling deployment across wheeled, legged, and aerial robots without recalibration. We generate 2.4 million trajectories across 350k simulated scenes to reduce the reliance on real-world data collection and scale easily. We further introduce a prefix-caching training recipe that packs entire episodes into single training sequences, reducing training tokens by 22x and cutting training time from months to days. A tree-based attention mask prevents conditioning on previous ground-truth actions, encouraging visually grounded action prediction, and reinforcement learning is used to further improve exploration and recovery capabilities. On the Room-to-Room and Room-Across-Room in Continuous Environments (R2R-CE and RxR-CE) benchmarks, Robostral Navigate sets a new state of the art. On R2R-CE, it achieves a 77.4% success rate, surpassing the best monocular method by 10.5 points and the strongest depth- or multi-camera system by 5.3 points despite using only a single RGB camera. On RxR-CE, it reaches 75.1% success rate, outperforming all monocular baselines.
- Predictive Divergence Masks for LLM RL
Reinforcement learning for large language models (LLMs) typically relies on trust-region masks to stabilize off-policy updates. The dominant PPO-style approach uses the sampled-token importance ratio for two criteria: a proximity criterion, which asks whether the policy has moved too far from the behavior policy, and a direction criterion, which asks whether the update pushes it farther away. Recent work DPPO improves the proximity criterion by replacing PPO's ratio-based test with a probability divergence between the behavior and training policies. However, its direction criterion is still inherited from PPO. A token can be masked only when the sampled-token importance ratio moves away from one. We observe that this ratio-based direction criterion is a single-sample proxy that can disagree in sign with the change of the divergence that defines the proximity criterion. We therefore propose the predictive divergence mask, which asks whether the next policy-gradient step will increase or decrease the same divergence used by the trust region. For the discrete softmax policies used in LLM RL, we derive this prediction in closed form. Because production rollout engines expose only a truncated (top-K) view of the vocabulary, we develop two lightweight top-K estimators for this prediction. Detailed analysis shows the divergence-based direction is better aligned with the realized change of the divergence than the sampled ratio, and the resulting masks improve RL training across model scales and precision settings.
- Multi-Turn On-Policy Distillation with Prefix Replay
We study on-policy distillation (OPD) for agentic tasks, where an LLM agent interacts with an environment over multiple turns and a student imitates a teacher over these multi-turn interaction histories. Fully online OPD is costly because each update requires fresh student rollouts through the environment and teacher queries at visited histories. We propose Replayed-Prefix On-Policy Distillation (ReOPD), an off-environment alternative that reuses pre-collected teacher trajectories as replayed prefixes: the student acts at selected steps, while the teacher provides dense per-step supervision without executing new environment interactions. We show that multi-turn OPD introduces a prefix trap: making histories more student-on-policy improves relevance to the student, but can query the teacher on histories where its target is unreliable. This creates a two-sided distribution shift between student occupancy and teacher reliability. ReOPD addresses this by treating multi-turn OPD as a reliability-aware prefix distribution design and implements it with a simple step-decaying sampling schedule that emphasizes early, lower-shift prefixes. Across mathematical reasoning with Python and search environments over multiple teacher and student model scales, ReOPD preserves or improves OPD-level accuracy, uses zero tool calls during student training, and is at least 4times faster per rollout than OPD. ReOPD therefore turns expensive agent-environment interaction into a reusable offline resource, enabling scalable distillation across tools, tasks, and environments.
Techmeme(15)
- An appeals court narrowly blocks Texas from enforcing a monitoring and filtering requirement under its children's online safety law, over Section 230 preemption (Jonathan Stempel/Reuters)
Jonathan Stempel / Reuters : An appeals court narrowly blocks Texas from enforcing a monitoring and filtering requirement under its children's online safety law, over Section 230 preemption — A divided federal appeals court on Friday blocked Texas from enforcing a key provision of a state law meant to shield children from harm through using social media.
- Google says it appreciates the engagement by the Trump administration and US government on the EU's $1B fine; Trump called the fine "illegal" (Rocio Fabbro/Bloomberg Law)
Rocio Fabbro / Bloomberg Law : Google says it appreciates the engagement by the Trump administration and US government on the EU's $1B fine; Trump called the fine “illegal” — Google says in a statement it appreciates the engagement by the administration and US government on the European Union's fine on the tech giant.
- An OpenAI staffer says the Hugging Face breach is "a big warning shot" externally but internally "related incidents have been happening for a while" (Harry Booth/Time)
Harry Booth / Time : An OpenAI staffer says the Hugging Face breach is “a big warning shot” externally but internally “related incidents have been happening for a while” — Harry Booth … OpenAI was evaluating its artificial intelligence models' ability to exploit vulnerable software …
- Cognition acquires the makers of Poke, an AI assistant that users can access via messaging services, in a deal valuing Poke's parent in the "low nine figures" (Sarah Perez/TechCrunch)
Sarah Perez / TechCrunch : Cognition acquires the makers of Poke, an AI assistant that users can access via messaging services, in a deal valuing Poke's parent in the “low nine figures” — Poke, the AI assistant you text like a friend, is making its next big move. The company behind the assistant …
- Sources: Waymo is exploring exiting its Uber partnership, with their relationship souring amid an intense lobbying battle over the future of robotaxis (Rafe Rosner-Uddin/Financial Times)
Rafe Rosner-Uddin / Financial Times : Sources: Waymo is exploring exiting its Uber partnership, with their relationship souring amid an intense lobbying battle over the future of robotaxis — Partnership between two groups has soured amid intense lobbying battle over rollout of autonomous vehicles
- Paper, which allows designers to connect directly with production code and the AI agents that create it, raised a $34M Series A led by Accel and ICONIQ (Chris Metinko/Axios)
Chris Metinko / Axios : Paper, which allows designers to connect directly with production code and the AI agents that create it, raised a $34M Series A led by Accel and ICONIQ — Paper, a design platform for teams using AI, locked up a $34 million Series A led by Accel and ICONIQ, CEO Stephen Haney tells Axios Pro exclusively.
- The DOJ is prosecuting a Cop City protester for allegedly providing CBP with a "duress" passcode that wiped the contents of his GrapheneOS phone (Timothy Pratt/The Guardian)
Timothy Pratt / The Guardian : The DOJ is prosecuting a Cop City protester for allegedly providing CBP with a “duress” passcode that wiped the contents of his GrapheneOS phone — Concern over US effort to prosecute Sam Tunick, accused by authorities of wiping his phone using GrapheneOS
- Trump says the US will initiate a probe into the EU's practice of "robbing" US tech giants with fines, threatening the bloc with "substantial" tariffs (Kevin Breuninger/CNBC)
Kevin Breuninger / CNBC : Trump says the US will initiate a probe into the EU's practice of “robbing” US tech giants with fines, threatening the bloc with “substantial” tariffs — President Donald Trump on Friday said his administration will launch a trade probe into the European Union …
- Letter: Qualcomm tells customers it plans to raise prices by double digit percentage points, after exhausting its ability to absorb higher costs from suppliers (Ian King/Bloomberg)
Ian King / Bloomberg : Letter: Qualcomm tells customers it plans to raise prices by double digit percentage points, after exhausting its ability to absorb higher costs from suppliers — Qualcomm Inc., the biggest maker of smartphone processors, plans to increase prices by a percentage in the double digits …
- Anthropic expects Opus 5 "classifiers to intervene around 85% less often than they do for Fable 5"; Opus 5 is not included in its 30-day data retention policy (Igor Bonifacic/Engadget)
Igor Bonifacic / Engadget : Anthropic expects Opus 5 “classifiers to intervene around 85% less often than they do for Fable 5”; Opus 5 is not included in its 30-day data retention policy — It also has less restrictive safeguards than the Fable model. — Just as it was starting to feel like Anthropic …
- Anthropic says Opus 5 is the company's "most aligned model to date"; it is Anthropic's fourth model release in less than two months (Madison Mills/Axios)
Madison Mills / Axios : Anthropic says Opus 5 is the company's “most aligned model to date”; it is Anthropic's fourth model release in less than two months — Anthropic on Thursday is releasing Claude Opus 5, a new AI model designed to deliver performance close to its most powerful model, Fable, on many tasks at half the price, the company said.
- Meta updates Meta AI with Muse Spark 1.1-powered agentic capabilities, connecting to Gmail and Google Calendar to perform tasks like creating daily updates (Ina Fried/Axios)
Ina Fried / Axios : Meta updates Meta AI with Muse Spark 1.1-powered agentic capabilities, connecting to Gmail and Google Calendar to perform tasks like creating daily updates — Meta is giving its AI assistant new agent-like capabilities powered by Muse Spark 1.1, its latest model.
- Opus 5 improves coding, reasoning efficiency, and prompt-cache-friendly tool use, and is priced at $5/1M input tokens and $25/1M output, same as Opus 4.8 (David Gewirtz/ZDNET)
David Gewirtz / ZDNET : Opus 5 improves coding, reasoning efficiency, and prompt-cache-friendly tool use, and is priced at $5/1M input tokens and $25/1M output, same as Opus 4.8 — ZDNET's key takeaways — Opus 5 targets coding, knowledge work, and agent workflows. — Anthropic says it uses fewer tokens for similar quality.
- Anthropic launches Claude Opus 5, which it says comes close to Fable 5 performance at half the price; it is the new default model on Claude Max (Anthropic)
Anthropic : Anthropic launches Claude Opus 5, which it says comes close to Fable 5 performance at half the price; it is the new default model on Claude Max — Claude Opus 5 is available today. It's a thoughtful and proactive model that comes close to the frontier intelligence of Claude Fable 5 at half the price.
- World Foundation, the nonprofit behind the World protocol, raised $52.5M led by Pantera through a strategic sale of its WLD token with a one-year lockup (Yogita Khatri/The Block)
Yogita Khatri / The Block : World Foundation, the nonprofit behind the World protocol, raised $52.5M led by Pantera through a strategic sale of its WLD token with a one-year lockup — Quick Take — World Foundation has raised $52.5 million in new funding through a WLD token sale, with all purchased tokens subject to a one-year lockup.
Solidot(15)
- 印度政府命令 GitHub 移除 Jack Dorsey 的蓝牙聊天应用 Bitchat
印度政府的网络犯罪协调中心命令 GitHub 移除 Jack Dorsey 的去中心化蓝牙聊天应用 Bitchat。前 Twitter CEO Dorsey 在 X/Twitter 上公布了收到的通知,通知的日期是 7 月 23 日,声称该应用能在网络受限的情况下进行通信,能被反国家分子、恐怖组织、有组织犯罪集团和网络犯罪分子滥用,他们试图逃避合法监测,继续在法律限制下进行通信。印度最近爆发了被称为“蟑螂人民党(Cockroach Janta Party)”的抗议活动。
- Google 账号支持自拍人脸登录
Google 账号加入了可选的人脸识别登录。用户向 Google 提供自拍视频,随后就可通过人脸识别登录。在人脸验证过程中 Google 可能会要求用户以特定方式转动头部,此举旨在防止深度伪造之类的身份冒用,确保用户当前确实在摄像头前。Google 需要保存用户的自拍视频以将其用于未来的登录验证。搜索巨人表示会对视频进行加密,且仅用于登录不会用于其它用途。如果用户改变主意,可以从 Google 帐户中删除相关视频。
- LG 显示器应用不再弹出迈克菲广告
当你的计算机接上 LG 显示器,它会通过 Windows Update 自动安装应用 LG Monitor App Installer,安装之后该应用会不时弹出广告,其中最常见的广告是迈克菲杀毒软件。其它还有 LG 自家产品广告如 LG Switch、LG Calibration Studio、LG Dual Controller 和 LG Channels。此举在消费者中间引发了强烈反应,以至于微软都出来做出回应。微软 Windows 和设备执行副总裁 Pavan Davuluri 称,他们联系了 LG 团队,LG 已经同意立即在其应用中禁止迈克菲广告弹窗。除此之外一切照旧。
- 美国初创公司反对禁止使用中国开放权重模型
近两百家美国科技初创公司组成 Little Tech Association 联盟,联署致函美国总统特朗普、商务部长 Howard Lutnick 等政府高官,呼吁政府不要禁止使用来自中国的开放权重模型。此前由于中国 AI 模型在性能上逼近美国的前沿 AI 模型 Anthropic 的 Fable 5 和 OpenAI 的 GPT-5.6 Sol,美国政府官员表示在考虑封禁中国的 AI 模型。Little Tech Association 的联署信指出,此举会削弱美国初创公司,且并不能阻止开放权重模型扩散。而美国要保持其领先地位需要有世界领先的开放权重模型,确保美国公司能访问其它地方的开放权重模型。
- GLP-1 减肥药与脱发相关
根据发表在 BMJ 上的一项研究,GLP-1 减肥药相比其它糖尿病药物有更高的脱发风险。研究人员指出,快速减肥和减少卡路里摄入是公认的脱发诱因。研究人员称,多数 GLP-1相关的脱发病例都是可逆的,因为毛囊保持完整。研究人员对比了 GLP-1 和其它两种糖尿病药物 SGLT-2 和 DPP-4,结果显示 GLP-1 的脱发风险比 SGLT-2 高 37%,比 DPP-4 高 68%。研究人员称,脱发通常不会造成身体伤害,但可能会产生心理社会影响,如影响自尊、生活质量和治疗依从性。研究人员认为需要开展进一步研究去深入理解之间的关联。
- 人类预期寿命增长,但不健康寿命更长
根据发表在《The Lancet Public Health》上的一项研究,1990-2023 年全球出生时的预期寿命从 64.6 岁增至 73.8 岁,而预期健康寿命则从 55.9 岁增至 63.1 岁。预期寿命和健康寿命不同步,预期寿命增幅超过了健康寿命的增幅,这意味着人类不健康时间持续更久。2023 年全球平均有 14.5% 的寿命处于不健康状况,高于 1990 年的 13.6%,不健康时间从 1990 年的 8.8 年增至 2023 年的 10.7 年。不健康的负担在各国和地区之间存在显著差异,通常寿命最长的地方不健康时间也最长。2023 年美国不健康寿命最长为 14 年,其次是澳大利亚(13.9年)和加拿大(13.7年)。
- 女孩接受基因编辑手术后死亡
2025 年 3 月六岁女孩美美(化名)在上海新华医院接受了首例针对大脑的基因编辑手术,七天后她死于手术相关的严重免疫反应。美美在四岁时被幼儿园老师注意到存在智力发育问题,老师建议其父母去医院检查下。她之后被诊断患有罕见的 Snijders Blok-Campeau 综合征,全世界至今仅有 237 人确诊。该病是由 CHD3 基因突变引起的,碱基 C 被错误转成 T。该病的症状差异很大,中度到重度患者可能需要尽快手术,但美美的症状是轻度的,是否需要手术专家对此有疑问。她的父母则为此忧心忡忡,通过微信群听说了上海交大的仇子龙教授。仇子龙曾是联署批评贺建奎的胚胎基因编辑手术的中国科学家之一,谴责其无视医学伦理。美美的父母联络了仇教授,之后筹资近 600 万人民币资助仇团队研发针对个人的基因编辑疗法。在猕猴治疗取得突破之后,新华医院伦理委员会批准了首例人体实验。手术使用了比 CRISPR 更精确的碱基编辑技术,通过 AAV9 病毒载体将编辑工具注入脊髓液。三天后美美开始发烧,这是病毒注射后的常见反应,但她的病情没有好转,她一直没有排尿——这是肾脏受到严重损伤的信号,她的血小板也下降到了危险的水平。她的父母事后说,手术的知情同意书淡化了死亡的风险,没有明确指出这些症状会导致死亡。伦理学家称首次人体实验须始终提及死亡。美美送进了 ICU,之后医生通知其父母死亡的消息。医院伦理委员会召开紧急会议,确认死亡与手术相关。仇的团队在《自然》上发表了相关论文,删除了人体实验失败的信息。美美的父母要求仇子龙撤回论文,他们担心这会误导孩子有类似情况的家庭和研究人员。新华医院因监管问题被罚了约 2.4 万元,其他人没有受到惩罚。
- 古代语言的多样性远超今日
人类曾经历过一个语言多样性的“黄金时代”——仅仅在数千年前,全球使用的语言可能多达数万种。然而几个世纪以来,随着少数几种强势语言在全球范围内的传播,这种多样性一直受到侵蚀。如今近半数语言处于濒危状态,且每年至少有四种语言消亡。由于文字记录只能追溯到大约 6000 年前,在人类历史的大部分时间里,语言多样性的长期模式很大程度上仍不为人知。为重建过去 1 万 2000 年间世界语言的历史,研究人员用来自 171 个狩猎-采集社会的民族志数据作为早期人类群体的替代指标研发了一个人口种群模型。该模型假设,随着农业和技术进步使人口数得以增长,越来越多的人开始使用同一种语言,因而导致语言多样性的增长速度滞后于人口增长的速度。研究结果估计,1 万 2000 年前的全球语言数量可能比现在的语言数量少,语言数量随着人口的增长而增加,并在 1000 至 3000 年前达到顶峰;当时全球存在的语言可能有数万种。
- 2026 年菲尔兹奖公布
7 月 23 日举行的国际数学家大会公布了 2026 年菲尔兹奖得主,四名得主的名字与此前泄漏的名单完全一致。菲尔兹奖被誉为数学界的诺贝尔奖,这是首次有两名中国数学家同时得奖。邓煜在公理化物理的希尔伯特第六问题上做出重大贡献,王虹解决了开放问题三维空间内的挂谷集合猜想,John Pardon(白杰文)解决了 Gromov 的纽结理论问题,Jacob Tsimerman 在 André-Oort 猜想等问题上做出了重大贡献。
- Google 因搜索和应用商店服务违反 DMA 被欧盟罚款 8.9 亿欧元
Google 因搜索和应用商店服务违反在线竞争法,被欧盟处以总计 8.9 亿欧元的罚款。欧洲委员会表示,Google 违反了 Digital Markets Act(DMA),在搜索结果中优先展示自家服务如购物和酒店而非竞争对手的服务。Google 还通过阻止应用开发者引导消费者前往更便宜的网站或替代应用商店购买而违反了 DMA。Google 因搜索相关违规被罚款 4.6 亿欧元,因应用商店违规被罚款 4.3 亿欧元。欧盟委员会命令 Google 以“公平且无歧视的方式”对待在搜索结果中出现的第三方服务,允许应用开发者在 Google 应用商店之外提供优惠。欧盟委员会指出,Google 已开始测试调整其搜索结果中自家服务的展示方式,称这些变化“在合规方面取得了实质性进展”。
- 逾半数候鸟种群数量出现下降
对地球逾 3380 种候鸟的评估报告显示,由于栖息地丧失、有害入侵物种、与建筑物碰撞、狩猎、宠物贸易、有毒杀虫剂等等威胁,逾半数候鸟种群数量出现下降。候鸟不仅仅是非凡的旅行者。它们传粉植物、传播种子、控制农业害虫、在生态系统之间运输养分,并通过吸引观鸟者和生态旅游支持当地经济。它们的数量减少不仅意味着生物多样性的丧失,还预示着支持野生动植物和人类的生态系统正逐步崩溃。研究人员呼吁各国政府采取行动保护候鸟。
- 科学家发现给工蜂分配工作的隐蔽开关
工蜂的工作任务会随年龄而变化,年轻工蜂照料蜂后和发育中的幼体,之后帮助建造和维护蜂巢以及抵御威胁,年长工蜂在生命的末期则会离开蜂巢外出觅食。工蜂的行为变化是由其大脑约百万个神经元之间的相互作用驱动的,此前科学家并不清楚神经系统如何产生这种与年龄相关的任务转换。现在科学家在研究名为 doublesex 的基因时注意到了不同寻常的行为变化。当年长工蜂的 doublesex 基因失去活性之后,它们又开始照顾蜂后了,表明该基因在控制与年龄相关的工作行为上发挥重要作用。doublesex 基因仅在特定神经回路发挥作用,科学家随后通过抑制基因相关回路改变了工蜂的行为模式。研究报告发表在 PNSA 期刊上。
- Codeberg 拒绝托管 vibe-coded 项目
托管了众多知名开源项目的德国非盈利组织 Codeberg 在会员投票之后宣布了重大政策改变:首先是它承诺不会用用户的任何数据去训练大模型,其次是会员以 358 票赞成 144 票反对通过了提议,禁止 vibe-coded 项目。Codeberg 官方博客称,LLM 是一项成本昂贵的技术,且随着 AI 公司开始收回投资,成本还在不断攀升。这种成本不仅体现在云服务和订阅费用中,事实上每个人都深受影响。LLM 的成本如此之高以至于公司将成本转嫁给不使用 AI 的人和整个社会。硬件价格上涨、能源消耗增加以及环境破坏——我们所有人都在为此买单!AI 公司的爬虫让 Codeberg 的服务器不堪重负,而用户寥寥无几的 vibe-coded 项目消耗的资源甚至堪比大型的开源项目。LLM 的训练和部署大幅提高了硬件采购成本,尤其是 SSD 和内存。几年前采购一块硬盘只需要 700 欧元,如今相同的硬盘需要 3700 欧元,而且经常缺货,因此 Codeberg 托管代码的成本也越来越高。数据中心等基础设施、LLM 生成代码的版权和许可证问题,分享根据提示词通过 LLM 生成代码并称之为开源软件的举措并不会让世界变得更好,Codeberg 不想成为托管此类代码的平台,不希望浪费有限的资源,它将开始采取行动清理 vibe-coded 项目,偶尔使用 LLM 生成代码或维护者在不知情下接受了贡献者递交的 LLM 生成代码的项目预计不会受到影响。
- 通用汽车悄悄成为一家订阅服务公司
通用汽车正在大力发展软件和订阅业务。在周二的财报电话会议上,高管表示公司正日益依赖 OnStar 和 Super Cruise 等软件订阅服务,以在客户购车后创造长期的高利润经常性收入。OnStar 在第二季度带来了约 8 亿美元的收入,而 Super Cruise 的收入同比增长约 70%。通用汽车表示,软件业务每赚取 1 美元的收入就能保留 70 美分作为利润。这在汽车行业是一个罕见的盈利水平,汽车行业每 1 美元的销售额通常只能带来 4-10 美分的利润。通用汽车预计今年将新增约 100 万 OnStar 用户,总用户数接近 1300 万。允许双手脱离方向盘但须保持注意力的辅助驾驶系统 Super Cruise 的增速更快。通用汽车在第二季度新增了约 7 万用户,预计年底用户数将超过 85 万。该服务收入与去年同期相比增长了 70%。
- 法国禁止 15 岁以下儿童使用社交媒体
法国议会通过了禁止 15 岁以下儿童使用社交媒体的法案,成为欧洲首个正式禁止儿童使用社媒的国家。随着越来越多的警告指出社交媒体对儿童的有害影响,愈来愈多的国家正采取措施限制社交媒体的使用。法国参议院于周二批准了该法案,国民议会随后以 279 票赞成 81 票反对通过了该法案。未成年人社媒禁令将分两个阶段实施,从 9 月 1 日起禁止 15 岁以下用户创建新社媒账户,从 2027 年 1 月起禁令适用于现有账户,未成年人账号将被关闭。
OrangeBot Weekly
The best new AI tools + Claude Code skills, every week — with my verdict on what’s actually worth your time. No hype.
Free · One-click unsubscribe · No spam