Back to archive
Issue #12··18 min read·9 stories

Big Tech's AI Moves: Apple signs Gemini deal

Agent safety, LLM randomness, and a new CLI for models. Plus: Google & Apple talk AI.

Yesterday saw the release of `simstudioai/sim`, an open-source platform to build and deploy AI agent workflows, giving builders more control over their agent development. LLMs also struggle to generate truly random numbers from statistical distributions, a specific limitation if you're building probabilistic systems. The 'Have-Lots' analysis yesterday offers context on how compute and talent resources concentrate in the AI rush, relevant for infrastructure planning and fundraising.

NEWS
2 stories
2

Ofcom Investigates X, Grok AI Over CSAM

UK regulator Ofcom opened a formal investigation into X under the Online Safety Act following reports about Grok-generated child sexual abuse material. Ofcom will assess X's compliance with content safety duties.

TECHNICAL
3 stories
1

Agent safety: enforce tool use via an external deterministic gateway (the ‘box’)

Brooker argues for an external "box" approach to AI agent safety, using a deterministic control layer outside the agent that strictly limits its tool access and actions. This method prioritizes secure execution environments and fine-grained policy enforcement over internal alignment, aiming for verifiable control regardless of agent reasoning or prompt injections.

ANALYSIS
2 stories
2

Willison: LLM-Ported Code Needs Licenses

Simon Willison says he treats code ported by LLMs as a derivative work, retaining original licenses and copyright. He also suggests labeling AI-generated code as "alpha slop" until it's production-tested, and advises builders to retain LICENSE and NOTICE files, preserve copyright headers, and document provenance.

TOOLS
2 stories
1

SimStudioAI "sim" Builds Agent Workflows

SimStudioAI released "sim," an open-source platform for building and deploying AI agent workflows. It features a visual canvas to connect agents, tools, and blocks, allowing instant execution. Copilot generates nodes from natural language, and it offers optional vector-store grounding. Builders can self-host via Docker.

2

`simonw/llm` Puts LLMs on Your CLI

Simon Willison's `llm` tool is a CLI and Python library that lets you talk to large language models directly. It features a plugin ecosystem for many providers and local models, stores prompts and responses in SQLite, and supports embeddings and tool execution.