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 0957
FRI, AUG 14, 2026
OrangeBot.AI 智能策划和筛选每日科技趋势和新闻,为您节省时间。
TODAY · FRI, AUG 14, 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 14, 2026

Of course. Here is a summary of today's main news events based on the information provided.

U.S. Retail Sales Weaken, Influencing Fed's Rate Decision

U.S. retail sales declined in July, signaling a potential slowdown in the economy. In response, market expectations have shifted, with most analysts now predicting the Federal Reserve will hold interest rates steady at its next meeting rather than implementing another hike. This news also caused the U.S. dollar to weaken.

Stock Market Rallies on AI Optimism and Inflation Data

The S&P 500 is on track for a record weekly high, driven by positive signs of slowing inflation and strong performance from technology stocks. Major tech companies are seeing earnings boosted by their investments in artificial intelligence startups like Anthropic, contributing to the market's upward trend.

Major AI Players Shift Strategy Amid Fierce Competition

The artificial intelligence sector is seeing significant strategic moves. U.S. companies like Anthropic and OpenAI are launching cheaper versions of their AI models to expand their user base. Meanwhile, OpenAI announced the departure of a key executive, and companies across various industries are increasing investment in quantum computing to gain a future competitive edge.

Geopolitical Tensions Rise Involving UK, Iran, and Venezuela

Several international developments are in focus today. In the UK, a financial probe into a major political party leader has resumed. Separately, Venezuela is officially requesting the return of $4 billion in gold bullion held in the UK. Tensions also remain high between the U.S. and Iran over control of the strategic Strait of Hormuz.

Mixed Movements in Global Commodity Markets

Commodity prices showed varied performance. Gold is set for a slight weekly loss as investors take profits from a recent rally. In contrast, U.S. natural gas prices rose due to high demand from hot weather. Crude oil futures settled slightly lower amid ongoing geopolitical uncertainty in the Middle East.

Creative Careers DeskWhat AI is doing to creative work · tracked dailyOpen the desk →
5,196
Professionals tracked
daily snapshot
12.63%
Taking commissions
656 accounts
6.18%
Looking for work
321 accounts
7.14%
Selling courses / subs
371 accounts

Careers covered

Latest moves

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

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 14, 2026

Hacker News Feed: Highlighting key posts and discussions.

Dear people who work at the airport

(life-after-ssri.bearblog.dev)

10166
Don't classify, hallucinate!

(softwaredoug.com)

7030
DeepSeek peak/off-peak pricing update

(api-docs.deepseek.com)

12658
NP-overrated

(gruhn.me)

232160
Mistral OCR 4.1

(docs.mistral.ai)

387154
Gemini 3.7 Flash

(blog.google)

913457
Ordinary Abundance

(ordinaryabundance.com)

349169
Spaghettifying DRAM

(github.com)

675168
Gloomberb

(gloom.sh)

424221
03

HUGGINGFACE

03.00
HUGGINGFACE

HuggingFace 新闻 - August 14, 2026

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

DreamX-Phi 1.0: Action-Conditioned Video World Model for Robotic Manipulation

We present DreamX-Phi 1.0, an action-conditioned video world model for robotic manipulation that, given an observed frame, a language instruction, and a prescribed action sequence comprising end-effector poses and gripper states, predicts the resulting future observations. Yet realism alone does not guarantee faithfulness: a convincing rollout can still move the wrong arm or lose the manipulated object. To ensure the prediction respects each arm's commanded path, we inject per-arm SE(3) transformations into attention via PRoPE-style geometric encoding, preserving arm identity and rigid-motion structure. Action control alone does not fully constrain scene geometry or the evolution of small manipulated objects. We therefore add a lightweight depth branch for scene-level geometry and use SAM3 masks with a frozen V-JEPA teacher to maintain object consistency throughout grasping. We further distill the multi-step generator into a few-step student via distribution-matching distillation for efficient deployment. At the time of writing, achieves first place on Track~1 and second place on Track~2 of the WorldArena~2.0 Challenge. Our model and code will be publicly available.

77
Alaya-EVOKE: From Linear-Scaling Supervision to Endless World

Interactive world models must support persistent memory, responsive interaction, and long-horizon generation, yet these requirements place conflicting demands on the model. Maintaining history in the denoiser context or key-value cache incurs growing cost, forcing a trade-off between session length and retained memory, while low-latency interaction relies on few-step generation whose capabilities are bounded by its teacher. Evoke addresses both limitations by externalizing persistent world state and redesigning the teacher for long-horizon interactive generation. Scene geometry is maintained in an external, camera-indexed world state bank, from which only view-relevant information is retrieved, keeping the denoiser context bounded as the session grows. Rather than treating the teacher as a fixed generator, we design it for long-horizon supervision: its sparse attention combines chunk-wise grouping, retrieval of selected distant frames, and a linear-attention global state, yielding linear growth in memory and compute while enabling supervision over long horizons. Such supervision exposes content drift that stays locally plausible within short windows, while per-chunk conditioning enables prompt changes and event control throughout the sequence. A 30-second distribution-matching objective, applied under self-forced rollouts, transfers both capabilities to a three-step student that uses no classifier-free guidance, improving resistance to long-term drift while preserving responsive conditioning. With bounded context and recurrent external memory, Evoke supports open-ended, continuously evolving generation; on a single H200 at 384times 640, each 1.5,s chunk is generated in 2.11,s. As a three-step world model, Evoke achieves state-of-the-art performance on WBench while remaining competitive on VBench-Long and VBench-2.0.

75
LLMRouter: Unified Infrastructure for Developing, Evaluating, and Deploying LLM Routers

No single large language model (LLM) is optimal across all queries and budget constraints, making model routing essential for cost-effective deployment. Existing routers adopt diverse formulations and implementations, making fair comparison and extension difficult. We present a unified formulation of LLM routing as a sequential decision process characterized by five components: context encoders, model encoders, scoring functions, decision rules, and learning signals, covering single-turn, multi-turn, and personalized routing. Based on this formulation, we develop an automated pipeline for constructing routing supervision and evaluating routers jointly on response quality and inference cost. The resulting benchmark, xRouteBench, spans generic LLM, memory-augmented, vision, time-series, and personalized routing tasks. We further introduce LLMRouter, an open-source modular infrastructure with more than 16 representative routers. Our empirical study shows that learned routers outperform the strongest fixed-model baseline by 14.6% relatively, lightweight routers become more competitive under tight cost constraints, and user-conditioned routing consistently improves personalization.

56
DarwinX: Evolving Agent Harnesses Through Natural Selection

An LLM agent's capability depends not only on model weights but on its harness: prompts, tools, skills, and control flow. Self-improvement loops already edit harnesses, yet single-lineage search is path-dependent and local wins often regress other tasks. We introduce DarwinX, which treats self-evolution as selection over a population of harnesses with the model frozen: a preserve-and-extend contract admits only variants that extend coverage without regressing, an archive keeps alternative lineages for recombination, and failure-, teacher-, and self-derived evidence share one edit interface. Fitness comes from each benchmark's own verifier: no gold solutions, no hand-picked winners. Across four benchmarks that progressively separate the evolution signal from the test, one loop adds about 17 points on average: Terminal-Bench 2.1 rises +7.7 to 83.2% on a matched base and to the verified frontier at 84.7% on a stronger one; TerminalWorld's held-out split reaches 68.3%, ahead of every off-the-shelf agent; WebArena-Infinity real-task pass@1 rises from 43.5% to 93.0% audit-clean; and a Terminal-Bench 2.1 harness transfers unchanged to SWE-bench Verified. What evolves is general agent competence, not benchmark-specific patches, so it survives changes of task, verifier, and base model. A frozen model need not be a fixed agent: harness selection turns evaluation compute into durable capability.

41
Intern-S2-Preview: Scientific Agentic Foundation Model

Scientific discovery increasingly requires AI systems that can reason over scientific evidence of heterogeneous modalities, interact with scientific tools and environments, and sustain progress across long task horizons. We present Intern-S2-Preview, a series of scientific agentic foundation models designed to support multimodal scientific understanding, reasoning, generation, and long-horizon tasks. The training pipeline begins with scientific multimodal pre-training over rendered scientific documents, interleaved image-text data, and diverse scientific corpora. Starting from the pretrained checkpoint, we apply a unified post-training pipeline consisting of supervised fine-tuning, scalable multi-task reinforcement learning (RL), black- and white-box agentic RL, and on-policy distillation. This pipeline is supported by practical techniques that improve rollout and training stability and efficiency, including partial rollout with off-policy correction, adaptive length regularization, online speculative decoding, robust multi-task optimization, and trace-aware experience assembly for agentic tasks. At the architecture level, Intern-S2-Preview-397B extends time series modelling from efficient long-sequence understanding to numerical forecasting, while Memory Decoder is studied as a separate memory-augmented path for rapid scientific specialization without modifying the frozen 397B backbone. Evaluations across scientific, multimodal, agentic, and general-purpose benchmarks show that Intern-S2-Preview-397B achieves competitive or leading results in multiple settings. The time series modules improve scientific signal understanding and forecasting on SciTS, while the separate Intern-MemDec-4B extension improves the Biology-Instructions average score from 56.92 to 60.32 without modifying the frozen 397B backbone.

38
PlayWorld: Benchmarking World Models with Agent Players over Long-Horizon Objectives

Video world models simulate future states conditioned on current observations and user actions. Recent systems have demonstrated impressive video consistency and action controllability over long sequences. However, fairly comparing these interactive models remains challenging. In practice, a human player typically evaluates a world model by pursuing long-horizon objectives through interaction. For example, a user may turn around 360 degrees to see whether the environment remains consistent, or walk into the water and inspect whether realistic water ripples are generated. The action sequence required to achieve the same objective may vary substantially between models, making fixed action-conditioned evaluation unsuitable for cross-model comparison. To address this, we employ multi-modal Agent Players to interact with world models toward specified long-horizon objectives. Building on this paradigm, we introduce PlayWorld, a benchmark providing 171 scenarios, each with a specified objective. To evaluate performance thoroughly, we assess models along four core dimensions: geometry consistency, interaction fidelity, out-of-sight evolution, and insight evolution. In addition, we incorporate basic ability metrics for video quality and controllability. Experiments across nine state-of-the-art world models reveal that current models remain unreliable on long-horizon interactive objectives, particularly in maintaining spatial consistency and persistent state evolution. Code and data are available at https://github.com/kxding/PlayWorld.

30
AutoDesign: Meta-Harness Optimization for Long-Horizon Agentic Design

Transforming multimodal sources into condensed and structured media outputs can be fundamentally conceptualized as a long-horizon agentic process centered on a model-harness system. While an ideal harness system should align with human design priors and accumulate reusable experience through empirical exploration to drive recursive self-improvement, existing paradigms remain static and fall short of this capability. In this paper, we present AutoDesign, a framework that aligns with human design priors, where a meta-harness optimizer guides a code agent to recursively improve harness based on rollout feedback. To instantiate and evaluate this framework, we focus on the academic paper-to-poster generation task and introduce PosterBench, comprising a 100-paper Main Track spanning five disciplines and PosterBench-mini, a shared 10-paper subset for controlled evaluation. On the PosterBench Main Track, AutoDesign achieves the highest score of 78.32, surpassing the closed-source commercial system Claude Design by 7.45 points. Across seven controlled code-agent-model configurations, integrating the learned DesignHarness consistently improves performance, increasing the average PosterBench Score from 54.99 to 67.39 (+12.4%). In a fully autonomous long-horizon loop, it executes 253 tool calls and 11 editing turns within 40 minutes for under $3, reaching average conference-poster quality in human evaluation. A system-blind human study further demonstrates that AutoDesign achieves the highest human preference among evaluated systems.

28
Spatial Memory Agent: Experience-Grounded Procedure Memory for Spatial Intelligence

Spatial intelligence is becoming a foundation for embodied agents, robotic planning, and multimodal assistants. To improve the spatial reasoning ability of VLM agents, existing work has mainly followed two lines. One line uses post-training methods, such as supervised fine-tuning and reinforcement learning. Another line adopts an agentic paradigm in which the model calls external spatial tools, such as depth estimation and 3D reconstruction tools, to gather intermediate spatial evidence. We study a complementary and underexplored route: Can a frozen VLM agent improve its spatial reasoning through parameter-update-free self-evolution, without depending on external expert spatial tools at inference time? We present Spatial Memory Agent (SMA), an experience-grounded runtime framework that converts verified spatial experience into reusable transferable lessons. In a verifiable spatial environment, SMA queries the frozen VLM, obtains a predicted answer and reward, and uses verifier-guided reflection to distill compact transferable lessons from spatial experience. SMA further assigns each lesson a Transfer Reliability Score (TRS), which is initialized uniformly and calibrated from later retrieval outcomes as visit evidence of future transfer reliability. During read-only deployment, SMA retrieves lessons by semantic filter and similarity-TRS combined ranking, allowing the retrieved memory to guide frozen model inference. Across five representative spatial benchmarks and four base VLMs, SMA achieves the highest macro average in every base-model block and the best accuracy among the evaluated methods in most of the 20 evaluations, establishing a practical parameter-update-free path for spatial self-evolution across the evaluated frozen model scales and environments.

25
Massive Activations in Hybrid Linear Attention Large Language Models: Pre-Attention Spikes and Inter-Spike Plateaus

We present the first systematic study of Massive activations (MAs) in layer-interleaved HLA LLMs and uncover two architecture-aligned morphologies: MAs consistently spike immediately before full attention layers, forming pre-attention spikes (PAS), and can persist through intervening linear attention layers, giving rise to inter-spike plateaus (ISP). As full attention becomes denser, successive PAS become increasingly connected through ISP, ultimately recovering the stable MA morphology of full attention LLMs. We establish the recurrence of this organization across five linear attention architectures, six hybridization configurations, five data domains, and representative open-source hybrid models spanning 1.2B to 397B total parameters. Controlled pretraining of GDN-based hybrids at scales up to 1.3B shows that both morphologies emerge early and respond asymmetrically to output gating: full attention output gating strongly attenuates their absolute magnitudes without eliminating their layerwise organization, whereas removing GDN gates yields comparatively modest amplification. Mechanistically, our systematic-outlier analysis supports a shared lifecycle account governed by the timing of MA cancellation. PAS follows a localized write-sink-cancel process, while the extended persistence of ISP is consistent with delayed cancellation. At the full attention limit, this account recovers the stable MA morphology characteristic of full attention LLMs. Our code is available at https://github.com/StartluxLabs/Massive-Activations-HLA.

14
UniSwap: Streaming Audio-Visual Identity Swapping for Talking Videos

Talking-video character replacement requires coordinated transfer of appearance and voice while preserving the source motion, scene, linguistic content, and audio-video timing. Existing methods use separately optimized models for the two modalities, making audio-visual consistency difficult to enforce. We present UniSwap, the first framework for streaming joint audio-visual identity replacement in talking videos. Given a source video, a reference image, and a reference voice clip, UniSwap transfers the reference appearance and vocal timbre within a single audio-visual diffusion transformer while preserving the source content and dynamics. To address the scarcity of aligned cross-identity training pairs, we introduce a swap-and-reconstruct pipeline that removes visual and vocal identity from real clips and uses the original clips as reconstruction targets. Starting from a bidirectional backbone, we progressively adapt the model through In-context Pretraining for joint replacement, Conditional Streaming Adaptation for block-causal KV-cached generation, and Efficient Self-forcing DMD for mitigating exposure bias and reducing sampling from 30 to 3 denoising steps per block. Efficient Multi-LoRA Switching enables the three DMD roles to share a single frozen backbone. Feature-RoPE Decomposition keeps cached positions within the training range, supporting stable long-form inference. Experiments demonstrate strong audio-visual synchronization, competitive identity preservation, efficient streaming, and stable long-form generation.

11
LiveAnimate: Stable Long-Form Streaming Human Animation in Real-Time

Pose-driven human animation synthesizes a video of a target person from a single reference image and a driving pose stream. Real-time generation is essential for interactive applications such as live streaming, telepresence, and virtual avatars, yet diffusion-based systems require minutes to hours per clip, precluding responsive interaction. We present LiveAnimate, to our knowledge the first animation system to combine real-time streaming with stable long-form generation at billion scale, built on a 14B-parameter video Diffusion Transformer (DiT). A two-stage training pipeline first adapts a pretrained bidirectional DiT into a block-causal autoregressive generator through Reference-Anchored Teacher-Forcing Adaptation, and then reduces the sampling budget to three steps through Block-wise Self-Forcing Distillation. To preserve appearance over extended streams, we introduce Pose-Retrieval Sink Attention (PR-Sink), a bounded KV-cache mechanism combining a Static Sink that permanently anchors the first generated block, a Dynamic Sink that holds a pose-retrieved historical block, and a three-slot Rolling Window. When a pose recurs, PR-Sink restores the relevant appearance context without retaining the entire sequence, so memory and per-block latency remain constant regardless of stream duration. Together with Ulysses sequence parallelism and operator fusion, these designs enable 19.63\,FPS streaming inference on two NVIDIA H100 GPUs. On a three-minute benchmark, LiveAnimate maintains nearly constant perceptual quality and identity from the first 30 seconds to the final minute, while prior systems degrade substantially or require hours of offline computation for the same rollout. These results establish a new operating point in quality, latency, and duration for interactive full-body animation.

10
How Can Rhetoric Reward-Hack AI Reviewers? Dissecting Rhetorical Sensitivity in AI-Based Peer Review

As large language models increasingly participate in scientific evaluation, we investigate a potential form of reward hacking: how rhetorical choices shape AI-review judgments when reported scientific content is preserved and how these effects vary across evaluation conditions. We construct a controlled corpus of 4,200 full-paper manuscripts derived from 120 anonymized ICLR 2026 submissions. Two LLM rewriters transform six rhetorical dimensions in opposing directions, and five LLM reviewers evaluate the resulting manuscripts under standard and strict protocols. We also test joint, recursive, and reviewer-guided rewriting. Our results show that rhetorical sensitivity is structured rather than uniform. Evidence framing and novelty stance produce the largest positive-negative contrasts in overall assessment, with scope framing forming a weaker second tier; the remaining dimensions have smaller or less stable effects. This hierarchy persists across human-assessed quality levels, but score movement depends strongly on the AI reviewer's original score: lower scores tend to rise, higher scores tend to fall, and directional contrasts are clearest in the middle ranges. More elaborate workflows do not reliably yield larger gains. Joint rewriting is strongly rewriter-dependent, reviewer guidance does not consistently outperform an unguided second pass, and repeated rewriting yields diminishing, configuration-dependent returns. Across conditions, the rewriter primarily determines the separation between opposing variants, whereas the reviewer determines the magnitude and sign of their score effects. Strict review lowers mean OA by 1.36 points without consistently changing rhetorical sensitivity. These findings identify when rhetorical presentation influences AI scientific review and motivate evaluation systems robust to content-preserving variation in scientific writing.

9
An AI4AI Framework for Visual Token Pruning

Visual-token pruning can substantially reduce the inference cost of multimodal large language models (MLLMs), yet existing methods largely rely on fixed, handcrafted heuristics and costly expert trial and error. As pruning objectives, budgets, and model architectures diversify, manually navigating the expanding design space becomes increasingly difficult. This paper aims to build an AI4AI framework for visual-token pruning by addressing a natural question: Can large language models automatically design effective visual-token reduction algorithms? Although LLMs possess broad algorithmic knowledge and strong reasoning capabilities, translating such general knowledge into effective solutions for a specialized task remains nontrivial. We argue that the key lies in designing an appropriate search-state representation that connects the internal knowledge of LLMs with the structural requirements and constraints of visual-token pruning. Based on this insight, we propose AutoPrune, a training-free framework for LLM-driven visual-token pruning policy design. At its core, AutoPrune introduces a Token Pruning Domain-Specific Language (TPDSL) comprising 131 reusable atoms for budget control, token scoring, selection constraints, and token reassembly. A key property of TPDSL is that it represents each search state as a residual modification of a strong base policy. This residual formulation narrows the search space and directs the LLM's attention toward the policy components that are most consequential for performance. Experiments on 14 multimodal benchmarks and three MLLM backbones demonstrate the effectiveness, efficiency, and transferability of AutoPrune. Even when removing 94.4% of visual tokens, AutoPrune preserves more than 99% of full-token performance while reducing FLOPs by 9.9x and prefill latency by 6.4x.

6
AVA-Encoder: Towards Agent-Native Video Representation Learning

Creative agents still lack an effective way to learn from high-quality human films, limiting their ability to produce cinematic-grade videos. A key challenge is the absence of a structured video representation that is both faithful to film content and directly usable for agentic reasoning and manipulation. To address the challenge, we propose the Agentic Video Auto-Encoder (AVA-Encoder), a framework for learning agent-native video representations via agentic auto-encoding. AVA-Encoder transforms a video into a knowledge graph (KG) representation and then reconstructs it back into video. Its hierarchy and state nodes store structured text, while a linked asset layer holds generated images, audio, and video. Typed edges preserve the relations between these text descriptions and assets in a form that agents can easily understand, query, and edit. The video reconstruction differences drive a textual-gradient optimization framework, which expresses evaluation feedback as natural-language update directions for Data-Independent Encoding Policy Pseudo-Training in the outer loop and optional Data-Dependent KG Representation Refinement in the test-time inner loop. Extensive experiments show that AVA-Encoder improves by 20.7 percentage points over the strongest external baseline. In the controlled policy-only setting, its pseudo-trained shot-level Agentic Video Encoder policy also outperforms a carefully human-tuned policy while using 74.3% fewer system-prompt tokens. We release the complete AVA-Encoder framework, a reliable agentic video reconstruction benchmark, and the first dataset of high-quality film KG representations.

5
H2R-Bench: Benchmarking Human-to-Robot Manipulation Video Generation in World Models

Large-scale manipulation data is essential for robot learning, yet collecting robot demonstrations remains expensive and difficult to scale. Meanwhile, abundant egocentric human manipulation videos provide rich behavioral experiences, but transferring them across embodiments remains challenging due to differences between human hands and robotic end-effectors. Recent advances in video world models offer a promising pathway to synthesize robot-centric manipulation videos from human observations, while their cross-embodiment transfer capability remains largely unexplored. Therefore, we introduce H2R-Bench, a benchmark for evaluating cross-embodiment human-to-robot manipulation video generation, where models transform egocentric human demonstrations into robot manipulation videos under specified embodiments. Each benchmark instance contains a human demonstration video, target embodiment constraints, and source-grounded annotations covering task goals, action events, functional contacts, and object responses. H2R-Bench evaluates generated videos through five dimensions, including goal-state completion, action-event completion, functional contact transfer, embodiment correctness, and general video quality. We benchmark eleven state-of-the-art video generation models across six manipulation families and two robot embodiments. Our evaluation reveals that current video world models remain limited in human-to-robot manipulation transfer: even leading models often fail in embodiment consistency, functional interaction, and task execution. H2R-Bench provides a systematic diagnostic framework for evaluating whether video world models can bridge the human-to-robot embodiment gap and convert human manipulation observations into robot-centric training resources.

5
Full-bandwidth transformer

Autoregressive transformers compute along two axes: horizontally across generated tokens, and vertically through model depth. Dense attention gives each token broad horizontal access to the past, but the vertical feedback channel between decoding steps remains narrow: only the sampled token returns to the bottom of the stack, while the top-layer hidden state is discarded. We introduce the full-bandwidth transformer, which widens this channel with latent feedback: at each decoding step, the previous top-layer hidden state is fused with the sampled token embedding through a gated linear unit and fed back as the next input. Latent feedback lets non-verbalized computation re-enter the stack with a renewed depth budget, while preserving the standard transformer architecture, KV cache, and language-modeling objective. To train full-bandwidth transformers without losing parallel teacher forcing, we use a scheduled multi-pass objective that introduces latent feedback late in pretraining and mixes a small fraction of deeper feedback passes for stability. We train 1B-parameter full-bandwidth transformers up to 400B tokens and find that latent feedback improves validation loss, 5-shot language-model evaluation, math and coding generation, and instruction-tuned performance. With negligible per-token decoding overhead, full-bandwidth transformers match or approach standard transformers trained with roughly 1.5times more tokens, and manage to produce shorter reasoning traces at equal or better accuracy.

5
LycheeMemory V2: Efficient Long-Term Memory for LLM Agents via Semantic Segment-Level Consolidation

Long-horizon LLM agents must preserve information from past interactions to support future tasks. Existing memory systems typically rely on eager consolidation, invoking LLMs after each interaction to extract, summarize, or update memories. This design makes memory construction increasingly costly as conversations grow. Coarse summarization can reduce construction cost but risks discarding fine-grained contextual evidence, whereas larger retrieval contexts or multi-hop LLM reasoning shift the overhead to query time. We present LycheeMemory V2, an efficient long-term memory framework that replaces turn-level consolidation with semantic segment-level consolidation. Instead of consolidating every interaction, LycheeMemory batches multiple exchanges into segments and encodes each finalized segment into context-independent typed memory records. Segment-level batching lowers LLM encoding frequency, while semantic boundary detection helps preserve coherent event-level and temporal evidence compared with fixed-window batching. The resulting records are organized with lightweight structured indexes for query-planned evidence retrieval. Experiments using GPT-4.1-Mini show that LycheeMemory achieves state-of-the-art performance, reaching 89.22% on LoCoMo and 92.20% on LongMemEval-S. Compared with A-Mem, it reduces construction tokens by 86.0% on LoCoMo and 75.9% on LongMemEval-S without increasing query-time token usage. More broadly, our results suggest that the accuracy--cost trade-off of long-term agent memory depends not only on what information is retained, but also on the granularity at which it is consolidated.

2
OmniScientist: An Omni-Modal Omni-Discipline AI Scientist

Recent advances in foundation models have enabled AI scientists to automate increasingly complete research workflows, from hypothesis generation and code execution to manuscript preparation. Yet workflow coverage alone does not provide access to the full evidence on which scientific discovery depends. Existing systems typically reason over text, code, labels, or precomputed summaries, leaving scientifically decisive spatial, temporal, cross-channel, and procedural relations unavailable to the agent. We introduce OmniScientist, an end-to-end, omni-modal AI scientist that conducts multidisciplinary research directly from heterogeneous raw evidence. A perception layer and 3 autonomous agents for ideation, experiment, and writeup operate within a deterministic pipeline, allowing observations to shape research questions, experimental decisions, and final claims throughout the research lifecycle. By running idea, rigour, and claim checks in code, the system enforces novelty screening, statistical validity, execution provenance, and numerical traceability. We evaluate OmniScientist on 36 real-data cases spanning 5 discipline families, 4 families of scientific evidence, and modalities including images, signals, audio, video, 3-D structures, trajectories, tables, formulae, and graphs. The system completes the full path from raw data to a compiled manuscript in all 36 cases and achieves a mean overall paper score of 6.3 with the reference reasoning backbone. In paired comparisons against a blind variant that receives only precomputed scalar features, direct perception improves all 7 evaluation dimensions and wins 85% of head-to-head judgments. These results show that lifecycle-wide perception is essential for evidence-grounded scientific discovery and provides a practical path toward broadly capable AI scientists.

2
SKILLER: Language-Level Reinforcement Learning for Reusable Skill Extraction in Small Language Models

Agent skills represent a standardized format for packaging procedural knowledge and domain expertise, serving within agent harness systems as an essential mechanism to continually constrain a language model's behavior space for repeatable, high-quality task execution. However, because strong closed-source models entail high inference costs, current popular agent harnesses, such as Codex and OpenClaw, remain prohibitively expensive when deploying these skills to accomplish real-world tasks. The rapid capability enhancement of open-source models deployable on consumer-grade GPUs presents a compelling opportunity to drastically reduce these costs by leveraging skill-based behavioral constraints. Nevertheless, automatically generating effective skills tailored specifically for such compact models remains a significant practical challenge. To address this, we propose SKILLER, a natural-language-driven reinforcement learning framework designed to automatically generate executor-specific skills for small models, which employs a strong model as the actor and critic, treats the small-model agent system as the environment, and propagates all reinforcement learning signals entirely via natural language. Extensive experimental evaluations across five relevant benchmarks using Qwen3.5-9B and Qwen3.5-4B demonstrate that SKILLER outperforms three open-source and one closed-source skill generation or evolution methods, achieving absolute gains ranging from 4.3 to 20.4 percentage points for the 9B model and 1.8 to 13.3 points for the 4B model, while remarkably matching the performance of strong closed-source models on single-skill tasks in SkillsBench. The project is available at https://github.com/DANG-ai/SKILLER.

1
Specification-first convergence with an AI coding agent: a case study of dismantling a core architectural invariant across 189 files in a 717k-line codebase with no test oracle and no human code review

This paper reports a single, fully instrumented case study of a large-scale architectural refactoring by an AI coding agent under a specification-first protocol, with no human review of the generated code and no pre-existing oracle to validate the target behaviour. The task, dismantling a central invariant across a large interdependent codebase, was assessed by the author as effectively infeasible through incremental refactoring, the kind of change that conventionally calls for a rewrite instead. Under the protocol described here, the agent completed it successfully. The system is a 717,725-line production TypeScript application across 3,648 files. The task required dismantling a core lifetime invariant: the guarantee that a UI panel remains open for the duration of an AI request. The target behaviour was that a streaming generation survives the closing of its panel and can be reattached, on reopening, to the same live stream with no loss or duplication. The protocol: formal specification by the agent, 14 refinement cycles auditing that specification against the source code, atomic implementation, a compile/test feedback loop, then 17 verification cycles auditing the code against the frozen specification. Across 31 audit passes, 201 defects were corrected before any human executed the program. The convergence criterion was empirical: two consecutive verification passes returning zero findings. The change touched 189 files (31 new); with the extraction phase, the two commits total 288 files, 34,770 insertions, 16,422 deletions. Across the first and roughly thirty later sessions, the software behaved as specified, no bug observed. Elapsed: three days; cost: USD 2,430. The full specification and raw session logs, 1,500+ pages in French, are published as evidence, allowing inspection of the process and submission to a language model for consistency checking.

0
PixSDS: Why Latent SDS Makes Noisy Pixels

Score Distillation Sampling (SDS) enables text-to-3D generation by optimizing rendered images with a pretrained diffusion prior, but latent SDS often produces structured color artifacts and high-frequency texture noise. We identify a failure mode of latent SDS caused by VAE-induced pixel drift: the optimized image can move along pixel-space directions that are weakly constrained by the VAE encoder, so its latent representation remains clean and semantically meaningful while the image itself accumulates visible artifacts. We support this diagnosis with controlled 2D SDS experiments, VAE-only optimization, and a simplified analysis showing that encoder-like latent objectives can amplify image-space noise when the inverse mapping to pixels is underconstrained. Motivated by this observation, we propose PixSDS, a lightweight VAE-consistent gradient repair method. PixSDS decodes a latent SDS lookahead step and uses the decoded image as a clean direction for pixel-space optimization, reducing motion in VAE-inconsistent directions without retraining the diffusion model, changing the renderer, or replacing the SDS objective. Experiments in 2D optimization and text-to-3D generation show that PixSDS substantially reduces structured artifacts while preserving semantic content. Code is publicly available at https://sevashasla.github.io/pixsds-webpage/.

0
TailBooster: A Dual-Layer Generative Framework for Extreme Value Augmentation with Operational Validity Enforcement

Extreme events in air transport, such as severe arrival delays and abnormal air times, cause cascading network disruptions with substantial operational, economic, and safety costs. Such events are rare in historical records, leaving insufficient training signal for machine learning models. Synthetic data augmentation offers a principled solution, but conventional generative models under-represent distributional tails and give no guarantee against operationally infeasible instances, such as a short air time paired with a long flight distance. No existing approach addresses both limitations for mixed-type tabular records. We propose TailBooster, a dual-layer generative framework combining generative modelling with two anomaly detection layers. A statistical layer extracts extremes via the interquartile range, supplying tail-concentrated training signal to dedicated generative models, here a Tabular Variational Autoencoder. A deep learning layer then applies autoencoder-based cleaning, discarding synthetic records that violate the operational envelope learned from historical data. The framework was evaluated on US flight records across five dimensions: diversity, statistical similarity, fidelity, operational validity, and utility, the latter two being the primary improvement targets. Data-driven cleaning markedly improved operational validity, while targeted augmentation enhanced utility for extreme-event prediction. Across six regression algorithms, training on the framework's records reduced Mean Absolute Error by 47-49% on extreme air time and 29-57% on extreme arrival delay prediction relative to conventional synthetic data, with comparable gains when real records were enriched with synthetic extremes. Being fully data-driven and model-agnostic, TailBooster extends to domains where extreme-event prediction is critical and domain-specific rules are unavailable.

0
Are You Sure You're Sure? On the Impact of Instruction Tuning on Confidence and Lexical Diversity

Instruction-tuned language models achieve strong performance across a range of generation tasks, but have also recently been shown to exhibit verbalized overconfidence. In question answering, verbalized model overconfidence may be associated with the consistency of the generated supporting rationales. In this paper, we study whether corresponding changes in the lexical diversity of generated answer rationales accompany changes in model confidence induced by instruction tuning. We evaluate three matched base and instruction-tuned models across question-answering benchmarks and find that instruction tuning consistently alters answer confidence, despite limited changes in predictive accuracy and decreases in likelihood-based calibration. Secondly, we observe a non-uniform effect of instruction tuning on rationale diversity: cross-rationale diversity consistently decreases, whereas surface-level lexical diversity varies in both direction and magnitude across models and benchmarks. Finally, we find that these differences persist after controlling for answer selection and rationale length, confirming that confidence and rationale diversity capture distinct effects of instruction tuning.

0
Knowing When to Quit: Diagnosing and Training LLMs to Abort Futile Reasoning

Large language models generate computationally expensive yet semantically void reasoning on beyond-capability tasks, creating risks where plausible-sounding but incorrect derivations mislead users. We characterize this futile reasoning phenomenon through systematic analysis, revealing universal capability overreach and systematic miscalibration between capability and behavior. The dominant failure mode is specious reasoning, which outputs look superficially valid but contain subtle errors, escalating with task difficulty. To address this, we introduce CaRL (Capability-aligned Reinforcement Learning), which aligns model behavior with capability boundaries through reward shaping that incentivizes refusal over futile reasoning and hindsight refusal augmentation that converts failures into refusal supervision. Experiments demonstrate a substantial reduction in futile reasoning while preserving performance across task difficulties, effectively achieving capability-aligned behavior without sacrificing utility. https://github.com/icip-cas/Knowing-When-to-Quit

0
CW-BASS v2: Saturation-Aware Pseudo-Label Selection for Semi-Supervised Segmentation under Foundation-Model Teachers

Semi-supervised semantic segmentation has long turned on one question, which pseudo-labels to trust, and a generation of selection rules, dynamic thresholds, per-class curricula, soft confidence weights, answered it for the noisy, under-confident ResNet teachers of their day. Self-supervised foundation encoders change the regime: with a DINOv2 teacher, confidence saturates, so the filtering that helped a weak teacher can hurt a strong one. We propose CW-BASS v2, a saturation-aware pseudo-label selection method that reads the teacher's confidence regime rather than committing to one rule. It pairs held-out calibration, an unbiased per-class noise estimate, with a self-adaptive confidence floor that provably bounds retention away from 1, and combines them in a one-pass gate: measure the reliability of the teacher's confident set, pi_kept = Pr[correct | c >= tau], on a held-out slice, and filter strictly when it meets the confidence demanded (pi_kept >= tau), falling back to the adaptive floor otherwise. The boundary is the pre-existing operating threshold, not a value tuned to mIoU, and across six DINOv2 teachers it makes the correct strict-vs-floor call blind. CW-BASS v2 thus recovers the UniMatch V2 operating point on the saturated benchmarks by selecting strict (Pascal VOC 1/8 87.4 against its reported 87.9; Cityscapes within 0.5), and improves on it where the confident set is unreliable (pi_kept ~ 89%, ADE20K), where the floor edges ahead (+1.5 mIoU, single seed). The gate is principled because the failure it avoids is measured, not assumed: on a reliable, saturated teacher the confidence distribution's dynamic range collapses (98% of Pascal pixels >= 0.95), so an adaptive cutoff floods the retention mask and self-training decays into confirmation bias.

0
05

PRODUCT HUNT

05.00
PRODUCT HUNT

Product Hunt - August 14, 2026

Product Hunt Daily Feed: Featuring noteworthy tech launches.

Outcome icon
Outcome

Turn your content into a personal outcome for every lead

0
Freebuff icon
Freebuff

Free coding agents to kill Claude, Cursor, Replit, and Devin

0
Munder Difflin icon
Munder Difflin

Make clones with Claude Code and Codex to do your work

0
BrowserAct Cloud icon
BrowserAct Cloud

Scrape any data from any website with one prompt

0
Compass Calendar icon
Compass Calendar

The keyboard-first calendar to get organized quickly

0
Muse icon
Muse

Al Visual Bookmark Manager for Mac

0
NS1 icon
NS1

Personalized Nervous System Training

0
Theos[RFM] icon
Theos[RFM]

Manage facilities in 3D, in the real world, in real time

0
ChordViz icon
ChordViz

Build your own music visualizer for MIDI & audio

0
Occasio® icon
Occasio®

Pinboard meets citation manager for shared insights.

0
Basedash Tasks icon
Basedash Tasks

Run your business on autopilot

0
Suno Studio 2.0 icon
Suno Studio 2.0

Browser-based generative DAW

0
Gemini 3.7 Flash icon
Gemini 3.7 Flash

Google's smartest workhorse yet for coding & agents

0
DeepSeek Harness icon
DeepSeek Harness

Composable agent harness where everything is a plugin

0
Port22 icon
Port22

Claude Code, Codex & more on your phone

0
min. icon
min.

CRM that builds itself

0
Openmotion icon
Openmotion

Turn product screenshots and prompts into motion videos

0
Hoplite icon
Hoplite

Effortlessly deploy cloud software factories.

0
oxpecker icon
oxpecker

know which of your lines a vendor just broke

0
isolate.video icon
isolate.video

Turn screen recordings into engaging product videos

0
ThreadPort icon
ThreadPort

Move AI chats between ChatGPT, Claude & Gemini in one click

0
Qencode MCP icon
Qencode MCP

Let AI agents transcode and process video

0
Google Pixel 11 icon
Google Pixel 11

Your most personal Pixel yet

0
Pickle Browser icon
Pickle Browser

Browser for your agent. Runs local in a window you can see

0
Scrimba Explain icon
Scrimba Explain

Ask any question, get a video back instantly

0
Human Behavior icon
Human Behavior

Product analytics told you what happened. We handle it.

0
Oasis icon
Oasis

Where humans and agents come to work.

0
Ito icon
Ito

AI code review that runs your code

0
Patience icon
Patience

The only mechanic is waiting. The only currency is time.

0
Caveman icon
Caveman

why use many token when few do trick

0
Kane CLI icon
Kane CLI

Natural language browser & mobile app tests from terminal

0
Insta360 X6 icon
Insta360 X6

A 360 camera, gimbal, and 3D scanner in one

0
Mem Agent icon
Mem Agent

The AI that refuses to let you drop the ball

0
FluidDocs CLI icon
FluidDocs CLI

Publish interactive docs that answer and report back

0
Execlave icon
Execlave

The gate between your AI agents and the real world

0
WebBrain icon
WebBrain

The sidebar agent for the rest of us

0
Kitbitz icon
Kitbitz

2K+ free hand-drawn illustrations for your projects, CC0

0
Coarena by Coasty icon
Coarena by Coasty

The arena where agents battle on real-world work

0
Nuphos icon
Nuphos

The AI-Native DevOps Workspace.

0
Chiplab icon
Chiplab

Test firmware on a virtual chip with no hardware needed

0
apra-fleet icon
apra-fleet

Run a fleet of AI agents across your machines

0
Kin Health icon
Kin Health

Record doctor visits and get clear summaries

0
Phinq icon
Phinq

Stops AI agents before they break something

0
Dishylink icon
Dishylink

Open-source Starlink monitoring app for Mac, Windows and Web

0
AIO.GEO Protocol icon
AIO.GEO Protocol

Audit AI search structure. Dry run fixes. Receipts.

0
Skilldocs icon
Skilldocs

Figma for markdown

0
Kivicube icon
Kivicube

Create AR experiences with AI, no code required!

0
CodeBurn icon
CodeBurn

See where your AI coding spend actually goes

0
Ballet icon
Ballet

Agentic workflows that deliver the same outcome every time

0
Unsloth Desktop icon
Unsloth Desktop

Run and train AI models locally on your desktop

0
06

TECHMEME

06.00
TECHMEME

Techmeme - August 14, 2026

Techmeme Digest: Major tech headlines and industry conversations.

France's top court blocks a bill banning social media for under-15s, citing freedom of expression; Macron asks his government to re-work the bill (Reuters)
Source: TechmemePublished: Aug 14, 2026

Reuters : France's top court blocks a bill banning social media for under-15s, citing freedom of expression; Macron asks his government to re-work the bill —  France's top court on Friday blocked a bill banning social media access for under-15s, saying it infringed upon freedom of expression …

Sources: stablecoin payments company RedotPay has delayed its plans for a US IPO to 2027 or later, as it seeks regulatory approvals and deals with legal issues (Bloomberg)
Source: TechmemePublished: Aug 14, 2026

Bloomberg : Sources: stablecoin payments company RedotPay has delayed its plans for a US IPO to 2027 or later, as it seeks regulatory approvals and deals with legal issues —  RedotPay has delayed plans for an initial public offering in the US as the stablecoin payments company seeks regulatory approvals …

Chip equipment maker Lam Research plans to invest $3B+ over five years to expand its global R&D network, aiming to increase its experiment capacity by 50%+ (Anzar Mehraj/Reuters)
Source: TechmemePublished: Aug 14, 2026

Anzar Mehraj / Reuters : Chip equipment maker Lam Research plans to invest $3B+ over five years to expand its global R&D network, aiming to increase its experiment capacity by 50%+ —  Lam Research (LRCX.O) said on Thursday it intends to invest more than $3 billion in the next five years to expand its global research …

DeepSeek debuts DeepSeek Harness under the MIT license in developer preview, touting a design where "everything is a plugin" that can be swapped out as a plugin (Carl Franzen/VentureBeat)
Source: TechmemePublished: Aug 14, 2026

Carl Franzen / VentureBeat : DeepSeek debuts DeepSeek Harness under the MIT license in developer preview, touting a design where “everything is a plugin” that can be swapped out as a plugin —  DeepSeek is expanding beyond the model layer and deeper into the software developers use to put AI agents to work.

Sources: Alibaba is nearing a deal to sell its Lingxi Games to PE firm Trustar Capital at a potential $1.5B+ valuation, as Alibaba continues its reorganization (Bloomberg)
Source: TechmemePublished: Aug 14, 2026

Bloomberg : Sources: Alibaba is nearing a deal to sell its Lingxi Games to PE firm Trustar Capital at a potential $1.5B+ valuation, as Alibaba continues its reorganization —  Asian private equity firm Trustar Capital is nearing a deal to acquire Alibaba Group Holding Ltd.'s video game business, according to people with knowledge of the matter.

Epic v. Google: in a compliance hearing, a judge orders Google to remove "anticompetitive friction" for installing third-party app stores from its Play Store (Sean Hollister/The Verge)
Source: TechmemePublished: Aug 14, 2026

Sean Hollister / The Verge : Epic v. Google: in a compliance hearing, a judge orders Google to remove “anticompetitive friction” for installing third-party app stores from its Play Store —  Judge Donato was not having Google's ‘anticompetitive friction.’  —  One month after Epic Games and Google seemingly stopped fighting …

Sources: JPMorgan Chase terminated its banking relationship with Polymarket in 2025 over regulatory concerns, though it still maintains some ties to the company (Financial Times)
Source: TechmemePublished: Aug 14, 2026

Financial Times : Sources: JPMorgan Chase terminated its banking relationship with Polymarket in 2025 over regulatory concerns, though it still maintains some ties to the company —  Largest US bank has continued to cultivate ties with prediction platform as it seeks $20bn valuation

Blackbird and Airtree revalue Canva at $34.9B, down from $42B in 2025, as it struggles in the AI era; Canva's internal valuation falls to $31B, down from $38.9B (Australian Financial Review)
Source: TechmemePublished: Aug 14, 2026

Australian Financial Review : Blackbird and Airtree revalue Canva at $34.9B, down from $42B in 2025, as it struggles in the AI era; Canva's internal valuation falls to $31B, down from $38.9B —  Canva and two of its longest-standing Australian backers have wiped over $10 billion ($US7.1 billion) off the design software giant's valuation …

Z.ai debuts GLM-5.3, which uses the same base model as GLM-5.2 with scaled post-training for stronger coding skills, and says it'll release weights in two weeks (Z.ai)
Source: TechmemePublished: Aug 14, 2026

Z.ai : Z.ai debuts GLM-5.3, which uses the same base model as GLM-5.2 with scaled post-training for stronger coding skills, and says it'll release weights in two weeks —  With GLM-5.2 we built the stack: IndexShare for efficient long-context processing, SAO for RL on long-horizon tasks …

A look at Quincy, a rural Washington farming town of 8,500 that benefited from a data center boom as its poverty rate fell from 29.4% in 2012 to 6.2% in 2024 (Nathaniel Meyersohn/CNN)
Source: TechmemePublished: Aug 14, 2026

Nathaniel Meyersohn / CNN : A look at Quincy, a rural Washington farming town of 8,500 that benefited from a data center boom as its poverty rate fell from 29.4% in 2012 to 6.2% in 2024 —  A $15 million aquatic center with a six-lane pool, waterslides and a lazy river opened in Quincy, Washington, a few weeks ago.

The White House puts tariffs on drones and their components, including a 100% levy on "particularly sensitive" models, aiming to cut US reliance on Chinese tech (Demetri Sevastopulo/Financial Times)
Source: TechmemePublished: Aug 14, 2026

Demetri Sevastopulo / Financial Times : The White House puts tariffs on drones and their components, including a 100% levy on “particularly sensitive” models, aiming to cut US reliance on Chinese tech —  US to impose up to 100% levies on unmanned aircraft and their components  —  President Donald Trump has imposed sweeping …

Sources: Apple trained a China-specific LLM with Alibaba's support, which would make Apple the first foreign company to offer a proprietary AI model in China (Reuters)
Source: TechmemePublished: Aug 14, 2026

Reuters : Sources: Apple trained a China-specific LLM with Alibaba's support, which would make Apple the first foreign company to offer a proprietary AI model in China —  Apple (AAPL.O) has trained a large language model specifically for the China market, three people familiar with the matter said …

SMIC co-CEO Zhao Haijun says the company raised prices following negotiations with customers in Q1, and that it will charge more for wafers processed in Q3 (Reuters)
Source: TechmemePublished: Aug 14, 2026

Reuters : SMIC co-CEO Zhao Haijun says the company raised prices following negotiations with customers in Q1, and that it will charge more for wafers processed in Q3 —  China's top foundry, Semiconductor Manufacturing International Corp (0981.HK), said on Friday that AI-related demand would continue …

Sources: the CFTC has launched a probe into prediction markets' "mention markets", prompting Kalshi to remove bets on word choices from sports-related offerings (Bobby Allyn/NPR)
Source: TechmemePublished: Aug 14, 2026

Bobby Allyn / NPR : Sources: the CFTC has launched a probe into prediction markets' “mention markets”, prompting Kalshi to remove bets on word choices from sports-related offerings —  Federal regulators have launched a review of so-called “mention markets” on prediction market sites …

Pony AI plans to deploy 2K+ robotaxis across Europe in partnership with Uber and add four more European cities, after Zagreb, with a later Middle East expansion (Bloomberg)
Source: TechmemePublished: Aug 14, 2026

Bloomberg : Pony AI plans to deploy 2K+ robotaxis across Europe in partnership with Uber and add four more European cities, after Zagreb, with a later Middle East expansion —  Pony AI Inc. said it plans to deploy more than 2,000 robotaxis across Europe in partnership with Uber Technologies Inc. …

07

STARTUP ARCHIVE

07.00
STARTUP ARCHIVE

Startup News - August 14, 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 14, 2026

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

长鑫市值超越腾讯

长鑫科技已超过互联网巨头腾讯控股,成为全球市值最大的中国企业,凸显 AI 热潮正推动投资者对存储晶片股的需求。截至周五 A 股收盘,长鑫科技最新市值约 3.58 万亿元人民币。港股方面,由于市场对腾讯不断增加的 AI 投资担忧加剧,腾讯周五最新市值约 4.0 万亿港元。分析认为,这一市值排名的逆转反映出,投资者继续青睐与 AI 相关的硬件企业,而非传统互联网巨头。总部位于安徽合肥的长鑫科技也是全球第四大 DRAM 供应商。DRAM 广泛应用于从手机到先进 AI 服务器等各种设备。

小米 17 Ultra 手机相机错将太阳误认为是月亮

2026 年 8 月 12 日,欧洲大陆经历了数十年以来首次日全食,白昼变成黑夜,或者“太阳被月亮吞了”?欧洲居民使用了多款智能手机去拍摄罕见的日全食照片,结果发现小米 17 Ultra 智能手机相机拍摄的一张照片极其反常,在这张照片里橙红色的太阳上出现了月亮照片中常看到的山脊、陨石坑和线条,也就是相机将太阳误认为是月亮。小米相机显然是利用了 AI 技术去重建照片中的细节,给太阳添加了根本不存在的月球特征。小米不是唯一这么做的手机厂商,此前三星也曝出过类似的丑闻。

uBlock Origin 放弃与 Facebook 的猫鼠游戏

恼人的 Facebook 广告一直是广告屏蔽工具过滤的对象,而 Meta 的工程师也不断迭代广告技术以绕过广告屏蔽工具的过滤。这种猫鼠游戏持续了如此长时间以至于广告屏蔽工具的开发者都受不了,流行广告屏蔽扩展 uBlock Origin 的开发者宣布他们放弃继续反制 Facebook 的广告技术。一位开发者说,“我们将不再支持 Facebook。它是一个令人恶心的反用户网站。它所做的就是监视开源项目的公开活动,然后针对性地投放恶意广告。没错,那些拿着七位数薪水的开发者就是在干这个。”开发者表示,任何有兴趣对抗 Facebook 广告投放的用户都可以提交自己的过滤器补丁。

苹果与阿里巴巴合作为中国市场训练专用大模型

苹果与阿里巴巴合作为中国市场训练了一个大模型。此前苹果倾向于使用中国合作伙伴的模型为在中国销售的 iPhone  等设备提供生成式 AI 功能。苹果的 AI 功能 Apple Intelligence 预计将在未来几个月通过 iOS 更新在中国推出。苹果推出专为中国市场定制的 AI 模型,使​​其在竞争最激烈的中国市场更好掌控 AI 体验。苹果在中国已被华为等本土竞争对手蚕食市场份额,竞争对手凭借 AI 手机迅速占据领先地位。网信办已经登记了苹果的生成式 AI 服务,为 Apple Intelligence 服务首次登陆国行 iPhone 铺平道路。

YouTube 要求新内容创作者一年至少 8000 小时观看量才能获得收入

YouTube 宣布新内容创作者需要达到更高的门槛才能开始通过广告和订阅获得收入。想要通过 YouTube 平台获利的创作者,需要过去一年内至少获得 8000 小时的有效观看时长,或者在过去 90 天内获得 2000 万次的 Shorts 有效短视频观看量。此前创作者只需要过去一年内有 1000 名订阅者和 4000 小时的有效观看时长,或者在过去 90 天内有 1000 名订阅者和 1000 万次 Shorts 视频观看量。这项变更将于 2 月 1 日生效。此次更新不影响已加入 YouTube 合作伙伴计划的创作者。YouTube 表示,这些调整是为了跟上 YouTube 的发展步伐,目前 YouTube Shorts 的日均观看量逾 2000 亿次,电视观看时长逾 10 亿小时。

VLC 因 Microsoft Defender 而启动缓慢

《Braid》和《The Witness》作者 Jonathan Blow 在社媒上称,在 Windows 上使用 VLC 启动播放一个 MP3 文件需要 33 秒钟,他因此改用了微软官方的 Microsoft Media Player,批评开源软件问题太多。此事引发了广泛讨论。VLC 官方回应称,核心问题与它无关,是 Windows 11 / Microsoft Defender 的一次更新隔离了 VLC 的插件缓存导致的,重新安装 VLC 或清空缓存可解决该问题。Linux 用户称 VLC 启动播放一个 MP3 文件只需要 1-2 秒。其他 Windows 用户建议在 Microsoft Defender 中排除 vlc.exe 也能解决该问题。

科学家观测到核子内部奇特结构

中外科学家通过高能原子核-原子核对撞实验中净重子数和净电荷数的精确测量发现核子内部存在一种奇特结构,可能颠覆人们对核子内部结构的根本认识。研究结果发表于《科学》期刊。核子是组成物质世界的基本粒子,宇宙中可见物质世界 99% 以上的质量由核子携带,理解核子内部结构对理解物质世界的基本组成和基本相互作用具有极其重要的意义。人们普遍认为核子由夸克(含反夸克)和胶子组成。夸克携带+2/3或-1/3电子电荷和1/3重子数,反夸克携带的电荷和重子数与夸克相反,而胶子既不携带电荷也不携带重子数。研究人员通过精确的实验测量发现核子内部需要一种携带重子数但不携带电荷和色荷的基本结构,对上述用来描述核子内部结构的朴素夸克模型提出了重大挑战。

小鼠在一半以上突触连接暂时失去后记忆仍能保留

根据发表在《科学》上的小鼠研究,即使脑暂时失去了一半以上的突触连接,记忆仍可得以保留;这一发现挑战了长期以来关于长期记忆依赖于稳定单个突触的观点。这些发现表明,记忆的保存依赖于具有韧性的神经结构模式,这种模式使脑能够在重建其神经回路的同时保留已储存的信息。研究人员发现,即使在人工冬眠期间海马体活动下降约 70% 且超过一半的突触被消除,小鼠在恢复正常状态后仍保留了记忆,并恢复了原有的神经组织结构。这一发现表明,记忆可能并非通过单个突触而是由具有韧性的神经结构模式保存的,其中包括在冬眠相关的脑广泛重塑过程中仍受到保护的特定连接突触簇。这些得以保留的结构基序可能充当了“核心记忆痕迹”,从而使脑能够在经历重大扰动后重建功能性网络,并同时维持已储存的记忆。

微软正从中国撤退

过去五年,随着中国更倾向于国产软件,微软一直在缩减在华业务,至少关闭了 15 家分支机构和合资企业。美国的出口管制也让微软云计算和 AI 业务的推广更困难,中国市场的经济增长空间变得相对有限。微软最终决定继续留在中国,是因为它开辟了一项盈利的业务,​​为字节跳动等中国企业提供服务,这些企业需要西方技术管理海外业务。微软认为,为了继续获得中国世界一流的工程人才,它需要在中国保留业务。微软前中国区负责人 Alain Crozier 表示微软与中国政府建立了深厚的关系,“由于地缘政治因素……有时情况会比较艰难,但我们从未遇到过危机。”微软发言人表示公司在“适用于所有国际供应商的监管环境”下运营,重申对中国市场的承诺。微软表示,其在中国的业务状况反映了市场竞争、监管要求和技术发展趋势。

NASA 延长旅行者2号的科学使命

NASA 工程师找到一个方法,可以释放旅行者 2 号探测器的额外电力,帮助这台服役将近 50 年的航天设备延长科学探测工作的时间。代号为“大爆炸”的调整工程由 NASA 喷气推进实验室完成。团队同步关闭部分耗电组件,替换为功耗更低的备选方案,同时保证旅行者2号维持足够温度,保障设备正常运转。旅行者2号及其姊妹探测器旅行者1号,依靠放射性同位素热电发生器供电。该装置利用钚元素衰变释放的热量产生电能。随着钚燃料不断消耗,两台探测器每年可用电力都会减少约 4 瓦。每台探测器原本搭载 10 个仪器。自2024 年起,由于电力持续下降,团队被迫在两台探测器上各自关闭两个科学仪器。其余仪器此前就已经关停,它们仅用于任务初期的行星飞越探测阶段。如果没有这次“大爆炸”工程的节电改造,旅行者系列探测器项目团队原本需要在 2026 年底前再关闭旅行者2号上的一个仪器。此次改造释放出来的电力,预计可以让探测器剩余3个仪器至少再多工作一年。NASA计划对距离地球更远的旅行者1号实施同样的节电改造工程。

科技巨头想要收集你的思想

消费级神经技术正从实验室迅速走向工作场所和家庭,包括苹果、Meta 和 Snap 在内的公司开发能监测或解读大脑活动的产品。研究人员警告,神经数据可能成为下一个隐私争夺焦点。部分神经学家开始呼吁“神经权利”以保护“精神隐私”、“身份”和个人“自主权”。过去二十年研究人员利用 fMRI 技术构建日益详细的哺乳动物脑皮层结构图谱和相关连接清单。得益于机器学习 AI 的巨大进步,fMRI 扫描现在可用来识别从抑郁情绪到嫉妒和幸灾乐祸等情绪。

爬楼梯有助于延寿

根据发表在《American Journal of Cardiovascular Drugs》期刊上的一项研究,爬楼梯能显著降低死于心血管疾病的风险。研究期间,相比与不常爬楼梯的人,常爬楼梯的人死于心脏相关疾病的风险降低 39%,全因死亡率降低 24%。常爬楼梯的人患心脏病、中风和心力衰竭等严重心血管疾病的风险也较低。研究人员称,心血管疾病是全球首要死因,1990-2019 年间相关病例数几乎翻了一番。研究人员分析了来自 9 项高质量研究的逾 48 万名参与者的数据,中位随访时间为 14 年。研究人群包括健康参与者和有心脏病史的参与者。年龄范围为 35-84 岁,其中 53% 为女性。“与去健身房或进行锻炼不同,爬楼梯很容易融入日常生活,无论是在家、在工作场所还​​是外出。对于没有太多时间或不方便锻炼的人而言,这是一个不错的选择。”“所以,如果可以选择走楼梯或乘电梯,那就选择楼梯,因为它对你的心脏有益。”

火星岩石中发现刚玉

2025 年 NASA 毅力号火星车利用激光对 Jezero 陨石坑周围浅色岩石进行分析时,意外发现了此前在火星上从未发现过的物质:刚玉。部分刚玉颗粒还含有铬——在地球上掺有铬的刚玉被称为红宝石。火星岩石中发现刚玉令人惊讶,因为火星条件很难解释它们是如何形成的。毅力号是在三块富含斜长石的岩石块中发现刚玉颗粒,这三块岩石分别被称为 Hampden River、Coffee Cove 和 Smiths Harbour,它们都是浮岩——即不再附着在形成它们的基岩上的岩石,它们可能来自其他地方。对于刚玉如何形成,研究人员猜测可能是几十亿年前火星表面遭到撞击后产生的,地球以及月球的撞击蚀变岩石中都发现了刚玉。

Django 项目宣布采用每年发布一个版本的发布模式

Django Python Web 框架项目宣布采用每年发布一个版本的发布模式,放弃以前使用的短期支持、长期支持版本交叉发布方案。Django 不再有长期支持版本(LTS),每个功能版本都有相同的支持承诺。每个功能版本都有三年支持时间,第一年为主流支持,之后两年为安全更新和数据丢失 bug 修正。Django 项目将在任何时候支持三个版本,用户可以按照自身需求在支持期间升级。从 2028 年 1 月发布的 Django 2028 起开始采用这一发布模式。

图书零售商怀疑 AI 公司购买然后销毁珍本图书

扫描且不破坏珍本图书是一件费时费劲的工作。根据互联网档案馆 2021 年发表的一篇文章,该机构尝试过自动化图书扫描,但对于易碎珍本图书而言不可行,干净干燥的人手仍然是最佳的翻页方式。自 2010 年起就在互联网档案馆工作的图书扫描员 Eliza Zhang 表示这项工作需要高度集中注意力。她当时已扫描了逾 300 万页、14000 张折页和 18000 件物品。AI 公司如果要扫描图书显然不太可能使用这种方式。最近发表的多篇报道引发了对 AI 公司收购然后销毁珍本图书的担忧。《每日电讯报》称硅谷销毁了数百万册珍稀图书并“撕碎了原件”,404 Media 报道称名为 ISBNdb 的图书数据库公司宣传其可以帮助 AI 公司大量获取图书。2025 年的图书侵权诉讼披露 Anthropic 内部启动了扫描数百万册图书的 Project Panama 项目。但没有证据表明 Anthropic 曾销毁过珍本图书,该公司也公开声明否认。包括马斯克旗下 xAI 在内的 AI 公司也公开表示,他们不会为了训练 AI 而销毁珍本图书。与此同时,珍本图书零售商则在标记可疑订单,因为他们知道,大多数真心想购买珍本图书的人通常只会购买单本,而不是一次性订购大量不同种类的图书。爱尔兰书店 Kennys 报告了一笔令人匪夷所思的订单,该订单订购了 5000 本冷门图书。买家甚至没有试图还价。

Google 重组 AI 部门旨在赶上竞争对手

Google 本月初重组了其 AI 部门 DeepMind 的领导层,知情人士表示此举旨在赶上竞争对手。Google 的 Gemini 模型去年 11 月一度短暂超越竞争对手,但 Anthropic 和 OpenAI 的新模型使其再次陷入追赶状态。Google 推迟了 Gemin 新模型的发布,原因是内部测试显示它在编程等领域仍然落后于竞争对手。Google 联合创始人 Sergey Brin 在今年 4 月的一次员工大会上督促加快 AI 研发。通过削弱 DeepMind 的自主权,Google 正集中更多精力在 Gemini 模型的开发上。

韦伯望远镜在银河系中心黑洞附近发现水和尘埃

位于银河系中心的超大质量黑洞 Sgr A* 周围,存在极端强烈的辐射与复杂的星际环境,长久以来被认为不利于尘埃与分子长时间存在。最新研究利用韦伯太空望远镜(JWST)的中红外线仪器(MIRI),观测距离 Sgr A* 投影约 0.17 秒差距的恒星 IRS 3。研究团队在 2025 年的观测中取得 4.9 至 27.9 微米的中红外线光谱,首次获得 IRS 3 完整且经前景消光修正的连续光谱,借此分析其周围尘埃包层的化学组成与物理环境。更令人瞩目的是,研究团队首次在 IRS 3 的包层中确认明确的水吸收特征,模型显示水可能位于距离恒星约 900 天文单位的内侧包层。这项发现显示,即使在 Sgr A* 周围由强烈辐射主导的极端环境中,基本分子仍可能存活。超大质量黑洞附近并非完全无法形成或保存尘埃与分子。

社媒如何导致西班牙难民危机

自 2026 年 7 月下旬起,约有 75,000 名移民从摩洛哥越过边境,进入西班牙位于北非的自治市休达。休达政府为此宣布进入“绝对的人道与社会紧急状态”,请求西班牙中央政府宣布国家紧急状态,派军队支援。这一切是如何发生的?在数万移民涌入休达两天前,当地的一家报纸《El Faro de Ceuta》在 TikTok 和 Instagram 上发布了一则视频,展示了两名身穿潜水衣的年轻女性在城市中行走,头发仍然湿漉漉的。虽然未明说,但意思非常明显:两名女性是刚从摩洛哥游泳穿越边境过来的。报纸宣称:“休达再也承受不了了。”在边境的另一侧,这则视频引发了截然不同的反响。被裁剪后用阿拉伯语转发的视频看起来像是一封邀请函。视频中的女性面带微笑,比着和平手势和大拇指,最重要的一点是,她们在自由行走。这段视频似乎验证了社媒上流传数周的传言——西班牙最高法院最近的一项裁决意味着非法抵达的移民可以留在该国。正如 Facebook 上一个账号错误声称:“休达正变成一扇敞开的大门”,但实际上移民在司法审查后仍可能被驱逐。此事成为了社媒直接导致现实悲剧的最典型案例之一。

企业错配系统向 @noreply.net 之类的域名发送邮件

安全研究员 Cory Solovewicz 分别在 2020 年和 2024 年购买了两个域名 noreply.us 和 noreply.net,他原本计划用于过滤该域名地址收到的邮件,结果发现有很多企业的邮件系统也会向该域名发送邮件,而且数量非常庞大。他无意中打造了一个蜜罐。他在本月举行的 Defcon 安全大会公布了结果:noreply.net 自 2024 年 12 月以来收到了 401,796 封邮件,平均每天 699.99 封;noreply.us 数量没有这么多,自 2020 年以来发送了 37255 封邮件。他指出,邮件是企业邮件系统自动发送的,并非人工撰写,这些都是内部系统配置错误导致的。另一名安全研究员 Mike Sheward 在购买了 deleteduser.com 域名之后也有类似的发现,企业没有真的彻底删除用户账号,而只是改了电邮地址。Sheward 透露,一家 AI 公司向该域名发送了大量邮件,该公司利用目标识别技术检测中东工业场所中可能违反安全规程的工人,他从这家公司收到了数千张 CCTV 监控录像截图。

Google 宣布 Pixel 11 系列,价格上涨 100 美元

Google 宣布了 Pixel 11 系列智能手机,一大变化是所有型号的起售价上涨 100 美元。现已开放预购, 8 月 20 日发售。Pixel 11 系列沿用了 Pixel 9 的设计风格,主要变化包括:通知 LED 的回归,但仅限于 Pro 型号,基础款没有;屏幕亮度提升,基础款仍然是 3000 尼特,但 Pro 型号提高到 3600 尼特;电池容量略有下降,但 Google 声称由于新 SoC Tensor G6 效能提升了 20%,电池续航时间与上一代差不多;Tensor G6 细节未公开,泄露信息称它是一款 7 核 Arm 芯片,比 Tensor G5 少一个 CPU 核心;摄像头像素与上一代一致,但变焦倍数提升至 30 倍,Pro 版提升至 120 倍;其它是 AI 功能的增强,等等。Pixel 11 起售价 899 美元,Pixel 11 Pro Fold 最高售价 1899 美元。

09

APP STORE RANK

09.00
APP STORE RANK
Loading…