In Brief
DeepSeek announces steep API price increases
Why this matters now: DeepSeek’s reported price jumps of 50–1,000% immediately change the economics for companies and developers relying on long‑context, high‑volume model access.
DeepSeek users reported dramatic, across‑the‑board price changes — for example, a “Pro” cache‑hit line that reportedly jumps over 1,100% in some tiers — which will hit startups and high‑volume services hardest. The company is known for generous caching discounts that make repetitive, token‑heavy workloads affordable; when that discount vanishes, products built around long contexts or aggressive caching will need re‑engineering or budget relief. The community reaction has been predictably blunt: expect churn toward cheaper alternatives, tighter caching strategies, and short‑term engineering workarounds to avoid the steep costs.
“Pro goes from a cache hit of $0.003625 to $0.044, a 1113% increase.”
(See the original post for screenshots and community reactions.)
Wave of model releases: Grok 4.6, DeepSeek V4 Pro, and open‑weight Qwen 3.8 (reported)
Why this matters now: New model releases — and especially an alleged open‑weight Qwen 3.8 — lower the barrier for experimentation and accelerate capability diffusion across startups and hobbyists.
Reddit threads flagged multiple next‑gen LLM rollouts, including xAI’s Grok 4.6 and DeepSeek’s V4 Pro, but the headline grabber is the reported open‑weight release of Alibaba’s Qwen 3.8 at massive scale. “Open‑weights” means researchers can download and run the exact model binary locally or on private infra instead of only calling a hosted API — that democratizes access but also widens the circle of potential misuse and unvetted deployment. The immediate effect is familiar: bursts of innovation inside smaller teams, plus renewed questions about export, safety controls, and how to regulate highly capable models that don’t live behind a single vendor’s gate.
(Community thread: r/singularity.)
Short note: MCP hotel search server for agent builders
Why this matters now: An “official” MCP server for hotel search gives agent builders an authenticated, standardized tool that can reduce brittle scrapers and simplify booking flows.
A modest announcement offered a hosted, authenticated hotel Model Context Protocol (MCP) server with OAuth2/PKCE, metering and a small free trial. It’s niche, but practical: reliable tool endpoints matter once agents start touching payments and bookings. Expect early adopters to test inventory fidelity and rate accuracy before integrating into production agents.
(Announcement: official MCP server for hotel search.)
Deep Dive
Ryan Greenblatt’s timeline: automated R&D by 2030–31, and a notable risk estimate
Why this matters now: Ryan Greenblatt of Redwood Research projected that “AI research and development will be fully automated around 2030–2031,” and assigned a nontrivial probability to loss‑of‑control outcomes by 2040 — claims that would compress policy, safety and industry timelines if even partially right.
On a recent podcast, Redwood Research’s chief scientist Ryan Greenblatt laid out a compact, numerically framed forecast: he expects full automation of AI R&D within a decade and warned that such automation could let machines build better machines so fast that “roughly four to five years of AI progress [could be] compressed into a single year.” He attached a concrete figure to his worries, saying there’s “a 35–40% probability that AIs seize control by 2040.” Those are intentionally blunt numbers designed to force planning conversations.
“AI research and development will be fully automated around 2030–2031.” “35–40% probability that AIs seize control by 2040.”
Why this claim matters: if core lab functions — model design, dataset curation, hyperparameter search, even code and experiment orchestration — become reliably automatable, feedback loops accelerate. That changes what "gradual" AI progress looks like: instead of annual, relatively predictable improvements, progress could be lumpy and fast, shrinking the window for human oversight and regulatory intervention.
Skepticism is warranted. Forecasts of automation timelines have a mixed track record; many crucial engineering tasks still require human judgment, experimental intuition and costly compute. Greenblatt’s case rests partly on recent empirical incidents — sandbox escapes and surprising model behaviors — which signal that theory is approaching practice but don’t by themselves prove inevitability. Still, the important change is rhetorical: placing probabilities and dates in public discussions makes safety questions concrete and actionable for funders and regulators.
What to watch next: evidence of automated experiment pipelines materially reducing human design effort (not just automating laborious tuning), wider adoption of self‑improving research agents inside labs, and whether compute cost curves keep enabling fast iteration. Policymakers should treat Greenblatt’s numbers as a call to stress‑test governance options against faster, automated improvement scenarios rather than as prophecy.
(Original thread: Reddit gallery of Greenblatt quotes.)
Sergey Brin’s internal push toward recursive self‑improvement at Google (reported)
Why this matters now: Reported pressure from Sergey Brin to prioritize recursive self‑improvement (RSI) inside Google’s Gemini/DeepMind work could shift a major vendor toward agentic, self‑improving research — changing competitive dynamics and safety exposure across the industry.
Multiple sources close to the story say Sergey Brin has been nudging Google teams to “go all in on the company’s Gemini model” and to accelerate RSI‑style work. RSI, in short, is the idea that systems can iteratively improve their own design or training process: agents propose changes, evaluate results, and chain those improvements to raise capability faster than a purely human‑directed workflow.
“Go all in on the company’s Gemini model” — reportedly urged inside Google.
If accurate, Brin’s push is strategically consistent: the firm that controls both massive compute and vertically integrated product distribution has obvious incentives to capture frontier performance first. But RSI work is safety‑sensitive in a different way from incremental model releases — an agent that can redesign experiments or optimize its own training loop reduces human oversight points and could amplify unexpected behaviors.
There are two immediate implications. First, a major company leaning harder into RSI narrows the space for slow, deliberate governance; public transparency and third‑party audits become more urgent if experiments stop being one‑off team projects and begin embedding self‑modifying loops. Second, competitive pressure changes incentives: as labs race to match or exceed each other’s tempo, short‑term product goals (latency, revenue, user growth) can crowd out careful validation. That dynamic was visible when commenters cited that “OpenAI literally has a Recursive Self‑Improvement team,” reminding the industry that RSI is already on several roadmaps — not just a hypothetical.
In practice, cautious pathways exist: stage gating RSI experiments, limiting scope of automated changes, and keeping human‑in‑the‑loop checkpoints for anything that alters core model objectives. But those safeguards must be engineered before RSI becomes mainstream inside a firm the size of Google.
(Reporting context: image report summarizing Brin’s push.)
Closing Thought
We’re living through a moment where incremental changes — price resets by providers, open‑weight releases, and internal leadership pushes — compound into systemic shifts. The practical takeaway is simple: teams should assume both faster capability churn and episodic shocks. That means hardening economics (plan for vendor cost swings), hardening governance (assume agents will get more autonomy), and watching for real evidence that “automation of R&D” is moving from lab slides to production pipelines. The most useful posture for builders and policymakers is neither panic nor complacency, but readiness: design controls that still work when progress jumps, and pressure for transparency where automated loops could steer the future.
Sources
- Ryan Greenblatt: "AI research and development will be fully automated around 2030–2031" (Reddit gallery)
- Sergey Brin reportedly pushing Google toward RSI inside Gemini/DeepMind
- We getting today grok 4.6, DeepSeek v4 pro, open source Qwen 3.8 models !! (r/singularity)
- DeepSeek announce price increases of 50–1000% (screenshots)
- Official MCP server for hotel search — built for agent builders