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 0963
THU, AUG 20, 2026
The directory AI cites when builders ask what to use
TODAY · THU, AUG 20, 2026

Ship your AI.
Get discovered.

List your product on OrangeBot and reach builders and users actively looking for the right AI tools.

Daily launches · 2,000+ Claude Code skills · 113+ free tools · AI news from 10 sources — rebuilt every morning.

FOUNDERSBuilding an AI tool? Assistants cite lists like this one, not your homepage.Get listed →
Why founders list here

More than a launch. Long-term discovery.

Get in front of builders

Show up when builders are actively looking for tools like yours.

Context that converts

Tell builders what your product does, who it is for, and why it matters.

In the right ecosystem

Your product sits alongside the skills, tools and sources builders already trust.

Built for AI discovery

Structured so both people and AI assistants can understand and recommend it.

Stay discoverable

Keep getting found long after launch day — the page does not expire.

Learn more about getting listed →
01

Latest Launches

CURATED BY ORANGEBOT
01

AI DIGEST

UPDATED DAILY · EDITOR'S PICK
01.00
AI DIGEST

AI新闻摘要

August 20, 2026

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

U.S. Treasury Action Boosts Stock Market

Stocks experienced a volatile day, initially falling as borrowing costs reached their highest levels in nearly two decades. The market later rallied after the U.S. Treasury Department announced it would increase its repurchases of long-term bonds, a move designed to ease pressure on the financial system and lower interest rates.

Geopolitical Tensions Push Oil Prices Higher

Oil prices continued to climb, with Brent crude surpassing $94 a barrel. The increase is driven by heightened geopolitical risk in the Middle East, particularly concerns over transit restrictions in the vital Strait of Hormuz, which threatens global oil supply.

Global Conflicts See Key Developments

Geopolitical hotspots saw significant events. In Ukraine, a shortage of air defense missiles was highlighted after a deadly Russian strike killed at least 16 people. In Asia, Taiwan’s new president announced plans to boost military spending amid pressure from Beijing, while North Korea publicly dismissed claims of dialogue with Washington.

AI Sector Sees Major Deals and Regulatory Scrutiny

The artificial intelligence sector was active, with payments company Stripe acquiring AI platform OpenRouter. Meanwhile, the FTC warned retailers they must disclose when using consumer data for personalized pricing or risk lawsuits. The massive energy demands of AI data centers also continue to be a growing infrastructure challenge.

Major Corporate Developments in Health and Real Estate

In corporate news, shares for Moderna and Merck surged after a successful trial of their personalized mRNA cancer vaccine, which showed it helped prevent melanoma from recurring. Separately, Hui Ka Yan, the chairman of the collapsed Chinese property developer Evergrande, has been jailed, marking a significant development in China's ongoing real estate crisis.

02

ON THE WIRE

6 SOURCES
02

HACKER NEWS

02.00
HACKER NEWS

Hacker News - August 20, 2026

Hacker News Feed: Highlighting key posts and discussions.

Don't Paste the AI, please

(dontpastetheai.com)

785392
Rewriting in Rust

(blog.jetbrains.com)

8051
Turns are Better than Radians (2022)

(www.computerenhance.com)

277148
Simulacra and Simulation

(en.wikipedia.org)

7935
Manabu Kosaka's Handmade Paper Sculptures

(coca11272000.wixsite.com)

16520
Go 1.27

(go.dev)

716217
Casio F-B100W-1A

(www.casio.com)

430355
PostgreSQL for Everything

(www.raphaelbauer.com)

409237
OpenLogi

(openlogi.org)

1571418
Cerebras CS-4

(www.cerebras.ai)

459270
03

HUGGINGFACE

03.00
HUGGINGFACE

HuggingFace 新闻 - August 20, 2026

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

SemComp-Bench: Benchmarking Semantic Task Completion in Video Generation

We introduce Semantic Task Completion Video Generation, an outcome-oriented video generation task. Under this formulation, success requires both achievement of the intended outcome and semantic grounding. Semantic grounding characterizes the correspondence between the reference image and the generated outcome in terms of high-level semantics relevant to the task. Evaluation focuses on the generated outcome and requires neither the presentation of a complete sequence of intermediate task steps nor conventional appearance consistency with the reference image. To support systematic evaluation, we construct SemComp-Data, an evaluation dataset covering six domains. Each instance comprises a reference image, a detailed instruction, a brief instruction, and an outcome-centric video clip. A scalable four-stage curation pipeline converts raw videos into standardized SemComp-Data instances. We further introduce SemComp-Bench, an evaluation protocol that uses a vision-language model (VLM) to answer structured binary questions. SemComp-Bench reports the OA Score and the GR Score for Outcome Achievement and Generation Reliability, respectively. Experiments on representative video generation models show that achieving intended outcomes while maintaining task-relevant semantic grounding in reference images remains challenging.

140
Zetta ζ: An Efficient Closed-Loop Embodied Harness for Self-Evolving Physical Intelligence

Embodied agents are increasingly used to close the gap left by end-to-end policy models. Yet the agentic path has not realized closed-loop learning in physical execution: existing harnesses remain largely open-loop, following fixed skills during rollout and reflecting only after an episode completes. Such post-hoc reflection cannot govern execution as it unfolds, because physical interaction requires decisions to track rapidly changing robot-environment states at a frequency beyond today's large agentic models. We present Zetta, a closed-loop embodied harness that evolves code-based runtime critics and recovery skills online while keeping the base policy frozen. Through three timescale-separated loops, Zetta provides action-frequency governance, rollout-level critic-recovery proposal, and validation-gated skill updates. Together with Z-Infra, a rollout infrastructure decoupling agent logic from heterogeneous execution resources, Zetta achieves state-of-the-art success on LIBERO-Pro and RoboCasa under our current rollout budget, reaching 90.8% and 93.6%, with an 11.1x inference speedup; success continues to scale with self-exploration experience; learned skills transfer zero-shot, and clear robotic "Aha Moments" emerge. These results show that closed-loop harness self-evolution opens a scaling path for reliable physical intelligence.

125
SemaPLC: A Project-Grounded, Verification-Gated Agent Harness for PLC Code Generation

Programmable logic controllers (PLCs) run industrial plants, and large language models can already generate independent program organization units (POUs) for them. Whether such logic integrates into an existing PLC project and then runs correctly has been checked only in limited tests. We present SemaPLC, a project-grounded and verification-gated agent harness assembled from conventional tools but governed by a strict completion rule. Rather than stopping when the model judges its own output adequate, SemaPLC declares a task complete only when logged external checks confirm it. Those checks cover the specification, the compilation, and the behavior on a live runtime. On 117 independent-POU tasks matching existing benchmarks, it attains the highest strict verified pass rate on all seven models (72.6\% mean). On a project-context track of 65 tasks whose generated logic must compile and run inside a real project, it attains the highest mean on integrated compilation, static behavior, and dynamic behavior. Of the three layers, dynamic behavior is the most revealing. We measure it by deploying the generated and the reference logic to a live PLC runtime and comparing their executed traces. All methods fall within 10 static points of one another, whereas dynamic scores separate them sharply, from 22.4 to 31.4 for the baselines against 52.2 for SemaPLC. Overall, our verification-gated harness raises the mean at every layer and most sharply at runtime. Execution, not static scoring, is the faithful test of whether generated control logic actually works. SemaPLC is open-sourced at https://github.com/midea-ai/SemaPLC.

110
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.

79
Co-RL: Unsupervised Reasoning Emerges from Diverse Cohort in Multi-agent RL

Reinforcement learning (RL) has emerged as a powerful approach for improving reasoning in language and vision-language models, yet its strongest successes still depend heavily on ground-truth supervision (e.g., verifiable reward). Such annotations are costly to obtain and become increasingly scarce as reasoning capabilities advance beyond what humans can reliably evaluate. Self-rewarding RL reduces this dependence by enabling models to derive reward signals from their own completions. However, training solely on self-generated feedback can reinforce existing biases and suboptimal behaviors, reduce response diversity, and ultimately lead to homogenized responses and training collapse. In this work, we show that unsupervised reasoning can emerge through cooperative multi-agent training. We introduce Co-RL, a framework in which multiple decoupled models, sharing no parameters, are simultaneously optimized through RL using rewards derived from their peers. We further show that increasing cohort diversity, through heterogeneous model families, sizes, and rephrased training samples, reduces the correlated errors that drive self-reinforcing feedback loops. This diversity consistently improves reasoning performance, maintains behavioral diversity, and mitigates training collapse. Across text-only and multimodal domains, Co-RL consistently outperforms the base models and prior label-free approaches, while matching or surpassing supervised methods, without access to any ground-truth labels. Concretely, Co-RL yields average gains of 3.0-8.6% across seven text-only benchmarks for LLMs and 2.3-7.2% across four multimodal benchmarks for VLMs. Code is available at https://github.com/DrStranded/Co-RL.

77
SPADE: Self-Play in Adaptive Synthetic Executable Environments

Continuous self-improvement requires an ever-expanding pool of self-generated, diverse, adaptive goals. For language agents, existing training environment pools (hand-curated, statically synthesized, or frozen-verifier) keep the goal distribution fixed as the learner scales. We introduce SPADE (Self-Play in Adaptive Synthetic Executable Environments), a self-play RL framework in which a single LLM plays two roles: an Environment Designer that writes complete, long-horizon training environments as executable code with an OpenAI Gym-style reset()/step() interface, and a Reasoning Agent that learns to act in them. Each is a stateful, multi-turn environment (state transitions, reward functions, and verification code), so one interface spans reasoning problems and multi-step agentic tool use. The Reasoning Agent's regret is estimated using the gap between its reward with and without privileged hints; in optimizing this regret signal the Environment Designer learns to target environments at the edge of the agent's capabilities while keeping them feasible. Through extensive experimentation, we find several components critical to success: grounding the Environment Designer on documents sampled from a large pretraining corpus, and giving it an accumulated environment memory. Scaling to 30B-parameter models, SPADE improves over the strongest fixed-environment baseline by +5.3 on average across eight held-out math, science, code, and reasoning benchmarks, and lifts the tool-use setting by +5.7 on BFCL-v4 multi-turn and +13.9 on ACEBench-Agent; on the games setting, the margin over the strongest baseline grows with model scale. By making environment design itself a learnable component, SPADE takes a concrete step toward open-ended self-improvement.

33
Training Chemical Plausibility-Aware Large Language Models for Single-Step Retrosynthesis

Single-step retrosynthesis is a central component of computer-aided synthesis planning, yet its intrinsically one-to-many nature is poorly captured by single-answer evaluation and benchmarking protocols. To address this, we introduce Top-K prompting as a robust training and inference paradigm to better capture diverse, plausible reaction predictions. We compile CREED-CCV-2+USPTO-XL, an ultra-large-scale dataset of ~45.6 million verified reactions to train the C3LM (Chemistry Constraint-Consistent Language Model). By integrating fine-tuning with ChemCensor-based and novelty-oriented rewards, our model achieves state-of-the-art performance on the OOD URSA-expert-2026 benchmark. Further analysis of reaction uniqueness shows that LLMs and conventional models explore complementary reaction spaces, motivating ensemble-based retrosynthesis systems. Overall, our results establish Top-K, plausibility-aware training as a practical new direction for robust future LLM-based synthesis planning.

26
Decision-Metric Alignment in Latent World Models: Diagnostics and Action-Conditioned Objectives for MPC Planning

JEPA-style latent world models can use Euclidean distance to a goal latent as the cost for model-predictive control (MPC). Strong decoding of task variables, however, does not guarantee that this particular cost ranks candidate action sequences by real task progress. We call the latter property decision-metric alignment. We introduce Plan-Real Spearman, which measures latent--real rank agreement on random plans, and CEM-stage Spearman, which measures the same agreement as cross-entropy-method (CEM) search concentrates its proposal. We analyze sufficient conditions under which latent distance preserves real-cost rankings, identifying encoder distortion, terminal rollout error, and candidate margins as the controlling quantities. Guided by the observed empirical alignment gap, DA-LeWM augments LeWM with inverse-dynamics and demonstration-conditioned goal-action heads. Across all our experiments, DA-LeWM accelerates convergence and achieves higher online success than LeWM, while probe scores remain similar. These results show that action-conditioned objectives improve the geometry used by Euclidean-cost, CEM-based latent MPC.

15
Training Leaves Traces: Centered Residual Signatures for Language Model Lineage Verification

Open-weight language models are fine-tuned, quantized, pruned, and merged, yet their provenance is often undocumented. We study data-free white-box lineage verification: can weights alone reveal whether two compatible model checkpoints share ancestry? Residual training produces a shared identity-aligned component in branch products, so this structure alone cannot establish ancestry. We remove it and compare checkpoint-specific structure across residual blocks, yielding a symmetric lineage score calibrated against independent checkpoints. On residual-MLP and GPT-2 benchmarks, the score separates fine-tuned, LoRA-merged, pruned, and quantized descendants from independent and distilled models (AUROC=1.0), distinguishing weight ancestry from behavioral similarity. Under function-preserving checkpoint laundering experiments, weight-space baselines lose margin or fail; our score remains unchanged and runs 76x faster than the nearest robust baseline on GPT-2. The projection-pairing signal appears across six language-model families and beyond, and a case study correctly identifies 3 related and 7 unrelated LLaMA-2 public checkpoints. Collectively, these results establish a passive, data-free provenance signal for compatible open-weight language-model checkpoints

15
Looped Language Models Improve Compositional Tool Calling

Looped language models have shown promising results on reasoning benchmarks, yet their potential for agentic tool use remains largely unexplored. We study this question in compositional tool-calling settings, where models must coordinate multiple API calls, maintain intermediate state, and preserve dependencies across tool interactions. We evaluate native and retrofitted looped language models on API-Bank, BFCL, and NESTful, comparing looped and non-looped models trained under matched supervised fine-tuning recipes and varying recurrent depth at inference time. In controlled experiments, recurrent computation generally benefits compositional and dependency-aware tool use, while providing smaller and more model-dependent gains on isolated API invocation. Accuracy on multi-step tool use generally increases with recurrent depth; adaptive inference, however, achieves a more favorable compute-performance trade-off by allocating additional computation only when needed. Our results suggest that looped language models are a promising architecture for agentic systems that require reliable planning, coordination, and execution of compositional tool use workflows.

13
Scaling Creative Writing Beyond Story-Centric Data with Attribute-Guided Genre Expansion

High-quality creative writing data for large language models (LLMs) remains dominated by story-centric data, limiting models' ability to follow the structural and functional conventions of diverse creative formats. We propose an attribute-guided genre expansion framework for scaling creative writing data beyond story generation. By separating thematic breadth from genre-form control, our framework leverages human-authored story prompts as diverse creative seeds, while utilizing manually curated genre attributes to enforce distinct structural, stylistic, and formatting conventions. We combine these to prompt strong LLMs for genre-faithful query-response pairs, which are then quality-filtered. Applying this framework, we construct the Multi-Genre Collection, a 50K-example corpus spanning 13 creative genres, including story, rap, lyrics, scripts, game design, character design, and other creative formats. Experiments across out-of-distribution writing benchmarks and held-out genre diagnostics demonstrate that models fine-tuned on our data consistently surpass not only base models and writing-specialized baselines, but also models trained on existing writing corpora. Genre-count ablations further indicate that controlled genre expansion, rather than story-centric scaling alone, is a key driver of robust creative writing capability.

12
SoftVTBench: A Deformation-Aware Visuo-Tactile Dataset and Benchmark for Deformable-Object Manipulation

Physical interaction quality is central to deformable-object manipulation, yet most benchmarks evaluate task success alone. A policy may complete the task while allowing slip or causing excessive compression. A primary bottleneck is the absence of visuo-tactile datasets that pair policy-visible contact observations with independent physical ground truth over complete tasks. We introduce SoftVTBench, a visuo-tactile dataset for physical-interaction-aware deformable-object manipulation. It contains 4,000 expert demonstrations and more than 50 assets, including volumetric deformable objects and visually matched rigid twins. At 20 Hz, each episode synchronizes multi-view RGB, dual-finger tactile RGB and marker motion, proprioception, language, and binary and continuous gripper actions, alongside evaluator-only finite-element (FEM) states. Building upon this dataset, we establish a closed-loop benchmark that uses fixed object-specific calibration to define the Deformation-aware Success Rate (DSR), which counts a rollout as successful only when it completes the task and keeps peak normalized deformation within tolerance. Across Diffusion Policy, π_{0.5}, and FastWAM, all 12 in-distribution configurations contain successful rollouts that violate the deformation tolerance, accounting for 0.7--24% of each configuration's successes. Under distribution shift, visuo-tactile variants achieve higher task success in all six policy--suite comparisons and higher DSR in five, whereas their in-distribution benefits are mixed. These results show that making touch available does not by itself ensure effective multimodal fusion. SoftVTBench therefore provides a common visuo-tactile resource for studying not only whether a policy succeeds, but how it physically interacts with deformable objects and when touch improves that interaction.

12
FM-Bench: A Benchmark for Long-Horizon Management with Competing Agents

Language model agents now execute bounded tasks reliably. Whether they can sustain effective decision-making over long horizons, where actions have cumulative consequences and the environment responds to their choices, remains largely unmeasured. FM-Bench (Football Management Benchmark) measures this. An LLM agent runs a football club for 20 in-game years through 26 tools and roughly 340 to 400 decision stops. It drafts a squad on the same budget as every rival, trades players, negotiates contracts, invests in facilities and youth, sets lineups, and answers to a board that can fire it, while a deterministic engine accumulates every year into one final score with no LLM judge or human rater. The solo track plays each of 15 frontier models against a frozen scripted world, and the Arena places the same models plus a scripted anchor in one shared 20-year world; to our knowledge, the first head-to-head evaluation at this scale. We measure six behavioral capabilities behind the score. Across three seeds, all 15 models complete every horizon while the blind scripted baselines die out in most of theirs, and claude-fable-5 tops the solo board on mean score and the Arena, where the title nonetheless rotates among ten models. Neither scale, price, nor vendor predicts the order; the order settles only late in the horizon, and the best first-play human lands only at the bottom of the model board. What separates the models is managerial behavior rather than computation. Higher-scoring models reduce slow-payoff investment near the end, keep cash invested rather than idle, and open renewals well before the deadline, while token spend predicts nothing. No model learns the market's hidden prices from hundreds of rejected bids, and self-managed memory fails in two opposite modes: an archive that only grows or a plan rewritten every season. Code is available at https://github.com/Analogy-AI/fm-bench.

12
The More Popular, The Harder to Forget: Adaptive Popularity for LLM Unlearning

Popular facts are memorised more deeply during pretraining and resist removal longer than rare ones, yet existing LLM unlearning methods apply uniform gradient pressure regardless of training-data frequency. We propose the AdaPop (Adaptive Popularity) method, which combines local token confidence with a per-fact popularity-dependent exponent derived from an external proxy (e.g., Wikidata sitelinks, LLM-as-Judge), and automates the forget-retain balance via a dual-ascent controller that adjusts the retain penalty each epoch. Across three model families and two benchmarks, AdaPop leaks ~5x less forgotten content than competing methods under paraphrased queries and ~1.6x less under adversarial reformulations. We support our analysis with internal metrics: under our method, forget-set hidden states move further from the pre-unlearning model's states than under other methods, while retain-set representations remain close.

10
Temporal Multi-Signal Fusion for Token-Level Hallucination Detection

Token-level hallucination detectors score each token independently from a single signal, and fail exactly when the generating model is confidently wrong. This paper instead treats hallucination as a temporally extended span and detects it by sequence labeling: each token is scored from a 33-dimensional feature stream that fuses text statistics, Natural Language Inference (NLI) entailment, and language model surprisal, with no access to model internals. A Bidirectional Gated Recurrent Unit (BiGRU) over these features reaches an AUC of 0.840 on RAGTruth (10 seeds), an 11-point gain over an independent logistic-regression baseline (p = 0.002, Wilcoxon signed-rank). A controlled decomposition attributes most of the gain to temporal order rather than model capacity: evidence propagates from confident positions to ambiguous neighbors within a span. The same 0.845 ceiling recurs across recurrent, state-space (Mamba), and attention architectures, locating the bottleneck in the feature set rather than the model. Because it reads only the generated text and external signals, the detector works on closed-source models, and it keeps working on text produced by language models it never saw during training, losing under 4% AUC.

2
SkillGate: Training In-Policy Skill Selection in Long-Horizon Agents

Agent frameworks increasingly package procedural knowledge as skills: instruction files an agent reads on demand, while public libraries now hold thousands of them. Which skill to read has thus become a decision the policy itself makes in the middle of an episode, yet no existing signal trains it. We show that the default remedy, outcome-rewarded RL over the candidate slate, cannot teach it, for a structural reason we identify and name selector credit starvation: under a broadcast, sequence-level advantage, the few tokens that name the chosen skill carry a vanishing share of the loss, and the credit they inherit is increasingly wrong-signed as trajectories lengthen. A correct choice is punished whenever the execution after it fails, even though the choice itself is among the most valuable decisions in the trajectory. Auditing a completed run's own training artifacts confirms all three properties, each worsening monotonically with horizon. SkillGate removes the failure by construction: it partitions the token support into two disjoint credit channels, outcome credit reaching only execution tokens, and a separate action-local advantage reaching exactly the skill-naming tokens, positive only when a trajectory's single read is the correct one. On five agentic benchmarks under a 16-candidate slate, SkillGate lifts a 9B policy from 40.8% to 53.2% trial success, well ahead of the identical budget spent on outcome reward alone, while cutting exposure to misleading candidates by two thirds and reading fewer skills.

1
05

PRODUCT HUNT

05.00
PRODUCT HUNT

Product Hunt - August 20, 2026

Product Hunt Daily Feed: Featuring noteworthy tech launches.

Lifelong icon
Lifelong

Your whole family’s health in one place.

0
Grok 4.6 icon
Grok 4.6

Frontier Intelligence for Long-Running Agents

0
Checksum AI icon
Checksum AI

Your coding agent’s testing buddy

0
HyNote for Mac icon
HyNote for Mac

Free local transcription that is 100% Private

0
The New Calendly icon
The New Calendly

Handle all of the work before, during, and after meetings

0
Cloudways Managed AI Agents icon
Cloudways Managed AI Agents

Skip the setup and run OpenClaw & Hermes, fully managed

0
Glasp for Firefox icon
Glasp for Firefox

Highlight and summarize any page, PDF, or video in Firefox

0
ProtoNote icon
ProtoNote

Share AI-built prototypes, get feedback pinned to the page

0
Aloud icon
Aloud

Turn spoken feedback into tasks your coding agent can run

0
Hermai Brand API icon
Hermai Brand API

White label your B2B SaaS with every customer's brand

0
Roveri icon
Roveri

A riding journal for iPhone every ride, painted on a map

0
Peach Co-Pilot icon
Peach Co-Pilot

WhatsApp Sidekick for busy professionals

0
MiniMax Design icon
MiniMax Design

Your own agent team for open-ended creation

0
bitdrift.ai icon
bitdrift.ai

The world’s first agentic mobile observability platform

0
Prized icon
Prized

Let non-engineers build secure internal tools

0
NobodyWho icon
NobodyWho

Run AI models on any device

0
Berd icon
Berd

Weird, playful desktop app for building with AI agents

0
Zoho Cliq 7.0 icon
Zoho Cliq 7.0

Uninterrupted work

0
Revy icon
Revy

The ownership layer for fashion, shopping, and your wardrobe

0
MeetStream AI icon
MeetStream AI

Unified API & Infra for AI Meeting Agents

0
Shape icon
Shape

The agentic IDE for designers and programmers

0
Mochi icon
Mochi

A tiny animated cat for every browser tab.

0
Balsa UI icon
Balsa UI

Create design systems, build with agents

0
Expert Chase 2.0 icon
Expert Chase 2.0

Where human life runs with AI

0
OmniVibe icon
OmniVibe

Marketplace for agent creators & users

0
Clipto MCP icon
Clipto MCP

Let agents source clips from terabytes of your local video

0
Claude Watermark Remover icon
Claude Watermark Remover

Find and remove every trace AI leaves in your text

0
Origin by Cursor icon
Origin by Cursor

The Git forge built for the age of coding agents

0
Basedash Public Sharing icon
Basedash Public Sharing

Live dashboards for anyone you send the link to

0
KiHub icon
KiHub

Hardware review platform for KiCad projects

0
Vois 2.0 icon
Vois 2.0

The ElevenLabs alternative with unlimited generation

0
Cronloop AI icon
Cronloop AI

AI agents that run in a loop

0
ChatGPT for Teens icon
ChatGPT for Teens

ChatGPT, built differently for teens

0
Hosted Agents in Cluing icon
Hosted Agents in Cluing

Collaborative agents who build, learn and publish in 1 place

0
Paper Critters icon
Paper Critters

Kid friendly paper toys, free to decorate and COPPA safe.

0
Astute icon
Astute

Automate your B2B brand going viral, with new media creators

0
Zyntax IDE icon
Zyntax IDE

Code Editor, Terminal, Git, AI Agent for Android

0
Antibot icon
Antibot

AI community manager that hypes up your Discord server

0
anyCreature by Gobkit icon
anyCreature by Gobkit

Summon monsters straight from your agent.

0
AgentR 3.0 icon
AgentR 3.0

Hiring evaluation built for the AI cheating era

0
Ressearch AI icon
Ressearch AI

AI workspace for reproducible scientific research

0
Fairphone Gen 6+ icon
Fairphone Gen 6+

A modular phone built to last through 2033

0
Edgemetry icon
Edgemetry

Privacy-first web analytics on Cloudflare's free tier

0
Hexel Editor icon
Hexel Editor

Native macOS hex editor with a brain for file formats

0
Cherry Blossom icon
Cherry Blossom

Build Fab-ready Custom PCBs with one prompt

0
Loopcase icon
Loopcase

Looping case study videos from your images, no keyframes

0
Gauge icon
Gauge

Agent Led Growth: Get written into every customer's codebase

0
Taku AI icon
Taku AI

Borrow the best AI setups and make them yours.

0
Superflow AI icon
Superflow AI

AI agents that QA your website before launch

0
Controller AI icon
Controller AI

Build deterministic agents that actually follow your process

0
06

TECHMEME

06.00
TECHMEME

Techmeme - August 20, 2026

Techmeme Digest: Major tech headlines and industry conversations.

Circana: US video game hardware spending fell 29% YoY in July to $282M, the lowest since COVID; unit shipments fell 39% as average console prices hit $542 (Vlad Savov/Bloomberg)
Source: TechmemePublished: Aug 20, 2026

Vlad Savov / Bloomberg : Circana: US video game hardware spending fell 29% YoY in July to $282M, the lowest since COVID; unit shipments fell 39% as average console prices hit $542 —  Nintendo Co.'s Switch 2 sales in the US this July were less than half what they were the same month a year ago, leading an industrywide hardware decline, according to Circana.

Anthropic-backed enterprise AI venture Ode is acquiring four-year-old AI consultancy Casper for an undisclosed fee; Ode has 100+ staff after buying Fractional (Julia Hornstein/The Information)
Source: TechmemePublished: Aug 20, 2026

Julia Hornstein / The Information : Anthropic-backed enterprise AI venture Ode is acquiring four-year-old AI consultancy Casper for an undisclosed fee; Ode has 100+ staff after buying Fractional —  A joint venture established by Anthropic and Wall Street firms such as Blackstone has made its first acquisition since its July launch …

Study: 150+ Polymarket wallets may have traded on inside US military information, attracting copycat bets and making $8M overall, with a 97.2% average win rate (Douglas Gillison/Reuters)
Source: TechmemePublished: Aug 20, 2026

Douglas Gillison / Reuters : Study: 150+ Polymarket wallets may have traded on inside US military information, attracting copycat bets and making $8M overall, with a 97.2% average win rate —  More than 150 wallets on Polymarket International may have traded on inside U.S. military information, attracting copycat bets …

GTA 6 leaker CyberLeek releases more footage, including a video of a character spelling "leek" with bullet holes in a wall, suggesting direct access to the game (Robert Purchese/Eurogamer.net)
Source: TechmemePublished: Aug 20, 2026

Robert Purchese / Eurogamer.net : GTA 6 leaker CyberLeek releases more footage, including a video of a character spelling “leek” with bullet holes in a wall, suggesting direct access to the game —  A real plane.  —  Follow Grand Theft Auto VI  —  UPDATE 1PM BST: A previous version of this article erroneously suggested …

Slack launches Slack Code, adding dedicated, project-specific channels that let teams collaborate with AI coding agents "like teammates" across all Slack plans (Jess Weatherbed/The Verge)
Source: TechmemePublished: Aug 20, 2026

Jess Weatherbed / The Verge : Slack launches Slack Code, adding dedicated, project-specific channels that let teams collaborate with AI coding agents “like teammates” across all Slack plans —  Slack Code provides a dedicated open space for teams to collaborate with AI agents.

Source: Meta is spending hundreds of millions per year on Azure to consume trillions of AI tokens weekly, becoming one of Microsoft's largest AI customers (Brody Ford/Bloomberg)
Source: TechmemePublished: Aug 20, 2026

Brody Ford / Bloomberg : Source: Meta is spending hundreds of millions per year on Azure to consume trillions of AI tokens weekly, becoming one of Microsoft's largest AI customers —  Meta Platforms Inc. has become one of Microsoft Corp.'s biggest AI customers, underscoring how demand for the emerging technology remains concentrated in the tech industry.

Sources: Trump officials expect Elon Musk to spend $100M to $200M in the November midterm elections, with a focus on voter turnout in key races, including Texas (Hugo Lowell/Wired)
Source: TechmemePublished: Aug 20, 2026

Hugo Lowell / Wired : Sources: Trump officials expect Elon Musk to spend $100M to $200M in the November midterm elections, with a focus on voter turnout in key races, including Texas —  Sources tell WIRED that Elon Musk is expected to spend up to $200 million in the midterms.  It could be a big boost …

Australia passes the News Bargaining Incentive, which will tax tech giants 2.5% on their Australian ad revenue unless they strike deals with local news media (Christine Chen/Reuters)
Source: TechmemePublished: Aug 20, 2026

Christine Chen / Reuters : Australia passes the News Bargaining Incentive, which will tax tech giants 2.5% on their Australian ad revenue unless they strike deals with local news media —  Australia passed legislation on Thursday that will force tech giants to pay millions of dollars in levies if they fail …

PitchBook: California-based startups have raised ~$366B in 2026 so far across 4,000+ companies, more than triple the total of all other 49 states combined (Paul Kiernan/Wall Street Journal)
Source: TechmemePublished: Aug 20, 2026

Paul Kiernan / Wall Street Journal : PitchBook: California-based startups have raised ~$366B in 2026 so far across 4,000+ companies, more than triple the total of all other 49 states combined —  California-based companies have announced a record haul in startup funding, despite billionaire-tax fears

Muon Space, which is building a spacecraft platform for orbital data centers and AI computing, raised a $250M Series C, with participation from Google (Yash Roy/Bloomberg)
Source: TechmemePublished: Aug 20, 2026

Yash Roy / Bloomberg : Muon Space, which is building a spacecraft platform for orbital data centers and AI computing, raised a $250M Series C, with participation from Google —  Satellite startup Muon Space Inc. closed a $250 million funding round, raising capital from Alphabet Inc.'s Google and Salesforce Ventures LLC …

Stripe's OpenRouter acquisition, its largest yet, is a bet on a future where users turn to a mix of AI models and tokens are the central currency for businesses (Kate Clark/Wall Street Journal)
Source: TechmemePublished: Aug 20, 2026

Kate Clark / Wall Street Journal : Stripe's OpenRouter acquisition, its largest yet, is a bet on a future where users turn to a mix of AI models and tokens are the central currency for businesses —  The Stripe deal for OpenRouter, founded by an NFT entrepreneur, is a bet on a future where users turn to a mix of AI models

Alibaba reports Q1 revenue up 9% YoY to ~$40B, meeting est., and net income down 75% to ~$1.6B due to heavy AI spending and weak domestic retail consumption (Luz Ding/Bloomberg)
Source: TechmemePublished: Aug 20, 2026

Luz Ding / Bloomberg : Alibaba reports Q1 revenue up 9% YoY to ~$40B, meeting est., and net income down 75% to ~$1.6B due to heavy AI spending and weak domestic retail consumption —  Alibaba Group Holding Ltd.'s profit plunged more than 75% after the Chinese company ratcheted up quarterly capital spending to almost $10 billion …

Binance launches Agent OS, a platform that lets AI agents analyze markets and execute trades on users' behalf; users set limits on AI agents' access and trades (Jagmeet Singh/TechCrunch)
Source: TechmemePublished: Aug 20, 2026

Jagmeet Singh / TechCrunch : Binance launches Agent OS, a platform that lets AI agents analyze markets and execute trades on users' behalf; users set limits on AI agents' access and trades —  Binance, the world's largest crypto exchange with more than 300 million registered users, on Thursday launched a platform …

South Korea media: SK Hynix and its union reach a tentative deal on a 6.3% wage hike and paying out 60% of profit-sharing bonuses in shares and 40% in cash (Yoolim Lee/Bloomberg)
Source: TechmemePublished: Aug 20, 2026

Yoolim Lee / Bloomberg : South Korea media: SK Hynix and its union reach a tentative deal on a 6.3% wage hike and paying out 60% of profit-sharing bonuses in shares and 40% in cash —  SK Hynix Inc. and its labor union have reached a tentative wage and collective bargaining agreement, featuring a 6.3% salary increase …

Uber, Verne, and Pony.ai launch autonomous rides in Zagreb, making the Croatian capital the first European city where users can book such rides via Uber's app (Anzar Mehraj/Reuters)
Source: TechmemePublished: Aug 20, 2026

Anzar Mehraj / Reuters : Uber, Verne, and Pony.ai launch autonomous rides in Zagreb, making the Croatian capital the first European city where users can book such rides via Uber's app —  Uber (UBER.N), Verne and Pony.ai (PONY.O) said on Wednesday they had launched autonomous rides in Zagreb, making the Croatian capital …

07

STARTUP ARCHIVE

07.00
STARTUP ARCHIVE

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

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

AI 记录员捏造了患者服用迷幻蘑菇的经历

当 Rebecca Green 去看泌尿科医生时,医生询问是否可以用 AI 记录就诊经历,她同意了。但这一决定给她带来了巨大压力。因为 AI 抄写员捏造了她服用迷幻蘑菇的经历,她说自己从未碰过迷幻蘑菇。Green 女士直到三月肾结石手术后才发现这个错误,她阅读了专科医生发给她全科医生的术后信,信中称她曾服用过微剂量迷幻蘑菇,可能是之前肾脏周围出血的原因。在 Green 投诉之后,她的泌尿科医生回了封致歉信,猜测迷幻蘑菇的记录是 AI 听写错误的结果。Royal Australian College of GPs (RACGP)去年估计,四成的全科医生使用 AI 医疗记录员。这个比例数字还是一个保守估计。AI 记录员可以减轻医生的负担,但也会犯下导致临床决策改变的错误信息。

GitHub 公布本周八小时宕机事故原因

最大的代码托管平台 GitHub 本周发生了一次持续了近八小时的宕机事故,再次在开发者中间引发了寻找替代平台的讨论。GitHub 今年频繁发生宕机事故,已促使多个知名开源项目宣布迁移出去。本周的宕机事故始于 8 月 17 日 13:28 UTC,直至 21:15 UTC 才完全解决——持续 7 小时 47 分钟的事故导致 Issues、Pull Requests、API、Actions 和 Copilot 等服务大量出错。GitHub 解释说,事故直接原因是位于公司美国中部数据中心的负载均衡器网络饱和,而自动扩容策略的配置错误,以及 Visual Studio Code 中一个导致流量放大 10 倍的重试 bug 等一系列连锁反应导致了此次事故持续了如此长时间。

科学家首次实验观测到真空涨落对超导的增强效应

在量子电动力学世界中,真空并非空无一物,而是伴随虚粒子的不断产生与湮灭。然而自由空间中的真空涨落通常较弱,难以对宏观凝聚态体系产生可观测影响。如何将其转化为调控量子物态的资源,是凝聚态物理与腔量子电动力学交叉领域的重要课题。研究团队探索利用真空涨落,实现对宏观量子物态的可控调节。研究团队为此引入太赫兹分裂环谐振器构成的“暗腔”,通过重塑电磁环境显著增强真空涨落。研究团队将超导体二硒化铌嵌入暗腔,发现暗腔中二硒化铌的超导临界温度获得实质性提高。在六层二硒化铌器件中临界温度最高提升 5.4%。同时,超导体的临界电流和临界磁场在超导转变附近也显著增强。这是国际上首次实验观测到真空涨落增强超导。

因 DRAM 和 eMMC 短缺 PINE64 暂停 Linux 设备生产

因 DRAM 和 eMMC 持续短缺,香港电脑制造商 PINE64 宣布暂停 Linux 设备生产,未来是否恢复生产将取决于 2027 年中期之后的组件价格。该公司现有的 Linux 平板 PineNote 和 PineTab2 库存可能在大约三个月内售罄。PineTime、PineVoice 和 Pinecil 的生产则将照常进行。Pine64 创办于 2015 年,产品包括了单板电脑、笔记本电脑、智能手机和智能手表等。

Stripe 以 75 亿美元收购 OpenRouter

Stripe 以 75 亿美元收购了 AI 初创公司 OpenRouter,OpenRouter 创始人将从这笔交易中获得 15 亿美元。OpenRouter 成立于 2023 年,由 Alex Atallah 和 Louis Vichy 共同创办,总部位于纽约市。2026 年 5 月完成 B 轮融时该公司的估值还只有 13 亿美元。OpenRouter 平台提供了一个统一的 API,允许开发者根据价格和性能在不同模型之间切换。它提供了 400 多个模型的访问权限,其中包括大量开放权重模型。

X 算法向民主党用户推送更多激发愤怒的内容

根据发表在 PNAS 期刊上的一项研究,X 算法会向民主党用户推送更多激发愤怒(ragebait)的信息流。论文合作者、斯坦福大学博士后研究员 Ziv Epstein 说,和其它社媒网站类似,X 信息流算法的优化目标是提升用户参与度,但并非所有类型的参与度都一视同仁。X 的算法会向用户推送与其价值观相冲突的内容,尤其是当他们回复那些令其愤怒或挑衅的帖子时。尽管回复仅占互动的 6.8%,但它们承载了不成比例的权重:“这是一个愤怒诱饵(ragebait)的反馈循环。算法学会你会被激怒,然后继续为你推送更多此类内容。”目前不清楚为什么 X 更频繁向民主党用户而不是共和党用户推送激发愤怒的内容。这可能是因为 X 上右翼内容总体上更多,或者民主党用户更倾向于与其不认同的帖子互动。

NASA 终止 Swift 天文台的拯救任务

NASA 和 Katalyst Space Technologies 公司联合宣布放弃 Swift 伽马射线望远镜的拯救任务。这意味着轨道高度衰减中的 Swift 天文台将于今年晚些时候重返大气层。NASA 是在去年 9 月授予了 Katalyst Space Technologies 一份 3000 万美元的合同,用于开发和发射一艘与 Swift 对接并提升其轨道高度的卫星 LINK。LINK 于 7 月 3 日成功发射,原计划尝试用其三个机械臂抓住 Swift 启动推进器,将其送回 600 公里高度的安全轨道。然而 LINK 卫星自己也出现了问题,三个反作用轮中有两个没有正常工作。Katalyst 称持续存在的姿态控制问题导致 LINK 无法完成拯救任务。Katalyst 表示将充分利用 LINK 的剩余能力,尝试接近 Swift,演示其近距离导航系统。

mRNA 癌症疫苗在 III 期黑色素瘤临床试验中取得积极成果

制药公司 Merck 和 Moderna 宣布其研发的基于 mRNA 技术的实验性癌症疫苗在 III 期黑色素瘤临床试验中初步取得积极成果。逾 1100 名高危或晚期黑色素瘤患者参加了临床试验。患者的癌细胞已通过手术完全切除。实验中疫苗与 Merck 的免疫疗法 Keytruda 联合使用。相比单独使用 Keytruda,联合疗法显著延长了患者的无复发生存期,降低了癌细胞扩散到身体其它部位的风险。黑色素瘤仅占皮肤癌的约 1%,但绝大多数皮肤癌死亡病例都是由其引发的,多数黑色素瘤复发发生在初次治疗和切除后的两到三年内。

刚果埃博拉疫情确诊病例突破 5000 例

刚果周三公布的数据显示,该国的埃博拉疫情确诊病例突破 5000 例达到 5021 例,死亡病例 2378 例。始于今年五月的埃博拉疫情主要发生地为刚果以及邻国乌干达。这场疫情已成为有记录以来扩散速度最快的埃博拉病毒爆发,其规模有可能超过 2014-2016 年席卷西非的埃博拉疫情——该波疫情有逾 1.1 万人死亡。这起疫情的病毒是罕见的 Bundibugyo 毒株,目前没有针对该毒株的获批疫苗或疗法。疫情最严重的 Ituri 省已成为暴力事件频发的地区,医护人员成为袭击目标,严重制约了抗疫工作。当前的病毒致死率为 47.4%,但不同地区死亡率也有巨大差异,其中 North Kivu 省的致死率高达 70%。

人类爱宠物,猴子也是

当一只老鼠闯入上海动物园白颊长臂猿馆时,猴子没有试图吃掉它,或者驱赶它。一只雌性长臂猿迅速抓起了它,温柔地捧着它,抚摸着它。看到这一幕的牛津大学演化生物学家 Cyril Grueter 感到十分困惑。他随后与一个国际团队合作,发现了更多灵长类动物与其它物种亲密互动的例子。一只年轻雄性倭黑猩猩小心翼翼地抱着一只獴崽。一些猴子爬到猪背上;另一些猴子骑在鹿背上。一只灰叶猴抚摸着一只松鼠。一群短尾猕猴一起为一只流浪狗梳毛。研究团队共收集了 427 个案例,数据来源包括科学论文、媒体报道以及一项针对 37 位灵长类动物学家的全球调查。互动多数涉及玩耍或梳毛,发生在野外和圈养环境中。涉及的物种包括 88 种灵长类动物和 127 种其它物种。不是所有的动物互动记录是友好的,有 26 起事件被认定是虐待。研究发现,灵长类动物与其它物种的互动模式与其年龄和性别有关。幼年灵长类动物更倾向于玩耍,雌性灵长类动物则更倾向于梳毛。大多数互动都由灵长类动物主动发起。研究结果表明,饲养宠物的行为不是突然出现在人类身上的,而是源远流长。

童年创伤可能导致成年后快感缺失

童年时期创伤经历可能会导致成年后缺乏动力,从奖赏中获得的快乐减少——即快感缺失(anhedonia)。人类的童年创伤与大脑奖赏相关通路活动的改变有关,这些通路来自海马体区域。动物临床前研究表明,海马体的改变可能会导致快感缺失。但与童年创伤相关的海马体改变是否会使人更容易发展出快感缺失呢?研究人员让一群参与者填写了童年创伤和体验快乐能力的问卷,然后使用 fMRI 检查海马体与动机相关脑区的相互作用。结果发现,童年时期经历过创伤且海马体通路受损的人,比童年创伤但海马体通路未受损的人表现出更多的快感缺失。

量子存储器间纠缠距离提升至 420 公里

中国科技大学等单位在远距离量子中继研究中取得重要突破,成功实现了两个冷原子量子存储器间跨越 420 公里光纤的量子纠缠,并在 230 公里以上距离突破无中继量子纠缠分发的理论极限。这一成果大幅提升了物质量子比特间的纠缠距离,为城际尺度量子网络构建奠定了基础。量子存储器间的远距离纠缠是构建量子互联网的技术基础,有望应用于基于量子中继的远程量子通信、分布式量子计算、分布式量子传感等方向。中国科大团队近年来在该研究方向持续取得突破。2020 年,团队成功实现经由 50 公里光纤的双节点量子存储器间纠缠;2024 年,在此基础上,于合肥市构建了国际首个城域三节点量子存储网络;2026 年,进一步实现了百公里高保真双节点纠缠和器件无关量子密码分发。

数字信号处理先驱刘必治去世,享年 91 岁

IEEE Spectrum 发表了一篇文章纪念了今年五月去世的数字信号处理先驱刘必治。刘被广泛认为是现代数字信号处理领域的奠基人之一,其研究推动了声音、图像和视频处理从模拟到数字的转变。尽管在工程界之外鲜为人知,但全世界数十亿人使用的技术都包含了他的研究成果,让手机通话、流媒体视频和互联网通信成为可能的低功耗数字信号处理器,其技术基础可追溯到他在 1970 年代和 1980 年代开展的研究。刘于 1934 年出生于上海,后随家人迁往台湾,他的父亲 Henry Liu Sr. 是一名电机工程师。他于 1954 年在国立台湾大学获得电机工程学士学位,毕业后随家人迁往美国,他与父亲一起就读于布鲁克林理工学院(现纽约大学 Tandon 工程学院),两人在 1956 年一起获得电机工程硕士学位。刘之后继续深造,四年后获得电机工程博士学位。他在 1962 年加入普林斯顿大学。他与其前研究生 Abe Peled 在 1976 年出版了教科书《Digital Signal Processing: Theory, Design, and Implementation》,该书是工程师的标准参考书,定义了数字信号处理这一专业。

诺基亚大幅缩减中国业务

诺基亚计划今年年底前裁减大部分在华员工,并分阶段关闭各地工厂,该公司将主要保留售后服务。前员工透露,裁员补偿采用 N+3 方案 —— 即按服务年限 N 计算的经济补偿,外加三个月工资。虽然受影响人数未公布,但诺基亚年报显示,截至 2025 年底,该公司在中国大陆、港湾地区共拥有约 7,200 名员工。据诺基亚中国官网的信息,诺基亚在中国设立了研发、市场、服务、全球交付,以及供货等全产业链布局。诺基亚在 1995 年创立北京研发中心。官网介绍,这是诺基亚全球重要的移动网络和诺基亚软件的研发基地。

蓝箭航天成功回收朱雀三号火箭第一级

蓝箭航天于 8 月 19 日 7 时 35 分在东风商业航天创新试验区发射了朱雀三号重复使用遥二运载火箭,将鸿擎科技的鸿鹄 03 星送入预定轨道;7 时 41 分火箭第一级按预定程序成功软着陆于甘肃省民勤县朱雀三号着陆场坪。这是朱雀三号火箭的第二次飞行,它成为继美国的 Falcon 9 和 New Glenn,以及中国的长征十号乙火箭之后第四种经过飞行验证的入轨级部分可重复使用火箭。本次任务是中国首次实现运载火箭一子级着陆支腿方式回收,也是中国首次实现入轨级运载火箭一子级陆地回收(长征十号乙火箭为海上网状回收)。朱雀三号高 66 米,直径 4.5 米,第一级使用了 9 台天鹊 12 引擎,第二级使用了 1 台天鹊 15 引擎,它的着陆方式与 Falcon 9 基本相同。

DDR5 内存条价格在 12 个月内上涨 500%

因为 AI 热,主要内存厂商都将产能集中到 AI 数据中心使用的 HBM 内存上,导致消费者使用的 DDR5 内存条供应短缺。过去 12 个月部分 DDR5 内存条价格上涨了 500%。今天一套 128GB 内存套装售价高达 3399 美元,是之前最低价的十倍多。一套 64GB(2x32GB)DDR5-5600 内存套装去年夏天售价不到 200 美元,如今超过 1100 美元。上一代 DDR4 内存条的价格也普遍上涨 120%-180%,虽然没有 DDR5 上涨的那么离谱。硬盘和固态硬盘的价格也普遍上涨了 125%。DRAM 芯片如今是按重量计算的全球价值最高的商品之一,主流 DRAM 芯片的每公斤价值超过纯金的一半。

Comcast 将数百万路由器变成运动探测器

美国通信公司 Comcast 正在数百万台兼容 Xfinity 网关上启用 Wi-Fi 运动感应功能,允许路由器通过测量网关和连接设备之间的信号中断探测运动。该功能是 Xfinity Shield 服务的一部分,不需要额外付费。Wi-Fi 感应技术已存在一段时间,但直到最近其准确性和可靠性才得以提升,从而得到广泛应用。Linksys 在 2021 年推出了类似的服务,但几年后便终止了。照明公司 Wiz 在 2023 年推出了一系列支持 Wi-Fi 感应的智能灯泡,而飞利浦 Hue 最近也在其产品中部署了类似的射频感应技术(使用 Zigbee 而非 Wi-Fi)。Comcast 用户可根据自己的活动开启或关闭该感应功能。

出生后限制摄入糖分与成年后更低的癌症风险相关

二次大战结束后,英国实施了数年的糖供应配额制,这一限制于 1953 年 9 月结束,居民的糖摄入量随即大幅增长,糖消耗量几乎翻了一番。这一历史提供了罕见的机会了解糖摄入量对未来健康的影响。研究人员分析了 1951-1956 年间出生于英国的逾 64,000 人数据。较早出生者在出生后前 1000 天内受制于更长的糖摄入量限制,而较晚出生者受到限制的时间较短。研究人员利用英国生物银行的数据跟踪了参与者数十年的健康信息。研究人员发现,出生前 1000 天内经历较长时间糖摄入量限制的人群罹患五种癌症的几率较低:乳腺癌、前列腺癌、肝癌、直肠癌和肺癌。其中肝癌的降低最为显著,发病率降低了约 69%;乳腺癌的降低幅度最小,但也降低了 36%。他们还发现糖分限制与生物衰老相关,研究人员通过端粒长度衡量生物衰老,在出生前 1000 天内经历更长时间糖摄入量限制的人的端粒更长,这种差异相当于生物衰老速度减缓了约 2.2 年。出生后很少摄入糖的人在成年后也会延续这一趋势,他们的总糖摄入量更少,饮食也更健康、更多样化。研究人员强调,这一结果并不意味着儿童完全不应该吃糖。

Firefox 154 释出

Mozilla 释出了 Firefox 154。主要新特性包括:Local Network Access 保护支持 WebSocket 连接,当网站尝试与本地网络的一个设备建立 WebSocket 连接,它们需要先获得许可;Smart Window 能建议相关标签页分组,并为每个分组建议一个名称;Windows、Linux 和 macOS 都支持本地配置文件备份,能在所有三个平台上恢复备份;网站可设置在浏览器关闭时豁免清除其 Cookie 和网站数据;地址栏新增 Manage AI 快捷操作;修复 bug,等等。

Google 拍下破产航空公司 Spirit 的数据

Google 以 1000 万美元拍下了破产航空公司 Spirit 的数据。Spirit 成立于 1980 年,主要经营加勒比海地区、拉丁美洲等定期国际航线。该公司在新冠疫情后遭遇财政困难,2026 年 5 月宣布倒闭,公司进入清算程序,目前正拍卖资产以筹集资金和偿还部分债务。法庭文件显示,Google 以 1000 万美元拍下 Spirit 的数据,包括 1 亿封电子邮件、5 亿条 Microsoft Teams 信息、1700 万份 OneDrive 文件,2050 万 SharePoint 文件,逾 3000 万则客户服务电话录音和逾 1500 万则客户服务聊天记录,60 万个 ServiceNow 工单,以及逾 76.3 万次航班、500 万组机组人员、逾 120 万张燃油单据,787452 个零部件采购记录等公司运营数据,等等。Google 表示购买这些数据是为了改进其 AI 服务。法庭文件显示,这些数据在出售前已进行匿名化处理,Google 也承诺会清除其中发现的任何个人身份信息。

09

APP STORE RANK

09.00
APP STORE RANK
Loading…