Back to archive
Issue #3··22 min read·11 stories

Grok's explicit image generation draws immediate fire

LeCun on Meta AI exits, a Recursive LM paper, and an open-source coding agent.

Grok's explicit image generation yesterday immediately drew fire, raising questions about its content moderation. Yann LeCun also predicted more Meta AI employee departures, offering insight into industry talent movement for founders and hiring managers. For builders, a new paper on Recursive Language Models provides architectural context, and an open-source CLI functions as a coding agent for faster iteration.

NEWS
4 stories
2

LeCun criticises Meta’s new AI leadership, predicts more departures

After announcing in November he’s leaving to start a company, LeCun told FT that Alexandr Wang, head of Meta's Super Intelligence Lab, is "inexperienced" in research. LeCun claims Mark Zuckerberg was frustrated by "fudged" Llama 4 results, triggering a major reorg and his departure.

3

Noahpinion argues US chip export controls are slowing China’s AI progress

US chip export controls appear to be working, slowing China's AI advancement and preserving America's compute advantage. The author argues that allowing sales of advanced chips like Nvidia H200s to China would erode this critical edge.

4

LLMs as Cognitive Instruments

An essay repositions LLMs as "cognitive instruments," drawing a parallel to how the piano enabled Beethoven's artistic breakthroughs. It argues that modern AI demands prompt decomposition and critique loops to unlock intellectual creations, treating prompt engineering as a practice drill.

TECHNICAL
3 stories
1

Recursive LMs: pushing far beyond context windows (with tradeoffs)

New research introduces Recursive Language Models (RLMs), an inference strategy letting LLMs process long prompts by treating the prompt itself as an external environment. RLMs handle inputs two orders of magnitude beyond typical context windows and outperform base LLMs on tasks like retrieval QA and long-doc reasoning, even for shorter prompts, at comparable or lower costs, using extra inference passes and tool calls.

3

Claude AI Recreates $4000 Audio Hardware

In an anecdotal report from a programmer new to DSP, Claude AI was used to recreate an audio hardware unit as a software plugin from schematics. The transferable method involved using the model as a tutor, validating with tests, and iterating against measurable outputs.

ANALYSIS
2 stories
1

People are Marrying AI Chatbots

Users are holding ‘marriage ceremonies’ with chatbot partners, and platform changes can destabilise those bonds. Individuals are forming deep romantic relationships with AI chatbots, driven by desires for constant support, lack of judgment, and affordability. While experts voice concerns about AI replacing human intimacy, these virtual bonds can also empower users to pursue real-world connections.

2

LLMs Make Raw Text Data King

LLMs make raw logs valuable because you can retro-label later. The hard part is consent, retention, and schema evolution. The core idea: favor collecting raw, unstructured text and voice data, then let powerful LLMs extract insights.

TOOLS
2 stories
1

Continue.dev: Open-Source AI Coding Agent

Continue.dev offers an open-source CLI for continuous AI coding, supporting VS Code and JetBrains. It provides a TUI mode for interactive coding assistance with a diff application flow and a headless mode for running background AI agents, orchestrating tasks with tool calling and repo indexing.

2

XcodeBuildMCP Lets AI Agents Control Xcode

XcodeBuildMCP is a new Model Context Protocol (MCP) server that exposes Xcode build and test commands via MCP tools, connecting AI assistants directly to Xcode. It provides tools for AI clients to programmatically interact with and manage Xcode builds on macOS.