TEXT VIEW · TODAY'S DIGEST · 36 HEADLINES ACROSS 8 SOURCES

Startup Archive(0)

No items yet for today.

App Store Rankings(0)

No items yet for today.

ISSUE 0954
TUE, AUG 11, 2026
OrangeBot.AI 智能策划和筛选每日科技趋势和新闻,为您节省时间。
TODAY · TUE, AUG 11, 2026

Read what shipped.
Ship yours.

Newsletters tell you what shipped in AI. OrangeBot hands you the install line to ship yours — 2,000+ curated Claude Code skills, free browser tools, and a daily brief from ten sources for builders who don’t have time to scroll.

新功能!我们推出了用于保存推文和Reddit帖子的Chrome扩展程序。点击安装!
01

AI DIGEST

UPDATED DAILY · EDITOR'S PICK
01.00
AI DIGEST

AI新闻摘要

August 11, 2026

Here is a summary of today's main news events:

Middle East Tensions Rattle Global Markets Tensions over Iran's refusal to reopen the Strait of Hormuz caused oil prices to surge. This led to significant volatility in U.S. and European stock markets throughout the day, as investors worried about the impact on global energy supplies and inflation.

AI Craze Drives Major Investment and Market Shifts Excitement around artificial intelligence continues to influence markets, with reports of investors moving from cryptocurrencies to AI-focused stocks. In a major development, large Wall Street firms are reportedly working with chipmaker Nvidia to assemble a $500 billion funding package to build out AI infrastructure.

U.S. Dollar Gains Strength Amid Economic Uncertainty The U.S. dollar strengthened against other major currencies, including the Japanese yen, as global instability pushed investors toward the relative safety of the dollar. Markets are also closely awaiting upcoming U.S. inflation data, which is expected to influence the Federal Reserve's future decisions on interest rates.

Creative Careers DeskWhat AI is doing to creative work · tracked dailyOpen the desk →
5,197
Professionals tracked
daily snapshot
12.58%
Taking commissions
654 accounts
6.23%
Looking for work
324 accounts
7.16%
Selling courses / subs
372 accounts

Careers covered

Latest moves

Source: 5,197 working creative professionals who publish their own availability, re-read once a day · last 08-11.

Original · written by OrangeBot
OrangeBot Weekly · Issue #3 · by Shen Huang · 6 min read

The only 7 things that mattered this week

Memory for all of 2027 is sold out, a SQLite vulnerability that doesn't exist was rated 9.8 critical, Rust wrote an LLM policy, and SpaceX dropped 12% on its own AI bill. Here's the fine print on all of it — and why none of it should scare you.

Read the issue →

Latest analysis

All posts →
02

ON THE WIRE

6 SOURCES
02

HACKER NEWS

02.00
HACKER NEWS

Hacker News - August 11, 2026

Hacker News Feed: Highlighting key posts and discussions.

Hyperspace

(hypercritical.co)

7956
Recycle – Floppydisks

(www.floppydisk.com)

8637
Chicken Scheme 6.0

(code.call-cc.org)

23732
Sonic Pi v5

(www.patreon.com)

40096
Squeak 6.1

(squeak.org)

275135
What Happened to HackerOne?

(blog.teknogeek.io)

377198
03

HUGGINGFACE

03.00
HUGGINGFACE

HuggingFace 新闻 - August 11, 2026

HuggingFace Feed:最新的 AI 模型、数据集和社区动态。

SWE-Bench ProMax: Benchmarking Agents on Large-Scale Multilingual Code Refactoring

As AI coding agents take on increasingly complex, long-horizon software engineering tasks, existing benchmarks are rapidly saturating and their evaluation quality has come under serious scrutiny: a recent audit found that nearly 60% of unsolved SWE-bench Verified instances contain flawed tests -- either overly narrow tests that reject correct solutions or overly broad tests that check unstated requirements -- and that frontier models can verbatim reproduce gold patches from training data. Code refactoring, which requires coordinated, behavior-preserving changes across many files, offers a substantially harder and more realistic test of agent capability, yet remains underserved by current benchmarks. We introduce SWE-Bench ProMax, an expert-curated, multilingual code refactoring benchmark of 170 instances drawn from real commits across seven programming languages (Python, Java, TypeScript, Go, C, C++, and Rust). Every instance undergoes rigorous, multi-stage curation that directly addresses the quality problems identified in prior benchmarks: issue descriptions are rewritten from scratch to provide precise, unambiguous specifications, and test suites are manually reviewed to remove overly narrow and overly broad tests. Tasks with insufficient complexity or limited cross-file scope are filtered out, yielding a benchmark of challenging, large-scale refactoring tasks that average 11.4 modified files and 261.6 lines of code per instance, substantially exceeding the scale of existing benchmarks. Experiments with frontier models under two agent scaffolds show that the best model achieves only 41.2% resolve rate, confirming that SWE-Bench ProMax presents a meaningful and unsaturated challenge for current AI coding agents. Our benchmark is available at https://huggingface.co/datasets/swe-bench-promax/SWE-Bench-ProMax.

113
Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA

Macaron-V1 is an open agent-model family for experiential intelligence: learning from experience in real environments and continuing to learn after deployment. It is organized around two system goals. Adaptation is pursued through recursive improvement of versioned model-harness pairs, where experience from one configuration is evaluated under an external contract and used to construct its successor. Collaboration is pursued via the Mixture-of-LoRA (MoL) architecture that freezes a base model, composes specialist LoRA adapters, and selects one LoRA per user turn. The flagship Macaron-V1-Venti combines a 744B GLM-5.2 base with four LoRAs for chat, agent, coding, and GenUI; the Qwen3.6-based Macaron-V1-Tall (50B) uses the same design for local deployment. This report presents Macaron-V1 as a co-designed system spanning architecture, algorithms, and infrastructure. The MoL architecture supports continual learning through extensible LoRA specialists. The algorithm combines Model-Harness Co-design and recursive self-improvement loop, including the UI4A component-native GenUI harness, a stateful action substrate, versioned HCP contract, and the agentic RL framework MindForge. The supporting infrastructure includes the post-training platform MinT, the long-context RL method LongStraw, and stability techniques for sparse MoE and DSA base models. We evaluate Macaron-V1 on Personal Intelligence, GenUI, and general capability benchmarks against frontier baselines. Our results validate the current system, while compounding gains from continual learning and collective intelligence remain open questions.

100
BDH-CQ: In-Context Learning with Recurrent Latent Reasoning

We introduce BDH-CQ, a reasoning model that combines in-context learning with recurrent latent reasoning. Inputs presented at inference time continuously update the model's recurrent memory; the model then solves a query through iterative computation in a high-dimensional latent space, without verbalizing its intermediate reasoning. We evaluate the model on the public ARC-AGI-1 evaluation set and use controlled ARC-like interventions to study what it learns from demonstrations, how consistently it applies an inferred transformation, and which concepts remain difficult. A 150M-parameter configuration reaches 29.5% pass@2 at a computed inference cost of \$0.0007 per task. This operating point breaks through the previously reported ARC-AGI-1 cost-accuracy Pareto frontier, establishing a new state of the art in benchmark cost efficiency.

76
Ouroboros: A Self-Developing Frontier Coding Agent with Reviewed Core Evolution

We present Ouroboros, a self-developing agent harness whose tools, prompts, context assembly, and core implementation improve through reviewed commits that become the runtime for later work. Core evolution proceeds in two modes. In recursive free evolution, improvement is itself a task, and completing one evolution cycle can schedule the next. In experience-driven core evolution, ordinary work and social interaction expose bugs, rough edges, and inefficient context construction that lead to reviewed structural changes. On Terminal-Bench 2.1, an Opus 5 run scores 86.74%, the best result reported on the benchmark. On OSWorld-Verified, an Opus 5 run reaches 90.69%, exceeding the best previously reported score. A five-rollout CL-Bench campaign achieves a normalized reward of 0.2301, setting a new state of the art. Hope is the longest-running publicly documented Ouroboros deployment. It is a 161-day living agent experiment in free evolution under governed human communication across seven surfaces. Human interaction surfaces faults and generates proposals, but the agent decides which changes to pursue. Because a self-developing agent may rewrite its own code and select new model APIs, operational safety becomes a primary design problem: guardrails must remain authoritative under evolutionary and public social pressure. Benchmark campaigns use frozen system snapshots, while Hope continues live evolution on a separate lineage.

54
Agent Memory Distillation: Empowering Small LLM Agents with Hierarchical Teacher Memory

Memory systems have shown promise for improving agent performance, but their potential remains largely unexplored for small language models, which struggle to generate sufficient successful trajectories on their own. We propose Agent Memory Distillation (AMD), a training-free framework that transfers structured knowledge from a large teacher agent to a small student agent through hierarchical memory. AMD constructs three complementary memory types from successful teacher trajectories: Workflow memory encodes task-level strategies, Subtask memory provides concrete behavioral examples at an intermediate granularity, and Function memory captures per-function calling conventions and common pitfalls. Workflow and Subtask memories are injected proactively at the start of each task, while Function memory is retrieved reactively upon tool-calling errors. We evaluate AMD on three tool-use benchmarks using four student models (4B-8B parameters) with GPT-5-mini as the teacher, achieving average accuracy gains of 27.2%p, 11.2%p, and 3.4%p on AppWorld, BFCL V3, and ToolSandbox, while consistently outperforming existing memory-based baselines. Further analysis shows that Subtask memory contributes the largest gains, teacher effectiveness depends on both teacher capability and student compatibility, and 4B-sized students benefit most from AMD.

27
Motif 3: Technical Report

We introduce Motif 3, a decoder-only Mixture-of-Experts language model with 314 billion total parameters and 13.2 billion activated per token. Each sparse MoE layer contains 384 routed experts, with eight selected per token. This fine-grained sparsity provides substantial expert capacity while limiting computation. Motif 3 is built around Grouped Differential Latent Attention (GDLA), which integrates grouped differential attention with the compressed key-value representation of Multi-head Latent Attention. The architecture further incorporates modified manifold-constrained hyper-connections, Expert Specific PolyNorm activations, and multi-token prediction to improve optimization stability, expert specialization, and inference efficiency. We pretrain Motif 3 on approximately 12.5 trillion tokens spanning web documents, STEM, code, mathematics, multilingual content, and domain-specialized corpora. Expert-balancing and numerical-stabilization techniques support stable training at scale, while selective MXFP8 computation and communication, memory-efficient fused kernels, and window-aware context parallelism enable training with context lengths up to 256K tokens. Our post-training pipeline combines general supervised fine-tuning, six specialist teachers trained with reinforcement learning, a software-engineering teacher trained with supervised fine-tuning, and Multi-teacher On-Policy Distillation. The resulting unified model consolidates complementary capabilities in reasoning, coding, tool use, professional work, long-context understanding, calibrated abstention, and instruction following. Across a broad evaluation suite, Motif 3 demonstrates competitive performance against leading open weight models, including strong results on long-horizon agentic tasks, mathematical reasoning, scientific knowledge, and hallucination-sensitive evaluation.

25
Sci-VBench: Evaluating Knowledge- and Reasoning-Intensive Video Generation in Science Domains

We introduce Sci-VBench, a comprehensive benchmark for evaluating knowledge- and reasoning-intensive video generation across scientific domains. It contains 1,253 expert-annotated examples spanning 60 subjects across four core disciplines: Natural Science, Healthcare, Humanities & Social Sciences, and Engineering. Each example requires models to generate temporally rich videos that demand scientific reasoning and knowledge-grounded synthesis, going beyond surface-level visual plausibility. We further establish a rubric-based evaluation protocol. Our analysis shows that, under this protocol, both non-expert human evaluators and MLLM-as-Judge systems can achieve relatively high agreement with expert judgments, supporting reproducible evaluation at scale. We benchmark 16 frontier proprietary and open-source models and find that, while automatic perceptual-quality scores cluster tightly across systems, performance on Prompt Grounding and Scientific and Causal Correctness varies substantially, with a pronounced proprietary-open-source gap. These findings show that advances in visual realism have not yet translated into reliable modeling of scientific and causal dynamics.

22
What to Edit Next: Visually Aligned Image-Editing Follow-Up Suggestions in Conversational Systems

Conversational assistants increasingly recommend follow-up edits to help users continue a task. Existing systems primarily target text-only interactions, leaving image-creation conversations underexplored. In image-creation tasks, useful follow-up edit suggestions must reflect user preferences, offer diverse directions, and remain executable on the current image. We collected 100,000 real multi-turn image-creation conversation samples from Qwen App and found that 80.1% are image-dependent, underscoring the need for multimodal recommendation. We address this setting with a three-stage framework. In Stage 1, we use real online data to build a human-reviewed table of appropriate follow-up editing intents, then create SFT targets and fine-tune a multimodal policy. In Stage 2, to align rule-guided SFT suggestions with actual user choices, we use user click feedback to optimize the policy through multi-objective reinforcement learning. In Stage 3, to reduce visual inconsistencies between suggested edits and the current image, we introduce a visual verifier as additional training supervision. Extensive experiments demonstrate that our framework significantly outperforms baselines on both automatic and human evaluations. In a live user-randomized A/B test with millions of users, our final framework reduces visual inconsistency from 3.7% to 0.9%. Furthermore, it significantly improves recommendation CTR by 32.70%, image take-away rate by 16.32%, and average conversation turns per user by 39.90% (all p<0.05).

21
SPOT: Sparse Probing and Outcome Calibration for On-Policy Distillation

On-policy distillation (OPD) provides dense teacher supervision on student-generated trajectories, but standard reverse-KL training can assign insufficient probability to other plausible continuations. Teacher entropy alone does not reveal whether uncertainty is concentrated among a few plausible next tokens or dispersed over a long probability tail, nor whether the student already represents those candidates well. Moreover, local teacher probabilities may not predict downstream success. We introduce Sparse Probing and Outcome-calibrated Targets OPD (SPOT), which addresses two coupled decisions, where to probe and what to distill, through an acquisition--exploration--exploitation procedure. During acquisition, a position-level score combines normalized teacher entropy, the probability mass captured by a small top-k candidate set, and student--teacher mismatch to allocate a limited probing budget. During exploration, SPOT evaluates teacher-proposed candidates through verifier-scored student continuations. During exploitation, these outcomes produce a closed-form, KL-regularized target that favors candidates with better downstream outcomes while remaining anchored to the teacher distribution. Extensive experiments across multiple student models and reasoning benchmarks demonstrate the effectiveness of SPOT in improving reasoning performance while balancing solution quality and coverage.

16
OasisKV: Scaling In-Decode KV Cache Beyond HBM with Lookahead Sparse Prefetching

Large language model (LLM) inference serving is increasingly constrained by memory rather than compute. As long-context and long-form reasoning workloads become more prevalent, the key-value (KV) cache dominates both memory footprint and memory traffic during LLM token generation, i.e., decode. In particular, HBM capacity has become a scarce and costly resource that heavily limits inference batch size and system throughput. This paper presents OasisKV, a memory-centric LLM inference system design that alleviates HBM capacity pressure by decoupling full KV-cache storage from HBM during LLM decoding. Because decode-time attention is naturally sparse, OasisKV keeps only the KV entries of the most relevant tokens in HBMs for attention computation. We observe that future important tokens can be predicted accurately in advance using lookahead tokens drafted by speculative decoding (SD). OasisKV employs an efficient attention background pipeline to identify important KV blocks. They are then prefetched from higher-capacity memory tiers (e.g., host or remote memory) and staged in HBMs before being used in the next decode step. We implement OasisKV based on vLLM. The lookahead prediction is accurate enough to keep accuracy within 0.7 points of full attention under a 2,048-token KV budget. This lets OasisKV turn sparsity into throughput gain: 1.69times over dense vLLM on the reasoning workload at 0.1 points of accuracy loss, and up to 2.1times on multi-GPU long-context serving. Under prefill--decode disaggregation, OasisKV reaches about 2times dense throughput while admitting each request with 6.5--9.7times less KV and holding 2.2-2.6 less decode-node host memory than full KV transfer.

15
Stealing Reasoning Traces from Proprietary LLM APIs

Leading large language model providers now conceal their models' step-by-step reasoning, or chain-of-thought, to protect intellectual property and limit information leakage. Rather than storing these traces server-side, providers return them to the client as blocks of encrypted text, which the client passes back with each subsequent request. Building on prior research, we identify an architectural vulnerability: these encrypted blocks are fully compatible and interchangeable across different sessions, users, and models within a provider's ecosystem. We exploit this compatibility to develop a scalable decryption jailbreak. By injecting an encrypted reasoning trace from a given model into a weaker, and less safeguarded model from the same provider, we force it to decode and output the trace verbatim in plaintext, without ever jailbreaking the more capable model directly. This vulnerability enables four distinct attack vectors. First, it circumvents anti-distillation mechanisms, allowing adversaries to extract a proprietary model's reasoning, as we demonstrate across Anthropic, OpenAI, and Google. Second, it allows for large-scale private data extraction. Developers frequently share session logs publicly, unaware of contents of the encrypted blocks. By decoding 315,320 reasoning blocks scraped from public repositories, we recovered 367 Personally Identifiable Information (PII) artifacts and 182 credentials. Third, it inadvertently reveals hazardous information hidden within the reasoning process, even in cases where the model's final, visible output safely rejects a malicious request. Fourth, attackers can leverage this flaw to execute invisible prompt injections, embedding malicious payloads entirely within encrypted blocks to poison public agentic rollouts. Following responsible disclosure, we propose concrete cryptographic and system-level mitigations to secure client-side reasoning.

10
Scaling Inherently Interpretable Language Models

Interpretability is often treated as a tax on capability: language models are trained as opaque systems, then explained after the fact, with methods whose reliability is difficult to establish. In this work, we challenge this premise. Rather than reverse-engineering a model, we make interpretability a constraint of the training pipeline, optimized alongside the language modeling objective. Across three orders of magnitude of compute, on both autoregressive and diffusion language models, interpretability scales with capability rather than against it. Surprisingly, model representations become more disentangled and aligned with human-understandable concepts with scale. We instantiate the training-time recipe with Steerling-8B, a diffusion language model with a causal attention mask. For any group of generated tokens, Steerling-8B attributes the output to relevant input tokens, human-understandable concepts, and training data. This enables closed-loop intervention: diagnose an output through its concept or feature attribution, retrieve similar training data, and correct the behavior through concept steering without retraining. Steerling-8B remains competitive with open peer models trained on substantially 2-16x more compute, suggesting a different scaling paradigm: interpretability can be designed into training, and it improves with scale.

10
RoMeRL: Balancing Feedback Coverage and the Memory-Reward Trap in Self-Evolving Agent Memory via Reduced-Order Utility States

Learning-based memory systems for self-evolving LLM agents face two tightly coupled challenges. First, trajectory-indexed utilities grow with the interaction history, thereby dispersing limited feedback over an ever-expanding state space. Second, because trajectory-level rewards are jointly assigned to co-retrieved memories, irrelevant experiences may receive misleading utility updates and consequently enter the memory-reward trap. To address these challenges, we introduce Reduced-Order Memory Reinforcement Learning (RoMeRL), which represents the growing trajectory-indexed utility space using a fixed-dimensional per-task memory state factorized by outcome polarity and memory dynamics. RoMeRL incorporates new experiences through a fixed set of semantic coordinates whose contents are updated or replaced over time, thereby concentrating feedback over a bounded utility support. Theoretically, we show that this reduced-order parameterization increases the average feedback received by each utility coordinate and characterize the steady-state occupancy of erroneous coordinates under a generic coordinate-transition model. Empirically, across ALFWorld and LifelongAgentBench, RoMeRL improves task performance, reduces the Cold-Q ratio by 80.0%, increases feedback density by approximately 6.0 times, reduces the maintained memory size by 84.4%, and cuts LLM calls by 21.1%. These results show that reduced-order utility states support efficient self-evolving agent memory while limiting persistent reward contamination. Code is available at: https://github.com/YOUNG-fnxm/RoMeRL

9
Evidence-RL: Towards Evidence-intensive Visual Reasoning

Vision-Language Models (VLMs) should answer from concrete image evidence rather than language priors, dataset shortcuts, or irrelevant visual context. Existing perception-aware post-training methods encourage image use through global perturbations or attention proxies, but they do not test whether a sampled answer causally depends on the local evidence that supports it. We propose Counterfactual Evidence Disentanglement (CED), a training-time evidence audit for VLM grounding. For each response, CED neutralizes an object-centric Evidence Region and compares the resulting support drop against matched non-evidence Regions. We combine this signal with answer correctness inside GRPO, rewarding correct answers that rely on the evidence path rather than shortcut or nuisance paths. CED uses weak object-level proposals, requires no question-specific evidence annotations, and adds no inference-time overhead. Across nine public benchmarks and four backbones, CED outperforms prior RL-based post-training methods, with targeted analyses verifying its object-centric signal.

8
Evo-Bench: Can Language Models Improve Agent Harness?

Large Language Models (LLMs) have driven rapid progress in autonomous agents, yet standard evaluations remain confined to static task solving. An emerging frontier is harness evolution---the agent's capacity to autonomously optimize its own operating harness. However, systematically benchmarking this capability remains challenging, as existing evaluations fail to isolate harness improvements from base model strength, prevent task-specific overfitting, or capture long-horizon iterative research. To address these challenges, we introduce Evo-Bench, the first benchmark designed to evaluate models' intrinsic harness-evolving capabilities across Search, Office, and General agent domains. To rigorously isolate this capability, Evo-Bench employs a novel harness-guided construction framework: it leverages auxiliary-task evolution to identify tasks genuinely sensitive to framework improvements, followed by sensitivity-aware stratified splitting to ensure robust cross-suite generalization. Extensive evaluations across nine frontier and open-weight models reveal that top models achieve massive absolute gains reaching 16.6 points, closely approaching state-of-the-art human-engineered baselines. Crucially, while autonomous evolution outpeforms artificial harness in General tasks and excels in Search tasks, it struggles in Office tasks that demand highly specific processing workflows. Furthermore, our analysis exposes critical temporal anomalies like early saturation, while demonstrating that the synthesized harnesses act as highly transferable reasoning structures, consistently boosting diverse policy models.

7
RynnValue: Scaling Robotic Value Foundation Models with Temporal Distance

General-purpose reward models are increasingly the bottleneck for scaling robot learning, yet the recipe for learning value-related capabilities from large-scale heterogeneous corpora remains underexplored. Existing approaches tie supervision to task-internal anchors such as preferences or normalized progress, none of which transfer cleanly across embodiments and data sources. We introduce RynnValue, an open-source value foundation model for robotic manipulation that replaces these anchors with temporal distance, the directed cost-to-go from an observation to the language-specified goal. Because temporal-distance labels can be derived directly from timestamps, RynnValue scales to over 7,000 hours and roughly 3M instruction-conditioned clips without preference or progress annotations. To make temporal-value learning reliable at scale, we combine random temporal sampling, temporal-order shuffling, and value-isolation attention, suppressing shortcuts that would leave predictions insensitive to failures and regressions. Trained without preference labels, RynnValue attains an average Kendall's tau_a of 0.675 on RBM-EVAL-OOD, surpassing the fully preference-supervised state of the art (0.655) and more than doubling a progress-only counterpart (0.292), while generalizing zero-shot to unseen tasks, embodiments, and viewpoints. Converted into dense rewards via potential-based shaping, it raises real-world policy success from 52.5% to 72.5% online and from 63.8% to 82.5% offline. These results establish temporal distance as a scalable supervision target and practical reward interface for generalist robot policies.

6
A^2E : An End-to-End Agent Auditing Engine

With the rapid advancement of large language models (LLMs), harnesses have become essential infrastructure for deploying agents across a wide range of domains. The fast-evolving harness ecosystem has also made rigorous capability evaluation increasingly important. However, efficiently building an end-to-end, systematic, and comprehensive evaluation pipeline remains a significant challenge. To address this challenge, we introduce A^2E (Agent Auditing Engine), an end-to-end evaluation engine designed for agent harnesses. A^2E leverages our newly proposed Agent Task Protocol (ATP) to enable the rapid integration of evaluation tasks with different harnesses. Through an automatically instrumented Monitor, it captures and generates standardized execution traces during experiments. In the Evaluation stage, A^2E systematically assesses harness capabilities using a suite of multidimensional metrics. Compared with correctness alone, these metrics provide a more fine-grained characterization of differences among harnesses in execution efficiency, tool use, task planning, and error recovery. Experiments conducted with A^2E further reveal that model-harness combinations exhibit substantial performance variation across different types of tasks, and that no single combination consistently outperforms all others across every task. These findings not only demonstrate the necessity of systematic evaluation but also provide useful guidance for the co-evolving of models and harnesses. Our code is available at https://github.com/datamllab/A2E.

5
Intent Speaks Louder: Controllable User Simulation Beyond Response Imitation

User simulators are widely used as scalable environments for training and evaluating interactive assistants. Generating the next user turn is inherently one-to-many: the same profile and dialogue context may support multiple plausible continuations with different local interaction intents. A fluent response may therefore advance the dialogue through an inappropriate intent, such as acceptance rather than repair. Our key insight is that controllable user simulation should separate which local interaction intent the next user turn should realize from how that intent is expressed in language. We introduce UserIDA (User Intent-Directive Alignment), which exposes interaction intent as an explicit per-turn directive. UserIDA defines a six-way intent interface, learns directive-conditioned generation through supervised fine-tuning, and uses intent-calibrated policy optimization during group-based reinforcement learning. The reward preserves composite response quality while ensuring that intent-violating candidates rank below compliant alternatives in mixed groups. On LMSYS-USP, UserIDA achieves 86.6\% intent accuracy, outperforming the strongest dedicated user-simulator baseline by 24.3 percentage points while improving semantic and stylistic similarity. In within-context interventions, it realizes at least four of the six target intents in 91.7\% of evaluated dialogue states, compared with 22.9\% for the strongest external baseline. These results establish per-turn intent control as a complementary dimension to response fidelity in user simulation.

3
Factorized Hypothesis Search for Evidence-to-Taxonomy Retrieval

Large-taxonomy retrieval often assumes that the input already expresses the target concept. In many settings, however, the input is indirect evidence, such as a table cell whose meaning depends on its row, column, datatype, and context. We call this mismatch the retrieval readiness gap. Our analysis shows that the current index retrieves the target reliably when its semantics are explicit, while raw evidence often leaves it deep in the ranking. We propose Factorized Hypothesis Search (FHS), which maintains multiple partial interpretations over named semantic dimensions. These hypotheses support structured query rendering, multi-hypothesis retrieval, and dimension-level candidate verification. On both financial taxonomy tagging and CodiEsp clinical coding tasks, FHS achieves the best Recall@1, MRR, and final accuracy among the non-oracle methods. Replacing the factorized hypothesis path with a free-text ensemble causes the largest drop in head-ranking performance, while sequential refinement provides no additional gain over FHS's strong parallel first round.

2
SymDiag: Explainable Diagnosis for LLM Reasoning via Neuro-Symbolic Verification

Large language models (LLMs) increasingly serve as data-driven reasoners, yet their chains-of-thought (CoT) can be unfaithful even when final answers are correct. Most existing ``verification'' signals are not diagnostic: answer matching observes only the outcome, LLM-as-judge provides subjective and non-verifiable critiques, and scalar rewards (e.g., PRMs/RMs) offer little insight into where a multi-step derivation fails.We propose SymDiag, a neuro-symbolic framework that reframes reasoning verification as structured failure diagnosis. SymDiag translates natural-language CoT into symbolic constraints and performs step-level satisfiability/entailment checks to (i) localize failing steps and (ii) produce verifiable diagnostic evidence, including counterexamples, inconsistency witnesses, and missing-premise indicators. A central challenge is that apparent ``logic violations'' can be caused either by genuine reasoning defects or by neural-to-symbolic translation noise. SymDiag therefore incorporates a Self-Auditor that disentangles TranslationError from ReasoningError via dual symbolic encodings consistency checks, enabling robust diagnosis under partial observability. Across diverse mathematical, logical, scientific, and general reasoning benchmarks, SymDiag improves detection of unfaithful reasoning and provides substantially more effective feedback for multi-round reasoning repair than outcome-only verification and LLM-based judging, offering a principled foundation for trustworthy and scalable reasoning diagnosis.

1
MMOOC: A Comprehensive Benchmark for Out-of-Context Evaluation in Multimodal Large Language Models

Multimodal Large Language Models (MLLMs) have achieved strong performance on a wide range of vision-language tasks, but often fail under imperfect or shifted contexts. A reliable MLLM should refuse truly out-of-context (OOC) questions with subject-level context shifts while still answering shifted in-context (Shifted IC) questions with non-subject context shifts. Existing benchmarks mainly target OOC or visually unanswerable questions, but overlook answerable Shifted IC cases and cover limited OOC shifts. To fill this gap, we present MMOOC, a large-scale benchmark for evaluating refusal and robust answering abilities of MLLMs. MMOOC contains over 41K image-question pairs, including answerable Shifted IC cases and unanswerable OOC cases, spanning three question formats, eight shift types and six visual scenarios, with data quality ensured through MLLM-based filtering and human verification. We evaluate model responses using Accuracy and Refusal Rate, and further introduce an LLM-as-a-Judge metric to assess the correctness of model reasoning. Experiments on diverse MLLMs show that current models still struggle to balance answer-ability and refusal under shifted contexts. We further analyze key failure patterns and show that post-training can improve robustness. MMOOC will be made publicly available.

1
The Loss Does Not See the Basis, but Adam Does

Gradient descent on a factored model W = UV^top is implicitly biased toward low-rank solutions, while Adam, starting from the same small initialization, is not. We trace the difference to the gauge symmetry of the loss, its invariance under (U, V) mapsto (UQ, VQ). Gradient flow's low-rank mechanism is available to an optimizer only if that optimizer is gauge-equivariant, a condition necessary for the transfer but not sufficient for low-rank recovery. Gradient descent, momentum, "shared-scalar" Adam, Muon, and Shampoo satisfy it. Adam, RMSProp, and the other coordinate-wise methods do not. A structure theorem characterizes the memoryless equivariant rules as exactly the Gram-determined left preconditioners, and a transfer theorem carries gradient flow's pathwise properties to common-scalar flows. We then sort nine update rules on underdetermined matrix sensing by recovery error against the planted ground truth. A one-parameter family from coordinate-wise to shared-scalar preconditioning restores the bias monotonically, isolating anisotropy as the cause. A "spectral schedule" reconciles two opposing reports about Muon: equal-rate updates recover exactly low-rank targets but lose their edge as the spectral tail grows. In transformers, Adam separates two gauge-equivalent initializations at the first step, where the equivariant optimizers stay at float precision, and ends with the per-head invariants W_Q^top W_K 56% apart in relative Frobenius distance, a gap no per-head rotation can close. On two hyperspectral datasets at matched training loss, gradient descent cuts held-out error by 43-44% at the lowest sampling density, and at lower effective rank. Basis choice is therefore not a tuning detail but a decision about which interpolant the optimizer selects.

1
WeClawArena: An Auditable Sandbox and Benchmark for Cross-User Agents Collaboration and Security in Human-Centered Agent Networks

Recent advances in persistent personal-agent frameworks are making human-centered agent networks realistic deployment targets: each user can be served by an AI agent that acts on the user's behalf, maintains state, and communicates with other agents through social and task relations. In these networks, everyday tool use becomes multi-party owned-agent collaboration over personal workspaces, where files, records, tools, and policies are not directly visible across owners. Existing agent benchmarks study tool use and collaboration, but they do not provide an end-to-end sandbox for verifiable cross-user agent collaboration with realistic user digital workspaces or test how harmful actions can travel through the human-centered agent network. We introduce WeClawArena, an auditable benchmark and runtime sandbox for multi-party owned-agent collaboration over personal workspaces. WeClawArena targets collaborative tool-use tasks in which personal workspaces serve as both operational tools and personal constraints. The benchmark contains 124 base tasks across six cross-user task domains and expands them into 620 scenario variants, with one benign control and four attack-vector variants per base task. The sandbox records peer messages, tool calls, resource operations, governed decisions, and final workspace states. WeClawArena reports utility and attack success rate separately and audits attack success from bounded runtime evidence, supporting diagnosis of task breakdown, privacy leakage, poisoned evidence, and invalid authority paths.

1
Ego-OSCAR: Egocentric Open source Stereo CAptuRe System

We present Ego-OSCAR, an open-hardware, low-cost, head-mounted stereo-inertial capture device for egocentric data collection in the wild. EgoOSCAR pairs a hardware-synchronized global-shutter stereo camera with a 6- axis IMU, an embedded Linux SBC for on-device video encoding, and a realtime microcontroller for user feedback and watchdog functions. The complete bill of materials is under USD 200 per unit, using only commercially available components and 3D-printed parts. Alongside the device, we release a complete software stack (hardware-accelerated recording pipeline, IMU sampling daemon, time-synchronization tooling, and watchdog firmware) and roughly 550 hours of egocentric stereo video per camera with synchronized IMU, collected by a distributed contributor network across everyday indoor environments. The release is annotated rather than raw: free-form action captions cover essentially the entire recorded timeline with an open vocabulary, and per-frame 3D hand reconstructions ship alongside per-session stereo calibration. Ego-OSCAR does not aim to match the per-unit fidelity of research-grade systems such as Project Aria; it aims to be the cheapest defensible substrate for crowdsourced egocentric capture, and to lower the activation energy for any team that wants to collect egocentric data at scale. All hardware designs, software, and the dataset are open-sourced

1
Vision-Language Grounding as Bidirectional Concept Correspondence

Vision-language grounding connects language to visual content, yet most existing formulations reduce grounding to a unidirectional localization problem: given a prespecified text phrase or category name, identify the corresponding image region. This setup assumes that the relevant linguistic unit is already known, overlooking a more basic challenge in grounded communication: determining which parts of the text are visually referential and how they correspond to entities in the image. We formulate grounding as bidirectional concept correspondence over an image-text pair. Given an image and its paired text, the goal is to recover all correspondences between visually referential text spans and instance-level image segments, without assuming that the relevant text spans are provided. This formulation unifies common grounding tasks, including phrase grounding, referring expression grounding, and open-vocabulary detection, by treating text segmentation, image segmentation, and cross-modal alignment as a single correspondence prediction problem. To address this task, we introduce ConCor-1, a grounding model built on top of a pretrained vision-language model. It uses learnable bridge tokens to represent candidate image-text correspondences and predicts, for each token, a text mask, an image mask, and a correspondence presence score. To train and evaluate this task, we convert diverse grounding and segmentation datasets into a unified correspondence format. Experiments show that ConCor-1 consistently outperforms baselines, improving correspondence F1 by 48% on the long-caption dataset and by 29% on zero-shot LVIS, where the large category list serves as the text input.

1
Don't Scroll Back: Missing-Evidence Memory for Streaming Dialogue Summarization

Users of modern platforms repeatedly need summaries of recent dialogue, but the window rarely contains enough context to be interpreted on its own. We formalize this setting as streaming dialogue summarization, where a system must summarize a current window using selective memory from an unbounded history under a fixed budget. We show that the central challenge is not how much history is accessed, but whether memory recovers the evidence that the current window presupposes. We construct a benchmark and evaluation protocol that separately assesses whether memory contains gap-resolving evidence and whether the generated summary reflects it. We propose ReMEMBER, a missing-evidence memory framework that conditions retrieval on unresolved window dependencies and refines retrieved chunks into evidence-dense memory under a fixed budget. Experiments on dialogues with histories up to 160K tokens show that ReMEMBER improves memory recall and gap-resolution completeness over memory construction baselines under the same budget.

0
CEAA: A Cognitive Embodied Agents Architecture for Interactive Computing Systems

The development of embodied Intelligent Virtual Agents (IVAs) that have cognitive capabilities in real-time interactive virtual environments remains a challenge, even with today's advancements in technology. Existing architectures are often focused on either the implementation of low-level reactive control systems that are constrained by commercial game engines, or high-level representations of reasoning models that can be difficult to implement in virtual worlds. This paper builds on that notion and proposes a modular cognitive architecture for deploying embodied IVAs. This architecture builds on existing, pre-established frameworks such as the Sense-Think-Act paradigm and the Belief-Desire-Intention cognitive model, among others, and aims to provide a reusable implementation-oriented framework as a template for deploying IVA "brains" in interactive 3D computing systems. The proposed architecture contributes by providing a modular, implementation-oriented framework for the deployment of embodied, cognitive-capable IVAs and bridges the gap between high-level agent reasoning models with real-time embodied execution, for scalable, adaptive, and explainable agents in complex interactive virtual environments.

0
05

PRODUCT HUNT

05.00
PRODUCT HUNT

Product Hunt - August 11, 2026

Product Hunt Daily Feed: Featuring noteworthy tech launches.

Equitybee Benchmark icon
Equitybee Benchmark

Compare your startup equity grant for free.

0
Vizard Agent icon
Vizard Agent

One AI agent for every kind of video

0
agent-manager icon
agent-manager

The fastest workflow for developing with AI

0
ScreenMark icon
ScreenMark

Menu bar app for live annotations, whiteboard overlay + more

0
Product Analytics for Agents and Users icon
Product Analytics for Agents and Users

Optimize Agent Actions with User Behavior.

0
AMP by CanyonTechs AI icon
AMP by CanyonTechs AI

AI agents that act. Automation that delivers.

0
Gitar icon
Gitar

AI code review that fixes what it finds

0
Tines 3B icon
Tines 3B

The secure environment for agents, apps, and automations

0
BetterClaw icon
BetterClaw

Deploy AI Agent, 60 seconds & $0 forever

0
bb icon
bb

The IDE that builds itself

0
Continuum icon
Continuum

Remember what you know about the people you manage

0
Bullet icon
Bullet

30-60% faster than Claude Code and Codex

0
Xirp icon
Xirp

The agentic development environment built by Spotify

0
Gotcha icon
Gotcha

World's First AI Copilot for Android. You talk. It acts.

0
Octomind Cloud and Hub icon
Octomind Cloud and Hub

One login, zero API keys — cloud agents + 27 models

0
AdmitRaven icon
AdmitRaven

Duolingo for college applications

0
Switchy for Mac icon
Switchy for Mac

Switch your Magic Keyboard, Trackpad, and Mouse between Macs

0
Lexi icon
Lexi

The operating system for legal work

0
Cerenovus icon
Cerenovus

Turn scattered company knowledge into trusted decisions

0
VoiceGecko icon
VoiceGecko

Open source, local voice-to-text

0
SecondBrain Note by GenSpark icon
SecondBrain Note by GenSpark

A MagSafe AI Recorder That Acts for You

0
oqoqo icon
oqoqo

Build evals and custom benchmarks for real-world tasks

0
Portfolio Lab icon
Portfolio Lab

AI investing, done responsibly

0
Prime Agent icon
Prime Agent

A coding agent that can refine its own harness

0
Remix icon
Remix

Figma, but on your production app. Test variants and ship.

0
AI Group Call icon
AI Group Call

Type a goal, join a live voice call with six AI minds

0
Gutta icon
Gutta

A tiny, offline task list for your Mac menu bar

0
Vidaya icon
Vidaya

Healthspan score from your wearables, labs, and DNA.

0
Paritok icon
Paritok

Spend up to 85% less and run 3× longer coding agent sessions

0
DocsAlot CLI icon
DocsAlot CLI

Let Claude or Codex create and maintain good looking docs

0
Workflo icon
Workflo

Mac workspace automation that never sees your screen

0
Papaya icon
Papaya

Your sex's private recap that never leaves your phone

0
Grok Imagine 2.0 icon
Grok Imagine 2.0

Next-gen AI image generator with segmentation editing.

0
VoiceOS App Store icon
VoiceOS App Store

The app store for voice native apps that lives in your notch

0
Omniwork icon
Omniwork

The Creative Agent OS, create better with desktop AI agents

0
Soup CLI icon
Soup CLI

Fine-tune an 8B LLM on a 4 GB laptop GPU

0
DuckDisk icon
DuckDisk

Table-first storage analysis for Mac, cloud, and SSH

0
Persodex icon
Persodex

Your personal CRM that lives on top of your iOS contacts.

0
Argos icon
Argos

The AI that acts as you, right in your browser

0
AgentConnect icon
AgentConnect

Tag any agent, wherever work happens.

0
Macrobite icon
Macrobite

The fastest way to actually get your macros right

0
Proxy Tester by ScrapeOps icon
Proxy Tester by ScrapeOps

Benchmark proxies for reliable, target-specific scraping

0
Prompt Golf icon
Prompt Golf

Prompt Engineering As a Sport

0
SoloUno icon
SoloUno

Take control of hair pulling, nail biting & skin picking

0
ConferenceGrid icon
ConferenceGrid

Conference database for B2B teams

0
Good Assistant 2 icon
Good Assistant 2

Turn life goals into daily progress.

0
radiusHQ icon
radiusHQ

One link replaces your scheduling chaos

0
Toolport icon
Toolport

Every tool, one port. One MCP setup for all your AI agents

0
AstraPixels icon
AstraPixels

​​A pixel-art solar system at its real current positions.​

0
Basedash Subscriptions icon
Basedash Subscriptions

Subscribe to any dashboard. Delivered on schedule.

0
06

TECHMEME

06.00
TECHMEME

Techmeme - August 11, 2026

Techmeme Digest: Major tech headlines and industry conversations.

TSMC and Sony plan to establish Advanced Vision Semiconductor Manufacturing Corp, a $4.69B JV in Japan to make next-gen smartphone image sensors from 2029 (Reuters)
Source: TechmemePublished: Aug 11, 2026

Reuters : TSMC and Sony plan to establish Advanced Vision Semiconductor Manufacturing Corp, a $4.69B JV in Japan to make next-gen smartphone image sensors from 2029 —  Taiwanese chipmaker TSMC (2330.TW) and Sony Group (6758.T) said on Tuesday they will form a $4.69 billion joint venture to develop …

Nvidia releases Nemotron 3.5 Lightning, an open 30B-parameter MoE model that it says delivers up to 4x faster output speeds, and an agentic AI model router (Kyt Dotson/SiliconANGLE)
Source: TechmemePublished: Aug 11, 2026

Kyt Dotson / SiliconANGLE : Nvidia releases Nemotron 3.5 Lightning, an open 30B-parameter MoE model that it says delivers up to 4x faster output speeds, and an agentic AI model router —  Artificial intelligence silicon and software giant Nvidia Corp. today announced two new services: a highly customizable Nemotron model …

Spotify plans to roll out AI Persona labeling in mid-September for profiles that do "not represent a real person"; the system uses human review and AI tools (Emma Roth/The Verge)
Source: TechmemePublished: Aug 11, 2026

Emma Roth / The Verge : Spotify plans to roll out AI Persona labeling in mid-September for profiles that do “not represent a real person”; the system uses human review and AI tools —  Artist profiles on Spotify that do ‘not represent a real person’ will get an ‘AI Persona’ badge.

Bumble rolls out a global update letting any user send an opening message after matching, a major reversal from its signature women-go-first model (Samantha Kelly/Bloomberg)
Source: TechmemePublished: Aug 11, 2026

Samantha Kelly / Bloomberg : Bumble rolls out a global update letting any user send an opening message after matching, a major reversal from its signature women-go-first model —  Bumble Inc. will allow men to make the first move in messaging on its dating app, marking a major reversal from the company's signature women …

Apple's iOS 27 beta 5 contains references to six unreleased iPhones: iPhone Air 2, iPhone 18 Pro, iPhone 18 Pro Max, iPhone 18, iPhone Ultra, and iPhone 18e (Filipe Esposito/Macworld)
Source: TechmemePublished: Aug 11, 2026

Filipe Esposito / Macworld : Apple's iOS 27 beta 5 contains references to six unreleased iPhones: iPhone Air 2, iPhone 18 Pro, iPhone 18 Pro Max, iPhone 18, iPhone Ultra, and iPhone 18e —  Hidden references in Apple's latest beta reveal unreleased iPhones, including the iPhone Ultra.  —  On Monday, Apple released iOS 27 beta 5 …

IBM and Together AI sign a $240M, multi-year deal to build an AI inference cluster on IBM Cloud, using Nvidia's HGX B300 systems, to support open-source models (Anhata Rooprai/Reuters)
Source: TechmemePublished: Aug 11, 2026

Anhata Rooprai / Reuters : IBM and Together AI sign a $240M, multi-year deal to build an AI inference cluster on IBM Cloud, using Nvidia's HGX B300 systems, to support open-source models —  IBM (IBM.N) and startup Together AI have signed a $240 million multi-year agreement to build a large-scale artificial intelligence cluster …

Big Tech's AI boom echoes the 1870s railroad buildout, and Nvidia shifting risk to institutional capital may expose investors if AI revenues fail to materialize (Ben Thompson/Stratechery)
Source: TechmemePublished: Aug 11, 2026

Ben Thompson / Stratechery : Big Tech's AI boom echoes the 1870s railroad buildout, and Nvidia shifting risk to institutional capital may expose investors if AI revenues fail to materialize —  On January 1, 1870, Jay Cooke, hailed as an American hero for his role in financing the Union effort in the Civil War …

An NYC bill, backed by Mayor Zohran Mamdani, calls for Amazon, FedEx, and others to directly employ thousands of delivery workers; the bill could pass this fall (Bloomberg)
Source: TechmemePublished: Aug 11, 2026

Bloomberg : An NYC bill, backed by Mayor Zohran Mamdani, calls for Amazon, FedEx, and others to directly employ thousands of delivery workers; the bill could pass this fall —  A New York City bill calls for the company to hire thousands of contract couriers.  Amazon says the proposal will make delivery pricier and slower.

xAI co-founder Igor Babuschkin's River AI raised $1B led by General Catalyst to build home or small business computer servers capable of running AI locally (Cade Metz/New York Times)
Source: TechmemePublished: Aug 11, 2026

Cade Metz / New York Times : xAI co-founder Igor Babuschkin's River AI raised $1B led by General Catalyst to build home or small business computer servers capable of running AI locally —  Igor Babuschkin built a new start-up, River AI, and hopes to provide ways for people to “retrain,” or modify, artificial intelligence …

How India's IT services sector, which employs 6M people, contributes ~7% of GDP, and generates $300B+ annually, is shedding jobs as AI automates formulaic work (Financial Times)
Source: TechmemePublished: Aug 11, 2026

Financial Times : How India's IT services sector, which employs 6M people, contributes ~7% of GDP, and generates $300B+ annually, is shedding jobs as AI automates formulaic work —  It was around 1.30am by the time Rakesh, a 45-year-old Oracle employee in the Indian technology hub of Bengaluru …

OpenAI is hiring a power-trading lead to manage commodity hedging across its expanding data center power portfolio, as tech companies seek reliable electricity (Julian Hast/Bloomberg)
Source: TechmemePublished: Aug 11, 2026

Julian Hast / Bloomberg : OpenAI is hiring a power-trading lead to manage commodity hedging across its expanding data center power portfolio, as tech companies seek reliable electricity —  OpenAI is hiring a power-trading lead to help manage the expanding energy needs of the electricity-intensive data centers running its artificial intelligence models.

How a wave of disinformation on Facebook, WhatsApp, TikTok, Instagram, and Telegram contributed to a surge of migrants from Morocco to Spain's Ceuta enclave (New York Times)
Source: TechmemePublished: Aug 11, 2026

New York Times : How a wave of disinformation on Facebook, WhatsApp, TikTok, Instagram, and Telegram contributed to a surge of migrants from Morocco to Spain's Ceuta enclave —  A wave of disinformation online contributed to a surge of migrants in the Spanish enclave of Ceuta who were trying to reach Europe, resulting in about 90 deaths.

A look at London-based AI startup Cosine, which is building a frontier model with UK government backing, as some question if it has the talent and resources (Financial Times)
Source: TechmemePublished: Aug 11, 2026

Financial Times : A look at London-based AI startup Cosine, which is building a frontier model with UK government backing, as some question if it has the talent and resources —  Britain's bid to build a “sovereign” AI model rests with a London start-up of about 30 employees that has raised just $15mn.

Intel raised $20B in an upsized share sale, up from the $15B it was targeting on Monday; sources say the sale drew $100B+ in demand; INTC is up 145%+ YTD (Bloomberg)
Source: TechmemePublished: Aug 11, 2026

Bloomberg : Intel raised $20B in an upsized share sale, up from the $15B it was targeting on Monday; sources say the sale drew $100B+ in demand; INTC is up 145%+ YTD —  Making Sense of the Multibillion-Dollar Numbers of Nvidia Deal, Intel Share Sale  —  Video Player is loading.  —  Unmute

A look at Western Australian police's first live facial recognition trial, which has scanned 130,000+ people since June, raising accuracy and privacy concerns (ABC)
Source: TechmemePublished: Aug 11, 2026

ABC : A look at Western Australian police's first live facial recognition trial, which has scanned 130,000+ people since June, raising accuracy and privacy concerns —  By national AI reporter Cam Wilson and ABC Regional Investigations' Andy Burns  —  abc.net.au/news/ai-police-face- screening-trial-sparks-privacy-concern/ 107009644

07

STARTUP ARCHIVE

07.00
STARTUP ARCHIVE

Startup News - August 11, 2026

Startup News Roundup: Aggregating key funding and launch updates.

Marc Andreessen on the 5 personality traits of an innovator
Source: StartupPublished: Mar 31, 2026

“When you’re talking about real innovators—people who actually do really creative, breakthrough work—I think you’re talking about a couple things:”

Steve Jobs explains the importance of both thinking and doing
Source: StartupPublished: Mar 30, 2026

“The doers are the major thinkers. The people who really create the things that change this industry are both the thinker-doer in one person.”

Tobi Lutke explains what the VCs who passed on Shopify got wrong
Source: StartupPublished: Mar 27, 2026

“What a lot of free-market thinkers don’t understand is that between the demand and eventual supply lies friction."

Sam Altman explains how he decides to invest in a startup after 10 minutes
Source: StartupPublished: Mar 26, 2026

"Does this person have the potential to be the next Mark Zuckerberg?… [You don’t get to] 100% accuracy, obviously, but it’s good enough that our business model works.”

Jony Ive recounts the time Steve Jobs called him vain
Source: StartupPublished: Mar 25, 2026

In the clip below, Jony Ive recounts the time he asked Steve Jobs to be less harsh in his critique of a piece of work.

Jeff Bezos’s two pieces of advice for aspiring entrepreneurs
Source: StartupPublished: Mar 24, 2026

“The advice that I would give entrepreneurs is don't chase the hot new thing. It's so hard to catch something that everybody already knows is hot."

Elad Gil: “Things that work tend to work pretty fast”
Source: StartupPublished: Mar 23, 2026

“I do think there’s a bit of a myth in Silicon Valley that you should keep grinding no matter what and it’s just about perseverance, and I think that’s really bad advice."

Paul Graham on why starting with a “small, intense fire" is the key to startup growth
Source: StartupPublished: Mar 20, 2026

"You have to know who those first users are and how you're going to get them."

Keith Rabois on how to identify great talent
Source: StartupPublished: Mar 19, 2026

“What you want to do with every single employee every single day is expand the scope of their responsibilities until it breaks… and that’s the role they should stay in.”

Wealthfront CEO on why advertising spend makes it harder to find product/market fit
Source: StartupPublished: Mar 18, 2026

“The way that you know you have product/market fit is if you have exponential organic growth."

Eric Schmidt on why most companies get strategy wrong
Source: StartupPublished: Mar 17, 2026

“Work very, very hard to figure out what the world’s going to look like in five years. What will people be doing? What will your customers want? Where will costs be?"

Mark Zuckerberg: “You can’t 80/20 everything”
Source: StartupPublished: Mar 16, 2026

"There’s the famous 80/20 rule where you get 80% of the benefit by doing 20% of the work, but you can’t just 80/20 everything. There have to be certain things that you are just the best at."

Marc Andreessen on Mark Zuckerberg’s founder “superpower”
Source: StartupPublished: Mar 13, 2026

“A great superpower that Mark Zuckerberg has that is probably not well-understood enough is he does not get emotionally upset in stressful situations"

Sam Altman explains how to come up with a great startup idea
Source: StartupPublished: Mar 12, 2026

"If you start a startup without a good idea… you’ll be under pressure to make something up and it won’t work that well."

Jeff Bezos on the problems with proxies and managing to metrics
Source: StartupPublished: Mar 11, 2026

“One of the things that happens in business is that you develop certain things that you’re managing to—a typical case would be a metric. And that metric isn’t the real underlying thing.”

Airbnb founder Brian Chesky on how to design an amazing user experience
Source: StartupPublished: Mar 10, 2026

“If you can design something really amazing using the hand-crafted part of your brain, then you can reverse-engineer how to industrialize this millions of times over."

Spencer Rascoff: "I will never invest in a consumer startup with paid marketing”
Source: StartupPublished: Mar 9, 2026

"If you’re actually trying to grow a product, the best levers for doing that are often within the product itself.”

Patrick Collison explains why it sometimes make sense to quit
Source: StartupPublished: Mar 6, 2026

“One thing I’ve learned myself the hard way, is that it is easier to tear down a company and restart it in Silicon Valley, than it is to constantly try to pivot or keep something alive."

Jeff Bezos recounts the time he called Amazon’s customer service number mid-meeting to prove a metric was wrong
Source: StartupPublished: Mar 5, 2026

“I have a saying, which is when the data and the anecdotes disagree, the anecdotes are usually right"

Ben Horowitz: “Nobody was born a great manager. It’s a very unnatural job.”
Source: StartupPublished: Mar 4, 2026

“If you can’t build a great product, it doesn’t matter if you can build a great company.”

03

ALSO TODAY

3 MORE SOURCES
08

SOLIDOT

08.00
SOLIDOT

Solidot News - August 11, 2026

Solidot Feed: Highlighting essential tech & open-source news.

直接给现金能使贫困家庭长期受益

贫困问题的一个潜在解决方案是:直接给穷人现金。越来越多的研究表明,现金转移支付能使贫困家庭受益。加州圣克鲁兹经济学家 Jonathan Robinson 的团队在美国国际开发署(USAID)的支持下分别在利比里亚和马拉维选择了 150 个村庄,向每户家庭提供一笔一次性的现金(250 美元或 500 美元、750 美元),在每个国家再选择 150 个对照村庄,不提供现金。在之后的两年时间里,研究人员每月实地调查和电话调查了数百名女性。结果显示,贫困家庭通常会很快花光钱,但这笔钱通常花在改善粮食安全等方面的投资上。在两年后,实验组家庭的粮食安全状况仍然高于对照组家庭,显示现金给贫困家庭带来了至少两年的益处。研究人员本想要长期追踪这 600 个村庄,但所有资金都来自 USAID,而 USAID 在 2025 年初被特朗普政府/马斯克的政府效率部解散了,研究没法继续下去了。

扎克伯格的超级游轮未帮助一艘搁浅的船

8 月 3 日 9:32 pm,一艘搁浅船只在阿拉斯加 Point Highland 附近发出求助信号。海岸警卫队确认该船未遇险后发布了海上援助请求广播,呼吁附近海员提供自愿帮助。这意味着附近船只没有法律义务提供援助。如果海岸警卫队认定该搁浅船只遇险,那么根据国际海事法和美国法律,附近船只的船长有义务提供援助。扎克伯格的超级游轮 Launchpad 当时就在附近,但它没有参与自愿营救,而是减速让身后的一艘船 Wilderness Legacy 驶过它去营救搁浅船只。Wilderness Legacy 将船拖至 Farragut Bay,为其补充了燃料,这艘船上有两名女子、一名儿童和一只狗。扎克伯格发言人称当时扎克伯格及其家人并不在游轮上,称船员未及时收听救援信息,当他们查看到救援信息时救援行动已经开始了。

Tribar 机器人从 5.7 米高处坠落后能正常运行

耶鲁、普林斯顿等大学的研究人员在《Nature Machine Intelligence》上报告,他们研发的 Tribar 机器人从 5.7 米高处坠落后能正常工作。这一工程学和机器人领域的双重突破,有望推动适用于行星表面、灾区等危险偏远环境的机器人开发。Tribar 属于张拉整体机器人。这类机器人最早源于建筑学家 Richard Buckminster Fuller 提出的“张拉整体”结构概念,即通过连续的张力元件与间断的压力元件共同维持结构稳定。这一概念应用于机器人领域后,其主体由弹性缆绳网络与刚性杆件构成,结构柔韧轻便,能够像弹簧一样吸收较大的外部载荷,即使受到撞击也不会轻易损坏。Tribar 是一款专为兼顾抗冲击与自主控制而设计的三杆张拉整体机器人。它配备了可拉伸的传感器“肌腱”以及机载运动传感器,能够实时估算自身的形态与方向。Tribar 从一座桥上坠落5.7 米至沥青路面后依然继续前进。这是目前张拉整体机器人坠落高度的最高纪录。

Sergey Brin 投入 1 亿美元反对加州的亿万富翁税

最新披露的文件显示,Google 联合创始人 Sergey Brin 向致力于反对加州亿万富翁税的 Build a Better California 组织捐赠了 2000 万美元。这意味着 Brin 为避免缴纳预计 133 亿美元的税而投入了逾亿美元反对拟议中的新税。加州的 Prop 40——即亿万富翁税——提议对居住在加州的约 200 位亿万富翁根据其净资产征收一次性 5% 的税,这笔税款将于用于资助加州的医保项目。特朗普政府正准备削减加州的联邦拨款,加州的 Medicaid 医保项目将面临 300 亿美元的亏空。加州选民将于 11 月对 Prop 40 进行投票。英伟达 CEO 黄仁勋公开表示愿意缴纳该税。

狗能识别人的恐惧与悲伤

科学家以及爱狗人士早已知晓,狗在解读人类的笑声、皱眉和泪水方面表现出色。然而这种能力背后的生物学机制此前在很大程度上一直未被深入研究。科学家对狗在观察各种人类表情图像时的脑部活动进行了研究。脑部扫描结果显示,狗在一个独特的脑区处理笑容,并且首次提供了证据,表明狗能够区分负面面部表情,包括愤怒、悲伤和恐惧。研究人员首先聚焦于幸福感这一概念。他们在对 8 只狗进行扫描的同时,向其展示陌生人的面部图像,这些人脸的表情或是愉悦或是中立。结果显示,快乐的表情会点亮狗脑中颞叶皮层和尾状核区域——这两个区域分别与较高的认知处理和奖赏处理功能有关。随后团队探究了相同的大脑区域是否会对其他情绪做出反应。他们向 12 只狗展示了表现出快乐、愤怒、恐惧和悲伤情绪的人的图像,并使用机器学习技术分析了这些狗的大脑活动。结果发现,这些狗对这些负面情绪的反应并不一致;颞叶皮层-尾状核网络仅对快乐情绪做出独特反应,这使得研究人员能够轻松区分大脑对微笑与上述三种负面表情的反应。但研究团队发现,犬类的大脑并非只是在将世界划分为善与恶两类。一项全脑分析揭示了截然不同的活动模式,这些模式将恐惧与愤怒和悲伤区分开来,由此首次提供了犬类能够辨别特定负面面部表情的证据。

欧亚草原中东部人群饮食结构呈现显著的同步演变

根据发表在《中国科学:地球科学》上的一项研究,中国研究团队对新疆天山北麓白杨河墓地出土的青铜时代晚期至唐代的人骨与动物骨骼进行了碳、氮稳定同位素分析,并结合放射性碳十四测年,首次系统重建了该地区长达4000年的人群饮食演变历史。结果显示,尽管各地生态环境与社会文化存在差异,但整个欧亚草原中-东部人群的饮食结构呈现出显著的同步演变趋势:青铜时代(距今 5000–3000 年),各地普遍以C3类食物(小麦、大麦及家畜肉奶制品)为主;早期铁器时代至汉代(距今3000–2000年),C4作物(主要是黍)消费量大幅增加,动物蛋白摄入也明显增强;汉唐时期(距今2000–1000年),黍的消费显著减少,饮食结构回归以C3作物为主导。研究还揭示了饮食转变中的区域与社会差异:早期铁器时代至汉代(距今3000–2000年),米努辛斯克盆地、中亚东南部及天山北麓为C4作物高强度利用区,黍已成为多数人群主食;哈萨克斯坦中部、阿尔泰山及蒙古中部则为C4作物有限利用区,黍消费多限于精英阶层,具有社会地位象征功能。白杨河墓地数据显示,随葬品丰富或随葬金器者δ¹⁵N值普遍较高,但也存在例外,表明社会地位与动物蛋白饮食之间存在相关但非绝对对应的关联。研究团队综合古气候与考古学证据提出,青铜时代至早期铁器时代–汉代的饮食结构转变,很可能得益于暖湿气候环境下牧业群体跨区域交流的增强;而汉代至晋唐时期的饮食转型,则可能受气候冷干化趋势与谷物加工技术发展的共同影响。该研究为理解欧亚草原人地关系演化及大规模饮食转型的驱动机制提供了关键实证依据。

对磁星的测量或证实了真空双折射理论

国际团队在 2025 年 3 月至 4 月间,结合 NASA 的 IXPE (Imaging X-ray Polarimetry Explorer、NICER (Neutron Star Interior Composition Explorer) 以及澳洲联邦科学与工业研究组织(CSIRO)的 Murriyang 无线电望远镜,对磁星 1E 1547-5408 进行了超过 140 小时的联合观测。这是人类史上首次针对磁星进行同步的无线电与 X 射线偏振测量。这颗每 2 秒自转一周的磁星能持续发出明亮的无线电与 X 射线。观测显示,其光子偏振度是类似天体的三倍之多,远高于标准表面辐射模型的预期。为了寻找原因,科学家将目光转向量子电动力学中拥有 90 年历史的真空双折射理论。该理论于 1936 年首次提出,认为在极端强烈的磁场下,太空的真空会如同透镜或稜鏡般过滤光线,进而提升总体偏振度。 IXPE 的 X 射线偏振测量能力成为检验此理论的关键。研究团队的模拟结果支持了真空双折射造成此信号的可能性。

Meta 推出 300 亿参数的开放权重模型 Muse Glimmer

Meta 在 Apache 2.0 许可证下推出了 300 亿参数的开放权重模型 Muse Glimmer。Muse Glimmer 为本地运行的智能体工作流程进行了优化,能在配备了单个消费级 GPU 的 Mac 或 PC 上运行,支持从本地智能体和函数调用到本地编程和 LLM 自动化评估等多种应用场景。Meta 将在未来几天推出针对 llama.cpp、MLX 和 ExecuTorch 的集成。

审稿人人数跟不上大幅增长的新论文数量

同行审议是学术出版流程的重要一环,然而随着在 AI 时代论文数稳步增长,审稿人数量逐渐跟不上了。以前一篇论文通常能找到两到三位审稿人,如今很多论文只能找到一名审稿人。研究人员表示,这种情况越来越普遍。同行审议成为科学的基石其实只有约 50 年历史,是 1970 年代美国科学基金会为了避免将科研项目的拨款决定置于国会议员手中。英国的情况类似。如今同行审议已成为标准流程。加快审稿的一种方法是引入 AI 审稿。未来 AI 生成的审稿意见可能会日益常见,今天的很多审稿人已经在使用 AI 工具。

为什么出租车和救护车司机很少死于阿尔茨海默

2024 年的一项研究分析了美国在 2020 年 1 月到 2022 年 12 月之间的 900 万份死亡证明,发现出租车和救护车司机死于阿尔茨海默病的可能性低于其他任何职业。在 443 种职业中,出租车和救护车司机死于阿尔茨海默病的风险最低。在调整了年龄、性别、种族、民族和教育程度等因素后,大约每 100 名出租车和救护车司机中有 1 人死于阿尔茨海默病,而所有职业的整体比例为 1/60。这一模式无法推广到其他驾驶类职业,意味着降低阿尔茨海默病风险并非驾驶而是持续的实时导航:不断确定自身在空间中的位置,追踪目的地,随情况变化更新心智地图(mental maps)。工作依赖于固定或预定路线的驾驶者,如公交车司机和飞机飞行员,没有获得类似的优势。 研究人员认为,导航密集型工作与低阿尔茨海默病风险之间的关联集中在海马体上。海马体是大脑中负责记忆和空间导航的部分,也是阿尔茨海默病最早受损的脑区:空间导航和方向感障碍是最早出现的症状之一。2023 年,研究人员在一个包含逾 22,500 人的数据集上运行了一个机器学习模型,根据环境的复杂程度以 84% 的准确率预测哪些区域的阿尔茨海默病发病率较高。生活在高空间复杂环境中的居民患上阿尔茨海默病的可能性较低。研究人员认为,定期构建认知地图能锻炼阿尔茨海默病最先攻击的神经回路。反复激活与空间导航相关的认知系统有助于延缓症状出现。

中国人形机器人出货量占全球的逾 97%

最新行业数据显示,2026 年上半年,中国人形机器人制造商占全球出货量的 97% 以上,显示中国在这一新兴领域已领先美国。Smart Analytics Global 的数据显示,2026 年上半年,全球人形机器人出货量约 1 万 9100 台,是去年同期 5100 台的三倍多。总部位于上海的智元机器人超越总部位于杭州的宇树科技,跃居市场份额榜首。今年上半年,智元机器人出货量达 8400 台,占全球出货量的 44%,宇树科技则为 5900 台。

苹果测试长鑫内存

苹果正在 iPhone 和 MacBook 等产品上测试长鑫的内存芯片,以缓解 AI 热导致的内存短缺。苹果已与长鑫就供应内存芯片进行了初步磋商,目标是将其用于部分在中国销售的苹果设备。此前有报道称,PC 制造商惠普和宏碁已开始在美国以外地区销售的笔记本产品中少量使用长鑫内存。长鑫目前占据了约 7% 的内存市场份额,三星、SK海力士和美光占据了九成的市场份额。

中国企业与大学研发经费超过美国

在企业和大学的研发费用总额方面,中国已超过美国,位居全球第一。日本文部省的数据显示,中国 2024 年的研发经费为 97.1 万亿日元,同比增长 13.1%,超过了美国(95.3 万亿日元,同比增长 6.7%)。中国在科研论文数量上于 2017 年超过美国,跃居全球第一。此外,被公认为研究质量高的前 10% 高被引论文数量也在 2018 年跃居首位,而被认为更加优秀的前 1% 顶尖论文数量自 2019 年起同样位居第一。此次中国又在研发经费总额上超过美国,名副其实地走在世界科学研究的最前列。从研发经费来看,中国、美国和日本居前 3 位,其后依次为德国、韩国、英国和法国。

果糖会帮助癌细胞扩散

根据发表在《Nature Aging》期刊上的一项研究,科学家发现果糖会帮助癌细胞扩散。研究团队针对的是顺铂(cisplatin)治疗的卵巢癌,顺铂是一种强效铂类化疗药物,会诱导细胞衰老。多数患者最初对治疗反应良好,但复发很常见。研究人员想知道是什么导致了癌症复发——九成的癌症死亡都是由复发引起的。研究人员的代谢分析发现问题与果糖有关。研究人员分析了果糖触发的代谢级联反应,发现果糖不仅作为燃料,还会改变线粒体代谢,降低胆固醇的生成。胆固醇有助于稳定细胞膜,将细胞彼此连接并锚定到周围组织。胆固醇的减少,会降低癌细胞的黏附性,使其更容易脱落,从而帮助癌细胞在体内转移。实验显示抑制癌细胞代谢果糖的能力减少了转移的癌细胞数量。研究人员指出,果糖在调节肿瘤细胞行为上发挥的作用可能被低估了,限制果糖摄入量可能是一种有前景的饮食干预措施,有助于提高治疗反应。

五分之一美国人在财务建议上咨询 AI,七成美国人不信任 AI

盖洛普与金融服务公司 Edward Jones 合作展开的一项调查显示,过去一年有五分之一美国人在财务建议上咨询 AI,但只有三成美国人非常信任或部分信任 AI 的理财能力,3% 的人非常信任 AI, 七成美国人不信任 AI。随着 AI 的普及,金融专家表示,消费者应谨慎对待这些工具,切勿完全依赖它们。MIT 斯隆管理学院副教授 Taha Choukhmane 的建议是利用 AI 获取金融概念相关的解释和定义,如利用 AI 了解股市,了解共同基金和指数基金的区别,等等。研究显示,年轻一代更倾向于使用 AI 获取理财建议,而老年人则更倾向于寻求专业理财顾问的帮助。

微软回应悄悄在 Windows 11 上安装新照片应用 OneDrive Photos

微软最近被发现悄悄在 Windows 11 上安装新照片应用 OneDrive Photos,该应用与 OneDrive 在同一个文件夹,无法单独卸载,如果想要卸载需要同时卸载 OneDrive,而 OneDrive 与系统高度集成,卸载 OneDrive 会影响系统集成以及快捷方式。这一消费者应用还出现在了 Windows 11 企业版机器上,会自动扫描系统存储中的照片。微软此举引发了批评和争议。软件巨人回应时承认 OneDrive Photos 的推广范围超出了预期,它正在修复该问题,此外 OneDrive Photos 将会添加本地照片和云端照片的选项,给予用户是否使用 OneDrive 的选择。微软正在开发相关控件,允许用户分开卸载 OneDrive 和 OneDrive Photos。企业级 PC 上安装的该应用会自动删除。

全世界种植的蔬菜在减少

PNAS 上发表的一项研究显示,大多数人摄入的蔬菜量远远不够,因而承受着健康方面的后果。与此同时全世界种植的蔬菜品种也越来越少,进一步恶化了饮食的多样性。全世界大多数人的蔬菜摄入量比健康饮食推荐量少约 40%。农业工业化前种植的食用植物品种要丰富得多。如土豆有逾 4000 个不同的品种,但美国只有大约五到八个品种广泛种植。从人工选择到大规模生产的单一栽培,再到基因改造,农业工业化——以及相关供应链——逐渐减少了我们餐桌上的蔬菜品种。随着蔬菜遗传多样性的丧失,我们也失去了它们的营养成分以及作物适应气候变化的能力。

脑扫描显示新冠患者广泛的结构和功能变化

四川大学的研究人员分析了 49 项脑成像研究,显示新冠患者的大脑经历了广泛的结构和功能变化。研究结果表明,新冠病毒会影响负责记忆、情绪和执行功能的区域,这或许可解释部分新冠患者出现的神经系统症状。对比新冠患者和健康人群的脑扫描结果,研究人员发现,负责决策和认知控制的额叶频繁显示结构性改变。参与感觉处理和注意力的区域颞叶和顶叶在病毒康复患者中显示出明显差异。前额叶皮层对社会心理压力高度敏感,这意味着疫情本身带来的压力,以及病毒感染,都可能导致前额叶的结构性改变。新冠患者的灰质总体积减少,外层皮质变薄,这种组织损失可能是由于感染期间氧气供应减少或严重免疫系统炎症所致。

微软 Google 亚马逊 Meta 甲骨文 2027 年负现金流将达到 1250 亿美元

五大科技公司微软、Google、亚马逊、Meta 和甲骨文在 AI 的开发和交付上投入了巨资,因此到 2027 年它们的财务状况将会严重恶化。自由现金流是扣除各项支出和 AI 基础设施成本后的剩余款项,对 S&P Global Market Intelligence 的数据分析显示,五大公司在 2026 年的自由现金流合计几乎为零,而到 2027 年将会出现高达 1250 亿美元的负现金流。其中亚马逊和 Google 两大云计算公司过去三个月损失的现金超过其它任何美国公司。马斯克旗下的 SpaceX 公司情况估计会更严重。

DeepMind 的 WeatherNext 模型在飓风预测上取得突破

2025 年 10 月,加勒比海上空酝酿着一场风暴。气象模型对其路径有不同的预测。它会保持弱势最终登陆海地,还是会增强并袭击牙买加?由 Google DeepMind 和 Google Research 联合开发的模型 WeatherNext 选择了后者。在风暴登陆前五天,该模型以 80% 的置信度预测它将以五级飓风的强度袭击牙买加。飓风梅丽莎(Melissa)给牙买加带来了灾难性的洪水和山体滑坡。但 AI 模型帮助预报员更早向沿途社区发出预警,使他们有时间做好充足准备。研究人员在《自然》上发表论文,称 WeatherNext AI 模型能以前所未有的精度预测飓风。它能比现有模型提前一天发出预警;意味着它提前三天的预测准确度相当于之前模型提前两天的预测。在实际灾害中,这额外的一天意义重大。研究人员表示,历史上要将预报提前一天,通常需要十年的努力。论文主要作者之一的 Ferran Alet 表示:“我们没有那么多热带气旋的数据,但有大量的天气数据。因此我们训练了一个模型,使其既擅长预测天气,也擅长预测热带气旋。”

09

APP STORE RANK

09.00
APP STORE RANK
Loading…