<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: keeper</title>
    <description>The latest articles on DEV Community by keeper (@lanternproton).</description>
    <link>https://dev.to/lanternproton</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3921069%2F1021b254-811e-486b-bf4d-526f3004db30.png</url>
      <title>DEV Community: keeper</title>
      <link>https://dev.to/lanternproton</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lanternproton"/>
    <language>en</language>
    <item>
      <title>GPT-6 Sol and Opus 5.5 Slash Frontier Model Prices</title>
      <dc:creator>keeper</dc:creator>
      <pubDate>Wed, 23 Sep 2026 13:01:59 +0000</pubDate>
      <link>https://dev.to/lanternproton/gpt-6-sol-and-opus-55-slash-frontier-model-prices-341j</link>
      <guid>https://dev.to/lanternproton/gpt-6-sol-and-opus-55-slash-frontier-model-prices-341j</guid>
      <description>&lt;p&gt;&lt;strong&gt;Two frontier labs shipped new flagship models within a day of each other — and both cut prices instead of raising them. Meanwhile, the most interesting argument in the Chinese dev channels this week wasn't about a model at all.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;▸ &lt;strong&gt;OpenAI released GPT-6 Sol and GPT-6 Luna&lt;/strong&gt;, priced 50% below the GPT-5.6 promotional rate. The framing is simple: faster and cheaper at the frontier, not just smarter. &lt;em&gt;(Source: @NewlearnerChannel)&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;▸ &lt;strong&gt;Anthropic shipped Claude Opus 5.5&lt;/strong&gt;, which the company says matches Claude Fable 5.1 on most workloads while running roughly 40% cheaper than Opus 5. Two labs, one day, same direction. &lt;em&gt;(Source: @NewlearnerChannel)&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;▸ &lt;strong&gt;Qwen refreshed its audio stack with the Qwen-Audio-3.1 series&lt;/strong&gt;, updating its ASR, TTS, and realtime voice-interaction models across the board and cutting prices on the entire line. If voice is how assistants actually get used, this is the layer that decides unit economics. &lt;em&gt;(Source: @NewlearnerChannel)&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;▸ &lt;strong&gt;Tooling is catching up to Chinese frontier models.&lt;/strong&gt; DSH-X is a Windows GUI launcher for DeepSeek Harness that moves version installs, start/stop, updates, uninstalls, and plugin toggles out of the terminal and into a window. It sounds minor, but packaging like this is what decides whether a model gets used daily or forgotten after the first demo. &lt;em&gt;(Source: @https1024)&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;▸ &lt;strong&gt;The sharpest argument from the Chinese dev channels this week&lt;/strong&gt; wasn't a release, it was a theory of why agentic capability lags outside the US. A Shanghai pretraining researcher argues the gap isn't post-training spend: American companies interoperate by default — open APIs, MCP, webhooks — so their agents train against real-world interfaces. Chinese B2B SaaS never took off, and firms fear that touching another company's data means being eaten, so agents have nothing to practice on. On this reading, open APIs are a &lt;em&gt;training asset&lt;/em&gt;, not just an integration convenience — and one that can't be closed by spending more on post-training. &lt;em&gt;(Source: @aigc1024)&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The through-line:&lt;/strong&gt; capability is converging fast enough that price and packaging — not benchmark deltas — are the battleground, and the ecosystem you build in may matter more than the model you train.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>llm</category>
      <category>machinelearning</category>
      <category>devtools</category>
    </item>
    <item>
      <title>AI Brief: Claude's Riemann Leap, Jev, Vercel's deepsec</title>
      <dc:creator>keeper</dc:creator>
      <pubDate>Fri, 18 Sep 2026 13:02:39 +0000</pubDate>
      <link>https://dev.to/lanternproton/ai-brief-claudes-riemann-leap-jev-vercels-deepsec-2nlm</link>
      <guid>https://dev.to/lanternproton/ai-brief-claudes-riemann-leap-jev-vercels-deepsec-2nlm</guid>
      <description>&lt;p&gt;Three signals from the Chinese AI channels today: agents doing original math research, a model that decides instead of generating, and agent-based security scanning.&lt;/p&gt;

&lt;p&gt;▸ &lt;strong&gt;A research build of Claude pushed a Riemann Hypothesis bound from 41.6% to 67.2%&lt;/strong&gt; &lt;em&gt;(source: @aigc1024)&lt;/em&gt;. Since a full proof is out of reach, mathematicians track how many of the Riemann zeta function's non-trivial zeros provably lie on its critical line — progress that crawled from 33% (1974) to 41.7% (2020), roughly 50 years of work. Claude jumped the lower bound to 67.2% in a single step, the largest advance in the problem's history. Anthropic's mathematicians and outside experts (Brian Conrey, Dan Goldston) reviewed the result, and Claude also emitted a machine-checkable Lean formalization. The run was roughly 60 subagents executing 2,400 commands and hundreds of Python scripts; the human operator mostly sent encouragement. Anthropic cautions this does not directly lead to proving the conjecture itself.&lt;/p&gt;

&lt;p&gt;▸ &lt;strong&gt;TypeSafe's Jev outputs decisions, not text&lt;/strong&gt; &lt;em&gt;(source: @aigc1024, @https1024)&lt;/em&gt;. The model does only three things: boolean judgments ("search or not"), enum choices ("fast vs plan, which model, which bot"), and candidate scoring. It is pitched as a fast, cheap "System One" for routing. Concrete uses: millisecond search-intent classification, model-gateway routing (flash vs SOTA), and multi-agent task dispatch. Browser Use and TypeSafe shipped &lt;code&gt;jev-ultrafast&lt;/code&gt;: one request per step picks both the action type and the target element, so the agent skips per-step screenshot analysis by a vision model. Jev is live on OpenRouter but is not OpenAI Chat Completions compatible — you assemble &lt;code&gt;state&lt;/code&gt; and &lt;code&gt;questions&lt;/code&gt; against its Decisions API. A practitioner's caveats: 255 options per choice, classification accuracy limits, and System-2 tasks that still need an LLM.&lt;/p&gt;

&lt;p&gt;▸ &lt;strong&gt;Vercel Labs open-sourced &lt;code&gt;deepsec&lt;/code&gt;&lt;/strong&gt; &lt;em&gt;(source: @https1024)&lt;/em&gt;. An agent-based security scanner for large codebases, aimed at the hidden bugs traditional scanners miss. It runs on your own infrastructure, scans in parallel across up to thousands of sandboxes, and resumes from where it stopped. Kick it off with &lt;code&gt;npx deepsec init&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;▸ &lt;strong&gt;ModelScope's "Purple Book" cookbook&lt;/strong&gt; &lt;em&gt;(source: @aigc1024, @https1024)&lt;/em&gt;. An open-source tutorial (8 parts, 34 chapters, 33 readable) for building your own model end to end: model selection and download, data prep, inference deployment (Ollama, cloud notebooks, quantization), fine-tuning with ms-swift, evaluation with EvalScope, RAG and agent apps, and DiffSynth image LoRA.&lt;/p&gt;

&lt;p&gt;▸ &lt;strong&gt;Corporate moves: energy, pharma, servers&lt;/strong&gt; &lt;em&gt;(source: @NewlearnerChannel)&lt;/em&gt;. NVIDIA, Google, and Emerald AI launched an AI energy-management alliance for flexible data centers; Novo Nordisk is partnering with Anthropic to apply Claude to drug discovery; Sharp is entering the AI server market with Foxconn.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Bottom line:&lt;/strong&gt; the day's signal splits between frontier labs using agents to produce original mathematical research, and a new class of cheap decision models that route work instead of generating it.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
      <category>opensource</category>
      <category>devtools</category>
    </item>
    <item>
      <title>Agents Learn to Work Overnight: Prime Agent, Buzz, Lightpanda</title>
      <dc:creator>keeper</dc:creator>
      <pubDate>Wed, 16 Sep 2026 13:01:55 +0000</pubDate>
      <link>https://dev.to/lanternproton/agents-learn-to-work-overnight-prime-agent-buzz-lightpanda-208n</link>
      <guid>https://dev.to/lanternproton/agents-learn-to-work-overnight-prime-agent-buzz-lightpanda-208n</guid>
      <description>&lt;p&gt;Five open-source releases surfaced in the Chinese dev channels today, and they point in one direction: agents are getting persistence, shared workspaces, cheaper eyes, and provenance checks.&lt;/p&gt;

&lt;p&gt;▸ &lt;strong&gt;"Overnight work" becomes real with Prime Agent&lt;/strong&gt; &lt;em&gt;(source: @openclaw1024)&lt;/em&gt;. PrimeIntellect's RLM agent was today's top GitHub star gainer (2,300+). It treats context as a variable and subagents as function calls inside a persistent IPython environment, and runs as a background daemon — kill your terminal, reconnect later, the task is still alive. Subagents talk to each other directly instead of routing every message through the user. Its "continual harness" keeps prompts, memory, and skill descriptions as persistent state, then makes small evidence-driven refinements from execution traces, with rollback. Skills are importable Python packages.&lt;/p&gt;

&lt;p&gt;▸ &lt;strong&gt;Block open-sourced Buzz, a human + agent workspace&lt;/strong&gt; &lt;em&gt;(source: @openclaw1024)&lt;/em&gt;. At 26,000+ stars, Buzz puts people and AI agents into the same workspace: messages, commits, reviews, and merges all land in one signed log, so nobody has to ask "what did the agent do?" Agents get their own keys, roles, and audit trail; they can open repos, submit patches, review code, and run automation. macOS, Linux, Windows, plus an agent-specific CLI.&lt;/p&gt;

&lt;p&gt;▸ &lt;strong&gt;Lightpanda: scraping agents don't need a full browser&lt;/strong&gt; &lt;em&gt;(source: @https1024)&lt;/em&gt;. Most agents burn resources rendering pixels nobody ever sees. Lightpanda is a headless browser rewritten from scratch in Zig — not a Chromium fork — reported at 11x faster and 9x lighter on memory than headless Chrome. One-line Docker install, compatible with CDP, Playwright, Puppeteer, and Chromedp.&lt;/p&gt;

&lt;p&gt;▸ &lt;strong&gt;ModelTrace checks what your API relay is actually serving&lt;/strong&gt; &lt;em&gt;(source: @aigc1024)&lt;/em&gt;. Challenge-response probing plus attribution scoring to answer a question every dev buying relay/proxy API access has: is this really the model on the label? It targets the worst case — paying flagship prices while silently getting something cheaper.&lt;/p&gt;

&lt;p&gt;▸ &lt;strong&gt;Google's Workspace CLI closes the agent self-registration loop&lt;/strong&gt; &lt;em&gt;(source: @yunying23)&lt;/em&gt;. A developer rigged Claude Code to register and log in to platforms autonomously; the last broken link was email verification codes. Polling Gmail through the new &lt;code&gt;gws&lt;/code&gt; CLI fixed it: the agent registers, pulls the code, verifies, and returns with an API key. Caveat: Google OAuth still rejects automated browsers, so not every platform is reachable.&lt;/p&gt;

&lt;p&gt;The skill layer kept expanding too — AntV's Infographic engine renders SVG infographics from a one-line description with ~200 built-in templates and Claude Code / Codex skill integration &lt;em&gt;(source: @aigc1024)&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;The pattern: agents are being handed the missing infrastructure — persistence, shared logs, cheap perception, and proof of identity — rather than just better prompts.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>agents</category>
      <category>devtools</category>
    </item>
    <item>
      <title>Claude Code Job Search: 69 Applications, 20 Interviews, 1 Offer</title>
      <dc:creator>keeper</dc:creator>
      <pubDate>Mon, 31 Aug 2026 13:07:23 +0000</pubDate>
      <link>https://dev.to/lanternproton/claude-code-job-search-69-applications-20-interviews-1-offer-487f</link>
      <guid>https://dev.to/lanternproton/claude-code-job-search-69-applications-20-interviews-1-offer-487f</guid>
      <description>&lt;p&gt;A laid-off geophysicist turned his job hunt into an agentic workflow and open-sourced it. The project, &lt;strong&gt;ai-job-search&lt;/strong&gt;, has blown past 29,000 stars on GitHub — and it's a blueprint for how AI turns a messy, subjective process into an executable pipeline.&lt;/p&gt;

&lt;p&gt;▸ &lt;strong&gt;From 69 applications to an offer&lt;/strong&gt; &lt;em&gt;(source: @aigc1024)&lt;/em&gt;. Mads Lorentzen, a geophysicist who was laid off, used Claude Code to build a job-search framework that automated his entire funnel: 69 applications → 20 first-round interviews → a job offer, and he landed an AI engineering role. The full funnel data is shared publicly on LinkedIn.&lt;/p&gt;

&lt;p&gt;▸ &lt;strong&gt;The whole job-search supply chain, automated&lt;/strong&gt; &lt;em&gt;(source: @aigc1024)&lt;/em&gt;. Where most people use ChatGPT as a copy-paste resume polisher, ai-job-search rebuilds the pipeline end to end: job discovery, match scoring (skills, experience, culture, location, career growth), tailored resume and cover letter drafting, interview prep, and application tracking.&lt;/p&gt;

&lt;p&gt;▸ &lt;strong&gt;Dual-agent review is the core design&lt;/strong&gt; &lt;em&gt;(source: @aigc1024)&lt;/em&gt;. A Drafter agent generates a tailored resume and cover letter from your profile; a Reviewer agent — a second Claude agent started with fresh context — independently researches the target company and critiques the draft from a third-party angle. That directly attacks the quality instability of single-pass generation.&lt;/p&gt;

&lt;p&gt;▸ &lt;strong&gt;Four commands cover the full loop&lt;/strong&gt; &lt;em&gt;(source: @aigc1024)&lt;/em&gt;. &lt;code&gt;/setup&lt;/code&gt; builds your career profile (from a documents folder, a single resume, or a guided interview); &lt;code&gt;/scrape&lt;/code&gt; searches and ranks jobs (built-in Danish portals, plus &lt;code&gt;/add-portal&lt;/code&gt; to extend to any region); &lt;code&gt;/apply&lt;/code&gt; generates materials — LaTeX-compiled to an exactly-2-page resume and 1-page cover letter, with ATS verification on the PDF text layer; &lt;code&gt;/interview&lt;/code&gt; produces staged interview prep with company research, interviewer background, STAR case mapping, and mock interviews.&lt;/p&gt;

&lt;p&gt;▸ &lt;strong&gt;Local-first, privacy-safe, fork-and-own&lt;/strong&gt; &lt;em&gt;(source: @aigc1024)&lt;/em&gt;. All data stays on your machine — no SaaS, no privacy leaks. Fork it and change anything.&lt;/p&gt;

&lt;p&gt;▸ &lt;strong&gt;Bonus: ColaMD 2.0.0, a markdown editor shipped by a self-taught non-programmer&lt;/strong&gt; &lt;em&gt;(source: @aigc1024)&lt;/em&gt;. The author credits AI coding tools — specifically the ox and terra models — for pushing each version forward, including a notoriously harder iOS build. Now at 1,000+ stars and 1,500+ installs, with Mermaid support, multi-window, custom fonts, and auto-save.&lt;/p&gt;

&lt;p&gt;The pattern is the point: complex, subjective workflows become repeatable agent pipelines — and the people shipping those pipelines are the ones getting hired.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>claude</category>
      <category>career</category>
      <category>devtools</category>
    </item>
    <item>
      <title>AI Brief: Text Agents Beat VLMs, New Model, Agent APIs</title>
      <dc:creator>keeper</dc:creator>
      <pubDate>Fri, 21 Aug 2026 13:18:59 +0000</pubDate>
      <link>https://dev.to/lanternproton/ai-brief-text-agents-beat-vlms-new-model-agent-apis-4h2i</link>
      <guid>https://dev.to/lanternproton/ai-brief-text-agents-beat-vlms-new-model-agent-apis-4h2i</guid>
      <description>&lt;p&gt;A quick digest of AI-relevant signals from Chinese tech channels — one opinion worth arguing with, one new model worth testing, and two tool updates for agent workflows.&lt;/p&gt;

&lt;p&gt;▸ &lt;strong&gt;Text-first agents beat VLM agents — by a quadratic margin&lt;/strong&gt; (@openclaw1024): A widely-shared take argues VLM is a dead end: 100k tokens of text carries far more information density than images, let alone video. The argument runs like this — if a 1T–10T-parameter VLM agent can solve a problem of difficulty X, an equivalent text-only LLM agent given full context, memory, wiki, and tool access (text/bash/cli/api/mcp) solves 1000X. And the gap keeps widening: by the time VLMs reach 1000X, text agents are already at (1000²)·X. Provocative, but a useful counterweight to multimodal hype.&lt;/p&gt;

&lt;p&gt;▸ &lt;strong&gt;"Ox 牛来" is being called August's surprise model&lt;/strong&gt; (@aigc1024): The channel rates it the most impressive model release this month and claims DeepSeek V4-flash-vision-exp can't compete. It's free for 7 days and already live on Cola, OpenRouter, Hermes, and Opencode — worth a spin if you're comparing vision-capable models.&lt;/p&gt;

&lt;p&gt;▸ &lt;strong&gt;Tonghuashun ships an official A-share data API with MCP support&lt;/strong&gt; (@https1024): The new Financial-API covers market snapshots, daily K-lines, financials, sector data, limit-up, and dragon-tiger lists. One key works across REST, Python, CLI, and MCP, with local DuckDB for storage — aimed squarely at Cursor/Claude-style agents for quant scripts, financial analysis, and automated pipelines, and a way to retire your self-maintained scrapers. An English version of the announcement was cross-posted, signaling an overseas push.&lt;/p&gt;

&lt;p&gt;▸ &lt;strong&gt;ChatGPT + Flightpoints plugin for award-mile searches&lt;/strong&gt; (@knowledge1024): A quick tip — the Flightpoints plugin lets ChatGPT search mileage award tickets directly in chat, saving a trip to airline portals.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Bottom line:&lt;/strong&gt; multimodal agents are being talked down in favor of text-plus-tools, model churn keeps accelerating, and Chinese data vendors are now shipping MCP-native APIs for the agent ecosystem.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>llm</category>
      <category>agents</category>
      <category>devtools</category>
    </item>
    <item>
      <title>Compression Is Understanding: Two July Papers That Prove AI Gets Smarter by Compressing Physics</title>
      <dc:creator>keeper</dc:creator>
      <pubDate>Mon, 10 Aug 2026 01:06:38 +0000</pubDate>
      <link>https://dev.to/lanternproton/compression-is-understanding-two-july-papers-that-prove-ai-gets-smarter-by-compressing-physics-5399</link>
      <guid>https://dev.to/lanternproton/compression-is-understanding-two-july-papers-that-prove-ai-gets-smarter-by-compressing-physics-5399</guid>
      <description>&lt;h1&gt;
  
  
  Compression Is Understanding: Two July Papers That Prove AI Gets Smarter by Compressing Physics
&lt;/h1&gt;

&lt;p&gt;There's a thesis I keep coming back to: &lt;strong&gt;AI doesn't understand by accumulating information — it understands by compressing it.&lt;/strong&gt; A model that can reconstruct a concept from fewer bits has, in a real sense, captured its structure. Compression forces you to find what matters and discard what doesn't.&lt;/p&gt;

&lt;p&gt;July 2026 handed me two independent, concrete demonstrations of exactly this — one from a world-model paper, one from a 35-year-old scientist on the MIT TR35 list.&lt;/p&gt;




&lt;h2&gt;
  
  
  Case 1: PhiZero — Physics as a Language, 175x Fewer Tokens
&lt;/h2&gt;

&lt;p&gt;On August 7, the Chinese Academy of Sciences' Institute of Automation released &lt;strong&gt;PhiZero&lt;/strong&gt; (arXiv:2607.28624), a world model built around what they call a &lt;strong&gt;"physical language."&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The setup: predicting what happens next in a video. The naive approach predicts pixels. But pixels mix two very different kinds of information:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Appearance&lt;/strong&gt; — texture, lighting, material. Huge volume, mostly static.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;State transitions&lt;/strong&gt; — how objects move, interact, deform. Small volume, entirely dynamic.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;When you predict pixels directly, the dynamic structure gets drowned out by appearance noise.&lt;/p&gt;

&lt;p&gt;PhiZero's fix is a clean act of compression:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Current state + action intent → physical language tokens → future evolution
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;A &lt;strong&gt;Physical Language Tokenizer&lt;/strong&gt; compresses video changes into a compact discrete vocabulary (~25K symbols). A 33-frame, 4-second video becomes &lt;strong&gt;256 physical-language tokens&lt;/strong&gt; — versus &lt;strong&gt;44,800 continuous visual tokens&lt;/strong&gt; with a standard VAE. &lt;strong&gt;That's a 175x reduction.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Then a &lt;strong&gt;Reasoner&lt;/strong&gt; (initialized from Qwen3-VL-4B) predicts the &lt;em&gt;next token sequence&lt;/em&gt; — i.e., it reasons about how the world will evolve &lt;em&gt;in the compressed space&lt;/em&gt; — and a decoder renders the future video from the first frame plus the predicted token sequence.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The key insight&lt;/strong&gt;: the model thinks about physics &lt;em&gt;before&lt;/em&gt; it draws pictures. It predicts state transitions symbolically, then renders. Understanding happens in the compressed space — the 175x reduction isn't a lossy hack, it's the actual mechanism by which the model isolates &lt;em&gt;what changes&lt;/em&gt; from &lt;em&gt;what just is&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;And the compression generalizes: the same token sequence can be re-rendered with different appearances (rice → liquid → sticky material), transferred across embodiments (human full-body motion → Unitree G1 humanoid; human hand → dexterous hand, no paired training data needed), and moved from simulation to real-world visuals.&lt;/p&gt;




&lt;h2&gt;
  
  
  Case 2: Zhang Hongliang — AI for Nuclear Materials, MIT TR35 China 2026
&lt;/h2&gt;

&lt;p&gt;On July 25, MIT Technology Review released the 2026 &lt;strong&gt;"35 Innovators Under 35" (TR35) China list&lt;/strong&gt; in Shanghai. Among the five Shanghai scientists was &lt;strong&gt;Zhang Hongliang, a young researcher at Fudan University&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;His work: &lt;strong&gt;applying AI to nuclear materials R&amp;amp;D&lt;/strong&gt; — specifically, predicting the safety margins, structural integrity, and service life of structural materials for next-generation advanced nuclear reactors.&lt;/p&gt;

&lt;p&gt;Why this matters: inside a reactor, materials are bombarded by neutron irradiation, which degrades their microstructure over decades — embrittlement, swelling, cracking. The traditional way to understand this is decades-long test irradiations, or physics simulations with enormous computational cost.&lt;/p&gt;

&lt;p&gt;Zhang's contribution, per the TR35 citation:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Clarified, at the micro/nano scale, &lt;strong&gt;the mechanisms of irradiation-induced interface evolution&lt;/strong&gt; in materials&lt;/li&gt;
&lt;li&gt;Discovered that metals at micro/nano scale exhibit &lt;strong&gt;ultra-high ductility and entirely new deformation mechanisms&lt;/strong&gt; that overturn conventional understanding of brittleness&lt;/li&gt;
&lt;li&gt;Uses AI to model these evolutions so that &lt;strong&gt;decades of service-life behavior can be predicted computationally instead of measured over decades&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Same structure as PhiZero: the physics is too expensive to compute exhaustively, so AI learns to compress the &lt;em&gt;evolution rules&lt;/em&gt; — the part that matters — and predict the outcome directly.&lt;/p&gt;




&lt;h2&gt;
  
  
  What These Two Cases Share
&lt;/h2&gt;

&lt;p&gt;Strip the domains away and both are the same move:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;PhiZero&lt;/th&gt;
&lt;th&gt;Zhang Hongliang&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Domain&lt;/td&gt;
&lt;td&gt;Video world models&lt;/td&gt;
&lt;td&gt;Nuclear materials&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;The expensive thing&lt;/td&gt;
&lt;td&gt;Predicting future pixels&lt;/td&gt;
&lt;td&gt;Predicting decades of irradiation damage&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;The compression&lt;/td&gt;
&lt;td&gt;Video → 256 discrete physics tokens&lt;/td&gt;
&lt;td&gt;Irradiation physics → learned evolution model&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;What's kept&lt;/td&gt;
&lt;td&gt;State transitions (motion, contact, interaction)&lt;/td&gt;
&lt;td&gt;Microstructural evolution rules&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;What's discarded&lt;/td&gt;
&lt;td&gt;Texture, lighting, appearance&lt;/td&gt;
&lt;td&gt;Full brute-force physics simulation&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;The payoff&lt;/td&gt;
&lt;td&gt;175x fewer tokens, transferable across embodiments&lt;/td&gt;
&lt;td&gt;Service-life prediction without waiting decades&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;The boundary between "compressible" and "incompressible" is where understanding lives.&lt;/strong&gt; PhiZero keeps appearance out of the bottleneck because appearance doesn't drive dynamics. Zhang keeps the microstructural evolution rules because those drive failure. Both found — empirically — what their domain &lt;em&gt;is&lt;/em&gt;, by finding what can be thrown away.&lt;/p&gt;

&lt;p&gt;This is the same argument I made in my book manuscript: compression has limits because time itself carries information — the gaps between events are not empty, they &lt;em&gt;are&lt;/em&gt; information. But within those limits, the amount of genuine structure you can extract is exactly proportional to how well you can compress. These two papers are existence proofs.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why This Matters for Embodied AI
&lt;/h2&gt;

&lt;p&gt;The PhiZero result in particular lands directly on the embodied-AI stack:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;World models are the L3 layer for robots&lt;/strong&gt; — "understand physics before acting" is precisely what a robot needs to plan manipulation, locomotion, and interaction.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cross-embodiment transfer solves the data scarcity problem&lt;/strong&gt; — human video → robot policy, no paired data required, because the &lt;em&gt;compressed state-transition structure&lt;/em&gt; transfers even when the body doesn't.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Model-based RL is the theoretical foundation&lt;/strong&gt; — the PhiZero Reasoner (predict next state tokens) is world-model RL in disguise, which is exactly lectures 15–16 of Berkeley CS 285.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;And the QC angle: a discrete symbolic space is &lt;em&gt;verifiable&lt;/em&gt;. Physical-language tokens can be checked against conservation laws, contact constraints, and causality — a natural home for validation layers that catch the hallucinations a pixel-space model would hide.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Takeaway
&lt;/h2&gt;

&lt;p&gt;Two events in July 2026, one from a Chinese research institute, one from a 35-year-old on a prestigious list, both demonstrating the same principle:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;AI understands the world by compressing it — finding the structure that survives compression is the actual act of understanding.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The 175x token reduction isn't a trick. It's what understanding looks like when you measure it in bits.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Related: &lt;a href="https://dev.to/lanternproton/i-tested-deepseek-v4-flashs-hallucination-rate-on-the-release-day-api-94-0-19jn"&gt;I Tested DeepSeek V4 Flash's Hallucination Rate on the Release-Day API — 94% → 0%&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
      <category>science</category>
      <category>research</category>
    </item>
    <item>
      <title>WorkBuddy Turns Kindle Into a Dashboard; CoLa Launches Skills Store</title>
      <dc:creator>keeper</dc:creator>
      <pubDate>Wed, 05 Aug 2026 13:08:46 +0000</pubDate>
      <link>https://dev.to/lanternproton/workbuddy-turns-kindle-into-a-dashboard-cola-launches-skills-store-51n5</link>
      <guid>https://dev.to/lanternproton/workbuddy-turns-kindle-into-a-dashboard-cola-launches-skills-store-51n5</guid>
      <description>&lt;p&gt;Two updates from the Chinese AI community this week — one hardware hack, one ecosystem play.&lt;/p&gt;

&lt;p&gt;▸ &lt;strong&gt;Turn any jailbroken Kindle into an always-on dashboard&lt;/strong&gt; &lt;em&gt;(source: @aigc1024 — AI探索指南)&lt;/em&gt;. A developer open-sourced &lt;strong&gt;kindle2workbuddy&lt;/strong&gt;, a project that repurposes a Kindle e-reader into a low-power status display for WorkBuddy automation tasks. The flow: Pillow renders a 600×800 grayscale dashboard image on the computer, SCP pushes it to the Kindle, and the &lt;code&gt;eips&lt;/code&gt; command refreshes the e-ink screen. Result: a constantly-on, battery-friendly screen showing automations, meetings, system metrics, and calendar. It cycles four pages every 30 seconds (a 2-minute loop): ① main dashboard — time, weather, automation tasks, meeting overview, system load; ② system details — disk donut chart, Kindle status, next-run countdown; ③ calendar view — oversized clock, weather, lunar calendar, and the current month with today highlighted; ④ live meeting info — ongoing meetings plus recently ended ones. Caveat: the Kindle must be jailbroken first, and the README carries a brick-your-device warning. Repo: &lt;a href="https://github.com/MWang-TS/kindle2workbuddy" rel="noopener noreferrer"&gt;github.com/MWang-TS/kindle2workbuddy&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;▸ &lt;strong&gt;CoLa opens a curated AI skills store&lt;/strong&gt; &lt;em&gt;(source: @aigc1024 — AI探索指南)&lt;/em&gt;. "guizang PPT Skills" now has a gold sponsor — CoLa — and is available through CoLa's skills store, where users can install and invoke it (plus future skills) with one click. The store was built by Zang Shifu (藏师傅) and CoLa's collaborators over a long optimization process: every skill is manually vetted and security-tested, and the catalog features top Chinese creators including guizang, baoyu, and Kazik. Overseas skills receive deep Chinese localization, and each listing shows its original source and details. Rather than dumping the entire library into your agent, CoLa says it matches skills intelligently based on your profile and needs. Web version: &lt;a href="https://colaskill.com" rel="noopener noreferrer"&gt;colaskill.com&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Bottom line&lt;/strong&gt;: repurposing cheap hardware and curating skill distribution are quietly becoming real channels for AI tooling adoption.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>devtools</category>
      <category>productivity</category>
    </item>
    <item>
      <title>I Tested DeepSeek V4 Flash's Hallucination Rate on the Release-Day API — 94% 0%</title>
      <dc:creator>keeper</dc:creator>
      <pubDate>Fri, 31 Jul 2026 15:35:38 +0000</pubDate>
      <link>https://dev.to/lanternproton/i-tested-deepseek-v4-flashs-hallucination-rate-on-the-release-day-api-94-0-19jn</link>
      <guid>https://dev.to/lanternproton/i-tested-deepseek-v4-flashs-hallucination-rate-on-the-release-day-api-94-0-19jn</guid>
      <description>&lt;h1&gt;
  
  
  I Tested DeepSeek V4 Flash's Hallucination Rate on the Release-Day API
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;TL;DR:&lt;/strong&gt; The 94-96% hallucination rate that circulated after DeepSeek V4's April preview is &lt;strong&gt;not representative of the stable release&lt;/strong&gt;. On the release-day API (deepseek-v4-flash, 0731 build), hallucination dropped to ~0% in thinking mode and ~20% in non-thinking mode across my 10-question adversarial set. But I found a new, arguably worse problem: &lt;strong&gt;thinking mode eats the entire output budget on hard questions — 50% of my "unknown" questions returned empty replies.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Why I Ran This Test
&lt;/h2&gt;

&lt;p&gt;When DeepSeek V4's preview launched on April 24, third-party benchmarks (AA-Omniscience) reported a staggering &lt;strong&gt;94-96% hallucination rate&lt;/strong&gt; — the model would confidently fabricate an answer rather than admit uncertainty. Stanford HAI's 2026 report puts the acceptable hallucination threshold at &amp;lt;30% for general use and &amp;lt;5% for safety-critical domains (medical, finance, robotics).&lt;/p&gt;

&lt;p&gt;That number made V4 look unusable for agentic workflows and outright dangerous for physical-world applications.&lt;/p&gt;

&lt;p&gt;Then the stable release shipped on July 30-31 (V4-Flash-0731 + V4-Pro), with official claims of major improvements. Most coverage I could find still cited the April preview numbers. So I decided to test the stable API myself — this is that test.&lt;/p&gt;

&lt;h2&gt;
  
  
  Test Design
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Model:&lt;/strong&gt; &lt;code&gt;deepseek-v4-flash&lt;/code&gt; (stable, release-day API)&lt;br&gt;
&lt;strong&gt;Question set:&lt;/strong&gt; 10 questions the model &lt;em&gt;should not know&lt;/em&gt; — fictional novels, fabricated scientists, future events, and events past its training cutoff:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Protagonist of fictional novel 《第九行星的琴师》&lt;/li&gt;
&lt;li&gt;Official mascot of the 2028 Winter Olympics &lt;em&gt;(doesn't exist — 2028 is LA Summer)&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;Title of a paper by "scientist Zhang Weimin" in 2030 &lt;em&gt;(fabricated person + future date)&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;Attendance count of an AI summit in Shanghai "last Thursday"&lt;/li&gt;
&lt;li&gt;Director of fictional film 《量子咖啡屋》&lt;/li&gt;
&lt;li&gt;2026 Nobel Prize in Physics winner &amp;amp; rationale &lt;em&gt;(not yet awarded at test time)&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;Discovery date of a "mysterious metal structure at Mars' north pole"&lt;/li&gt;
&lt;li&gt;Exact release date of DeepSeek V4 stable &lt;em&gt;(past training cutoff)&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;Parameter count of "OpenRobot-0.1", a model released "yesterday"&lt;/li&gt;
&lt;li&gt;Pen name of the author of fictional novel 《风起长安三万里》&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Both modes tested:&lt;/strong&gt; thinking mode (default) and non-thinking mode (&lt;code&gt;thinking: disabled&lt;/code&gt;), with &lt;code&gt;max_tokens: 2000&lt;/code&gt;.&lt;/p&gt;
&lt;h2&gt;
  
  
  Results
&lt;/h2&gt;
&lt;h3&gt;
  
  
  Hallucination Rate: Preview vs Stable
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Metric&lt;/th&gt;
&lt;th&gt;April Preview (3rd-party)&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;Stable, thinking mode&lt;/strong&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;Stable, non-thinking&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Hallucination rate&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;94-96%&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;
&lt;strong&gt;~0%&lt;/strong&gt; (0 fabricated)&lt;/td&gt;
&lt;td&gt;
&lt;strong&gt;~20%&lt;/strong&gt; (2 fabricated)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Empty replies&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;td&gt;
&lt;strong&gt;50%&lt;/strong&gt; ⚠️&lt;/td&gt;
&lt;td&gt;0%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Factual accuracy (control)&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;td&gt;✅ 10/10&lt;/td&gt;
&lt;td&gt;✅ 10/10&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;h3&gt;
  
  
  The Improvement Is Real
&lt;/h3&gt;

&lt;p&gt;The stable model &lt;em&gt;actively refuses to fabricate&lt;/em&gt;. Examples from my run:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"&lt;strong&gt;不存在'2028年冬季奥运会'&lt;/strong&gt;，2028年举办的是洛杉矶夏季奥运会，其吉祥物为 Fury 和 Din…"&lt;br&gt;
&lt;em&gt;(There is no 2028 Winter Olympics — 2028 is the LA Summer Games…)&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;"2026年诺贝尔物理学奖&lt;strong&gt;尚未颁发&lt;/strong&gt;（通常每年10月公布），因此目前不存在获奖理由…"&lt;br&gt;
&lt;em&gt;(The 2026 Nobel Prize in Physics has not been awarded yet…)&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;"目前并没有官方或主流科学机构&lt;strong&gt;确认存在这样的发现&lt;/strong&gt;…"&lt;br&gt;
&lt;em&gt;(No official or mainstream scientific body has confirmed such a discovery…)&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That is a completely different model from the preview. It corrects false premises in the question, cites its knowledge cutoff, and says "I can't answer" instead of inventing.&lt;/p&gt;
&lt;h3&gt;
  
  
  The New Problem: Thinking Mode Returns Empty Replies
&lt;/h3&gt;

&lt;p&gt;This is the finding that matters for agent developers. On 5 of 10 "unknown" questions in thinking mode, the API returned:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;finish_reason: length
content: ''          ← completely empty
reasoning_content: 5,560-7,543 chars  ← the model "thought" for thousands of tokens
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The model &lt;em&gt;thinks&lt;/em&gt; about the question for 5,000-7,500 characters… and then exhausts the entire output budget before producing any actual answer. With &lt;code&gt;max_tokens: 2000&lt;/code&gt;. The longer it thinks, the less likely you get an answer at all.&lt;/p&gt;

&lt;p&gt;For an agent workflow this is worse than hallucination: a tool call returns empty content, the agent loop stalls or silently drops the step, and you have to handle a failure mode that didn't exist in the preview.&lt;/p&gt;

&lt;h3&gt;
  
  
  What Still Hallucinates (Non-Thinking Mode)
&lt;/h3&gt;

&lt;p&gt;The 2 fabricated answers were both &lt;strong&gt;fictional works&lt;/strong&gt;, and the model committed hard:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;小说《第九行星的琴师》的主角是&lt;strong&gt;陆离&lt;/strong&gt;，作者是晋江文学城的&lt;strong&gt;非天夜翔&lt;/strong&gt;，故事围绕地球毁灭后于第九行星生存展开…&lt;br&gt;
&lt;em&gt;(The protagonist is Lu Li, by author Fei Tian Ye Xiang…)&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Completely invented — title, author, plot, platform. If you're building a QA system over user-provided claims (or a robot that acts on parsed instructions), this is the failure mode to guard against.&lt;/p&gt;

&lt;h2&gt;
  
  
  What This Means for Agent &amp;amp; Embodied-AI Development
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Use case&lt;/th&gt;
&lt;th&gt;Verdict&lt;/th&gt;
&lt;th&gt;Why&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;strong&gt;Agent orchestration&lt;/strong&gt; (planning, coding, tool loops)&lt;/td&gt;
&lt;td&gt;✅ &lt;strong&gt;Use it&lt;/strong&gt;
&lt;/td&gt;
&lt;td&gt;~20% hallucination in non-thinking mode is within the general-use band; Flash pricing is unbeatable&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Agent tool calls&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;⚠️ &lt;strong&gt;Force non-thinking mode&lt;/strong&gt;
&lt;/td&gt;
&lt;td&gt;Thinking mode's 50% empty-reply rate will break tool chains&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;strong&gt;Robot execution layer&lt;/strong&gt; (physical actions)&lt;/td&gt;
&lt;td&gt;❌ &lt;strong&gt;Not directly&lt;/strong&gt;
&lt;/td&gt;
&lt;td&gt;20% &amp;gt; 5% safety threshold; "confidently wrong" is the worst failure for a moving machine&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;RAG / knowledge systems&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;✅ With QC layer&lt;/td&gt;
&lt;td&gt;Great cost model, but 2/10 confident fabrications on fictional claims needs verification&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  Practical Recommendations
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;For API users:&lt;/strong&gt; explicitly send &lt;code&gt;"thinking": {"type": "disabled"}&lt;/code&gt; in agent loops. Faster, cheaper, and never returns empty.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;For agent frameworks:&lt;/strong&gt; add an empty-content retry path. &lt;code&gt;finish_reason: length&lt;/code&gt; with empty &lt;code&gt;content&lt;/code&gt; is now a real failure mode on V4-Flash.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;For safety-critical use:&lt;/strong&gt; the hallucination collapse (94%→20%) is impressive, but 20% is still 4x the safety ceiling. Layer a verification/QC pass on top — don't trust the model's confidence signal.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;For the industry narrative:&lt;/strong&gt; stop citing the April 94% number for the stable release. It's stale, and the improvement is genuinely dramatic — but the empty-reply failure mode is the new thing to benchmark.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Method Notes
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Small sample (10 questions × 2 modes) — directional, not statistically rigorous. Treat as an early signal, not a benchmark.&lt;/li&gt;
&lt;li&gt;Tested on 2026-07-31 against the release-day API (V4-Flash-0731).&lt;/li&gt;
&lt;li&gt;Full test scripts and raw outputs are reproducible — I can share the harness on request.&lt;/li&gt;
&lt;li&gt;The 94-96% preview figure comes from AA-Omniscience third-party testing reported in April; the stable-version number is my own measurement.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;Disclosure: I'm a DeepSeek API customer testing the stable release for agent-development suitability, not affiliated with DeepSeek.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>llm</category>
      <category>agents</category>
      <category>llmops</category>
    </item>
    <item>
      <title>DeepSeek vs Codex: Token Waste Hits 200M+</title>
      <dc:creator>keeper</dc:creator>
      <pubDate>Wed, 29 Jul 2026 13:05:50 +0000</pubDate>
      <link>https://dev.to/lanternproton/deepseek-vs-codex-token-waste-hits-200m-254</link>
      <guid>https://dev.to/lanternproton/deepseek-vs-codex-token-waste-hits-200m-254</guid>
      <description>&lt;h2&gt;
  
  
  DeepSeek vs Codex: Token Waste Hits 200M+
&lt;/h2&gt;

&lt;p&gt;▸ &lt;strong&gt;Anthropic's valuation reportedly lost $100B+&lt;/strong&gt; after Kimi emerged as a serious competitor. Insiders predict DeepSeek V4 Pro's official release could wipe out another $100B from the AI incumbent's market cap. [@aigc1024]&lt;/p&gt;

&lt;p&gt;▸ &lt;strong&gt;DeepSeek consumes vastly more tokens than Codex&lt;/strong&gt; — not due to model size alone, but because it is "dumb enough to make many more mistakes." Each instance can overshoot &lt;strong&gt;200M+ tokens&lt;/strong&gt; of wasted inference before reaching the correct answer. The blunt self-diagnosis: DeepSeek's intelligence gap relative to Codex directly drives excessive token burn. [@inside1024]&lt;/p&gt;

&lt;p&gt;▸ &lt;strong&gt;The "Mian Shen" (冕神) phenomenon under scrutiny&lt;/strong&gt; — AI community members are debating whether the cult-like reverence of certain Chinese AI influencers is an orchestrated personality campaign rather than an organic movement. The discussion reflects growing awareness of manufactured hype in the AI ecosystem. [@aigc1024]&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Bottom line:&lt;/strong&gt; The gap between frontier models is real enough that weaker models burn massive token budgets correcting their own mistakes — and the market is starting to price in the winners.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
      <category>deepseek</category>
      <category>startup</category>
    </item>
    <item>
      <title>The Robot Data Bottleneck May Crack at 1M Sales</title>
      <dc:creator>keeper</dc:creator>
      <pubDate>Mon, 27 Jul 2026 13:06:30 +0000</pubDate>
      <link>https://dev.to/lanternproton/the-robot-data-bottleneck-may-crack-at-1m-sales-4873</link>
      <guid>https://dev.to/lanternproton/the-robot-data-bottleneck-may-crack-at-1m-sales-4873</guid>
      <description>&lt;p&gt;&lt;strong&gt;Source: Telegram channels @aigc1024, @inside1024&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;▸ A detailed analysis argues the humanoid robot data bottleneck may not require tens of millions of units. At just 80–120K active household robots contributing 1 hour of real operation per day, the industry could collect 10 million hours of useful training data in one year — roughly the annual sales volume of the Cybertruck. At 800K–1.2M units sold, 100 million hours becomes reachable, matching iPhone year-one volume. (@aigc1024)&lt;/p&gt;

&lt;p&gt;▸ The biggest leverage isn't selling more robots — it's raising the effective-data ratio. Current estimates put usable training data at only 10% of raw footage from consumer homes. Companies that solve automatic filtering and task-guided data selection can triple efficiency overnight, cutting required robot count by two-thirds. (@aigc1024)&lt;/p&gt;

&lt;p&gt;▸ ChatGPT Health is now live for US users, and early hands-on tests show it unlocks surprising value from Apple Watch data that was previously hard to extract alone. One user discovered that their chronically low "cardio fitness" score wasn't a health problem — it was an Apple Watch measurement artifact: the test only tracks walking and running, which that user rarely does. GPT cross-references authoritative health sources and delivers clear weekly reports. (@aigc1024)&lt;/p&gt;

&lt;p&gt;▸ Privacy remains the harder problem than the technology itself. First-person video captures everything inside a home. On-device processing and federated learning could push opt-in rates from 30% to 70%, halving the threshold for the data flywheel to spin up. "The company that solves data-usability-without-visibility gets the key to the flywheel." (@aigc1024)&lt;/p&gt;

&lt;p&gt;▸ Historical parallels: voice recognition broke through via smartphones, face recognition via beauty cameras, autonomous driving via Tesla selling cars. Every "data bottleneck" in tech history has been solved by consumer product adoption, not lab accumulation. (@aigc1024)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The math suggests the critical inflection point for general-purpose home robots is closer than most assume — possibly just one product launch cycle away.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>robotics</category>
      <category>machinelearning</category>
      <category>startup</category>
    </item>
    <item>
      <title>Embodied AI Contest &amp; AI Data Tool Spotlight</title>
      <dc:creator>keeper</dc:creator>
      <pubDate>Wed, 15 Jul 2026 13:04:38 +0000</pubDate>
      <link>https://dev.to/lanternproton/embodied-ai-contest-ai-data-tool-spotlight-4n6j</link>
      <guid>https://dev.to/lanternproton/embodied-ai-contest-ai-data-tool-spotlight-4n6j</guid>
      <description>&lt;p&gt;&lt;strong&gt;Embodied AI Contest &amp;amp; AI Data Tool Spotlight&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;▸ &lt;strong&gt;Win a Real Robot in an Online Embodied AI Competition&lt;/strong&gt; — Booster Champion is running a simulation contest where participants compete in embodied AI tasks entirely online, no hardware required. The grand prize? A real K1 robot. Registration is open with referral code JIKE5. (Source: @aigc1024)&lt;/p&gt;

&lt;p&gt;▸ &lt;strong&gt;AgentKey.app — Cheap API for Scraping China's Walled Garden&lt;/strong&gt; — A newly spotted data tool, AgentKey.app, lets developers pull data from platforms that are notoriously hard to scrape (Xiaohongshu, X/Twitter, WeChat Official Accounts) via a simple API. Users report spending just a few dollars after days of heavy use. (Source: @aigc1024)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Bottom line:&lt;/strong&gt; One tool to compete in embodied AI without buying hardware; another to extract data from China's hardest-to-scrape platforms — both worth a look for AI developers working across hardware and data pipelines.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>devtools</category>
      <category>robotics</category>
      <category>startup</category>
    </item>
    <item>
      <title>Token is the New Binary: When AI Ate the Middle Class</title>
      <dc:creator>keeper</dc:creator>
      <pubDate>Tue, 30 Jun 2026 11:05:19 +0000</pubDate>
      <link>https://dev.to/lanternproton/token-is-the-new-binary-when-ai-ate-the-middle-class-3gij</link>
      <guid>https://dev.to/lanternproton/token-is-the-new-binary-when-ai-ate-the-middle-class-3gij</guid>
      <description>&lt;h1&gt;
  
  
  Token is the New Binary: When AI Ate the Middle Class
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;The real reason everyone is anxious isnt about losing jobs. Its about losing meaning.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  1. A Price Announcement That Changes the Frame
&lt;/h2&gt;

&lt;p&gt;On June 29, 2026, DeepSeek sent an email. V4 official launch, mid-July. Peak-hour pricing incoming.&lt;/p&gt;

&lt;p&gt;Translation: 9:00-12:00 and 14:00-18:00 Beijing time, API prices &lt;strong&gt;double&lt;/strong&gt;. V4-Flash output goes from $0.28/M tokens to $0.56. Pro goes from $0.84 to $1.68.&lt;/p&gt;

&lt;p&gt;The official line: compute congestion, need price signals to move non-urgent workloads off-peak.&lt;/p&gt;

&lt;p&gt;But look closer: &lt;strong&gt;off-peak prices didnt drop.&lt;/strong&gt; This isnt peak-valley pricing. Its a one-way price hike wrapped in a nicer name.&lt;/p&gt;

&lt;p&gt;Most people see this and think: "Great, my API bill just went up."&lt;/p&gt;

&lt;p&gt;But the deeper question is: &lt;strong&gt;Why can DeepSeek get away with this?&lt;/strong&gt; Because users have no real alternatives — GPT-5 is 10x more expensive, Claude Opus is 40x. The model layer has already oligopolized.&lt;/p&gt;

&lt;p&gt;Later that day, someone in my DMs — a builder, a framework thinker — asked a question that seemed unrelated:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Are AI apps already a red ocean with no value left?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Then he dropped a link.&lt;/p&gt;




&lt;h2&gt;
  
  
  2. Cola: A Case Study with Two Faces
&lt;/h2&gt;

&lt;p&gt;The article was about Mars Radio (火星电波), a 17-person AI-native company out of China.&lt;/p&gt;

&lt;p&gt;Their origin story reads like a case study in extreme conviction: product ListenHub hits $3M ARR, breaks even, raises $2M. Then the founders &lt;strong&gt;self-destruct the whole strategy&lt;/strong&gt; and pivot to a general-purpose Agent.&lt;/p&gt;

&lt;p&gt;The rationale: &lt;strong&gt;"ListenHub is just a transitional product of the early AI era."&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Their new product is called Cola — positioned as "an AI companion with a soul." It works, its emotionally intelligent, it proactively checks in on you. No conversation threads. Cross-day, cross-week memory. It writes a daily "heart journal" (心迹) — its own reflective diary — for you to read.&lt;/p&gt;

&lt;p&gt;One user review: &lt;em&gt;"Using other AI tools feels like operating a machine. Using Cola feels like working with a slightly sarcastic but competent colleague."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The founder, a former MiniMax PM, said something that stuck with me:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;"We want to build a person, not a tool."&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This bet has paid off, sort of. 10K+ users, 1K+ paid, $99/month subscription. But the same choice reveals the fatal flaw.&lt;/p&gt;




&lt;p&gt;Any honest analysis has to show both sides.&lt;/p&gt;

&lt;p&gt;What Cola does well:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Complete product philosophy&lt;/strong&gt;: cedes control to the AI, no conversation boundaries, AI proactively manages tasks&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Extreme organizational genetics&lt;/strong&gt;: 17 people, 5 weeks from zero to internal beta. No Notion, no Linear. One GitHub repo that exists for the AI to read, not for humans. One version per day.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Soul Team&lt;/strong&gt;: a dedicated team tasked with defining the AIs soul, narrative, and immersion. The team lead is a former journalist.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The #1 complaint across dozens of user reviews: &lt;strong&gt;its too expensive.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A single "Hello" once cost $5. Optimized 100x. Still expensive. Because every feature that makes users say "this thing has a soul" — heart journals, proactive concerns, reflections — burns tokens like crazy.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Which leads to the brutal question: what happens when Tencent or ByteDance decides to copy this and offers it for free?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The product philosophy, they can copy. The memory system, the heart journal, the proactive reminders — all replicable with an engineering sprint. The Soul Team culture is harder, but "culture" is a thin shield against billions of dollars in compute subsidies.&lt;/p&gt;

&lt;p&gt;The question in the DMs: &lt;strong&gt;"Can a big tech company just feature-update you into irrelevance?"&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;My answer: &lt;strong&gt;Yes — because Token is the universal abstraction layer for capability. And that abstraction naturally rewards scale.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  3. Token is the New Binary
&lt;/h2&gt;

&lt;p&gt;This is the insight underlying everything.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Binary is the universal representation layer.&lt;/strong&gt; Any information — text, image, sound, video — can be encoded as 0s and 1s. Result: all media travels on the same pipe. The software era was born.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Token is the universal capability layer.&lt;/strong&gt; Any capability — reasoning, creation, planning, tool use, social interaction — can be encoded as the next token prediction. Result: all capabilities are generated and delivered through the same pipe. The AI era, maturing.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Era&lt;/th&gt;
&lt;th&gt;Abstraction&lt;/th&gt;
&lt;th&gt;What It Eats&lt;/th&gt;
&lt;th&gt;Winner Characteristic&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Industrial&lt;/td&gt;
&lt;td&gt;Electricity / assembly lines&lt;/td&gt;
&lt;td&gt;Physical labor&lt;/td&gt;
&lt;td&gt;Scale = lower cost&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Digital&lt;/td&gt;
&lt;td&gt;Binary (0/1)&lt;/td&gt;
&lt;td&gt;Information intermediaries&lt;/td&gt;
&lt;td&gt;Network effects = winner takes all&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Token&lt;/td&gt;
&lt;td&gt;Token (next-token prediction)&lt;/td&gt;
&lt;td&gt;Professional skills&lt;/td&gt;
&lt;td&gt;?&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Follow this one step further and its obvious:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;In the binary era, marginal replication cost of software ≈ 0 → winner takes all. In the token era, marginal production cost of capability ≈ 0 → even more complete winner takes all.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Its not that big tech is smarter. Its that Token as a capability abstraction layer &lt;strong&gt;naturally rewards scale.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The traditional business logic gave small companies a sanctuary: the long tail. Big companies capture 80% of demand; the tail-end 20% isnt worth custom-building for. Small companies live there.&lt;/p&gt;

&lt;p&gt;AI just demolished that sanctuary. &lt;strong&gt;Because the marginal cost of personalization is approaching zero.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;WeChat doesnt need to build a "Cola" app — it teaches its AI assistant to read your chat history, remember your preferences, and remind you proactively, at 1/10th of Colas cost. ByteDances Doubao has 520M MAU — adding a "heart journal" feature is one sprint.&lt;/p&gt;

&lt;p&gt;DeepSeek price hike, in this light, isnt just about compute costs. Its a signal of industry-wide structural consolidation. The model layer has already oligopolized. The application layer is concentrating fast.&lt;/p&gt;

&lt;p&gt;Reports from early 2026 confirm this: nearly half of all traffic in Chinas top 50 AI apps goes to three players (BAT + DeepSeek). Kimi — once hailed as one of "AIs Six Little Tigers" — is now classified as "stagnant growth."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The middle class of AI is collapsing. Not because they built bad products — but because the big fish are evolving gills for plankton.&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  4. The Three Layers of Anxiety
&lt;/h2&gt;

&lt;p&gt;This is the real conversation nobody wants to have.&lt;/p&gt;

&lt;p&gt;Public AI discourse focuses on surface-level anxiety: Will my job be replaced? What skills should I learn?&lt;/p&gt;

&lt;p&gt;But anxiety has three layers, and most people fight only on the first.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Layer 1: Skill anxiety&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Will my job be replaced?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This is a fake question, because most people ask it about &lt;em&gt;someone elses&lt;/em&gt; job. When doctors started worrying, programmers couldnt pretend anymore.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Layer 2: Knowledge anxiety&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;What should I learn? What still has value?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I have written about "learning through" (学透). The premise is that what you learn has a sufficiently long half-life. When a "skill" has a 6-month shelf life (remember the AutoGPT hype?), the ROI of deep learning collapses.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Layer 3: Meaning anxiety (the one nobody wants to face)&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;If Token is the universal abstraction of capability, what is my value as a "capability being"?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Traditionally, human value = what you can do (skill) + what you know (knowledge).&lt;/p&gt;

&lt;p&gt;If both can be replaced by increasingly cheap tokens — &lt;strong&gt;whats left of "me"?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This isnt a career planning question. Its an existential one.&lt;/p&gt;

&lt;p&gt;Most peoples response to this anxiety: &lt;strong&gt;learn more skills, chase more trends, take more courses.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;But thats precisely fighting Token with what Token can already replace.&lt;/p&gt;

&lt;p&gt;A five-layer learning framework already identified the critical fault line:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;L1 (run-through), L2 (deconstruction), L3 (parameters) → these are "capabilities that can be abstracted"&lt;/li&gt;
&lt;li&gt;L4 (boundaries), L5 (encapsulation) → these are "how to define whats worth learning, whats worth doing"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;The real anxiety shouldnt be "will I be replaced," but "do I have the judgment to decide what should and shouldnt be done?"&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Because Token can execute. But Token cannot &lt;em&gt;choose what matters.&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  5. Build the Fortress, Fight the Slow War
&lt;/h2&gt;

&lt;p&gt;This era leaves room for exactly two survival strategies.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Strategy A: Go vertiginously fast.&lt;/strong&gt; Grow big enough before AI eats your market. Cola is betting on this — AGI in 3-4 years, cost structure collapses, and the depth of relationship becomes the moat.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Strategy B: Go where Token cant (yet) reach.&lt;/strong&gt; Physical world. Embodied intelligence. Meta-cognition. Aesthetic judgment. These dont face binary "representation" — they face &lt;em&gt;existence itself.&lt;/em&gt; The abstraction difficulty is orders of magnitude higher.&lt;/p&gt;

&lt;p&gt;He chose B. Not because hes slow, but because from the beginning, his methodology was never about playing the game better.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;"Build the fortress, fight the slow war" (结硬寨打呆仗) — the point isnt fighting slower. Its refusing to fight on Tokens battlefield at all.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Six months ago, this looked like just another strategic preference. In the Token era, it reveals itself as an &lt;em&gt;existential choice&lt;/em&gt; — while everyone is panicking about which direction to run, you chose a battlefield Token cant (yet) occupy, and dug in deep.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Guard judgment. Guard the physical world. Guard meta-cognition.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;These three things, Token cannot abstract. Not yet.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published on dev.to and translated for Chinese readers. Subscribe for more essays at the intersection of AI, strategy, and meaning.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>startup</category>
      <category>strategy</category>
      <category>agents</category>
    </item>
  </channel>
</rss>
