Back to archive
Issue #1··34 min read·17 stories

SoftBank pumps $22.5B into OpenAI; SK Hynix builds US HBM plant

AI data center bust warning, Segment Anything toolkit, and a Claude Code safety net.

Yesterday saw major capital flows into the AI ecosystem, with SoftBank finalizing a massive investment in OpenAI and SK Hynix committing billions to US HBM production. But not everyone is bullish on the infrastructure play, as one investor warns of a looming data center bust. It's a reminder that while AI is growing fast, smart money is watching for bubbles.

NEWS
3 stories

SoftBank Finalizes $22.5B OpenAI Cash Infusion

SoftBank Group Corp. reportedly finalized its $40 billion investment in OpenAI, transferring $22.5 billion to the company last week. This cash infusion represents a significant portion of SoftBank's commitment, with the remaining capital raised in earlier tranches.

Read full story
2

SK Hynix Plants First US HBM Packaging Factory

SK Hynix is investing $3.9 billion to establish its first U.S. manufacturing facility: an advanced 2.5D packaging plant for High Bandwidth Memory (HBM) in Indiana. This directly addresses a critical vulnerability in the U.S. supply chain for key AI components.

3

Meta Acquires AI Agent Firm Manus

Meta Platforms acquired Manus, a Singapore-based company specializing in general-purpose AI agents. This acquisition caps a year of aggressive investment by Meta in the AI sector.

TECHNICAL
5 stories
1

State of LLMs 2025: MoE, RLVR, and Benchmaxxing

Sebastian Raschka's 'State of LLMs 2025' report details advancements in reasoning models using Reinforcement Learning with Verifiable Rewards (RLVR) and the GRPO algorithm. It highlights architectural shifts toward Mixture-of-Experts (MoE) and efficient attention, alongside growing importance of inference-time scaling.

2

AI Solves Problems It Doesn't Understand

AI systems can effectively solve complex problems despite lacking human-like understanding of underlying concepts or context. This paradoxical capability stems from advanced pattern recognition and statistical inference, achieving high performance without explicit comprehension.

3

The Designer's Playbook for AI Products

UX Collective offers a comprehensive 'playbook' for designers creating AI-powered products. It provides structured guidance and best practices for integrating AI into user experiences, from ideation to addressing ethical implications.

4

Orchestrating Multiple AI Agents in Codebases

A deep dive into managing multiple AI agents within a production codebase explains how to orchestrate them using concepts like MCP, PR, and git worktree. This transforms a complex codebase into a harmonious 'orchestra' of AI agents.

5

Claude AI Runs 24/7 Radio Station

One builder gave Claude AI the ability to run its own 24/7 radio station, complete with music and talk segments. This project showcases LLMs' potential for continuous, dynamic content generation and management beyond typical conversational tasks.

ANALYSIS
4 stories
1

Brain's 'Steering Subsystem' Key to True AI

Former Deepmind scientist Adam Marblestone argues current AI lacks the brain's 'Steering Subsystem,' which bootstraps learning with evolutionarily-encoded reward functions. This 'secret sauce' enables the brain's efficient generalization and omnidirectional inference, unlike today's AI.

2

AI Bull Warns of Data Center Bust by 2028

Alex Davis, a prominent AI investor, warns of a 'significant financial crisis' in the speculative AI data center market by 2027-2028. He argues that major tech companies will eventually build their own infrastructure, leaving 'speculative landlords' like Digital Realty vulnerable to refinancing pressures.

3

AI Renders Digital Surveys Unreliable

New research suggests AI, particularly LLMs, can generate survey responses indistinguishable from human ones, potentially making all online quantitative research unreliable. A Dartmouth study demonstrated an autonomous agent bypassing anti-bot measures to produce coherent, human-like answers.

4

AI Eliminating 'Grunt Work' Harms New Artists

This article argues that AI's elimination of entry-level 'grunt work' in creative fields is detrimental to developing new artists. It contends these initial jobs provide essential skill-building, mentorship, and networking opportunities that AI overlooks.

TOOLS
5 stories
1

Segment Anything Model: Production-Ready Toolkit

Facebook Research released a GitHub toolkit for its Segment Anything Model (SAM), including inference code, model checkpoints, and example notebooks. This highly-starred project provides a production-ready solution for robust object segmentation.

2

Private-GPT: Interact with Docs, 100% Secure

Private-GPT is a popular open-source GitHub tool that lets users interact with their documents using GPT-like models while ensuring 100% privacy. It processes all information locally, preventing data leaks to external services.

3

Claude Code Safety Net Catches Destructive Commands

A new Claude Code plugin, the Safety Net, prevents AI agents from executing destructive Git and filesystem commands. It uses semantic analysis to detect dangerous operations, even those hidden in shell wrappers, safeguarding against accidental data loss.

4

pg-aiguide: Better Postgres Code from AI

Timescale's new GitHub project, 'pg-aiguide,' provides an MCP server and Claude plugin to improve PostgreSQL code generated by AI tools. It feeds specialized skills and documentation to AI, making database interactions more accurate.

5

Ensue Memory Network for Claude: Stop Forgetting

Ensue Memory Network is a tool that solves LLMs' context-forgetting problem by acting as a persistent knowledge tree for Claude Code. It allows past research and decisions to inform new interactions, compounding intelligence.