DSPy auto-optimizes your prompts against real evals while researchers prove AI worms no longer need the cloud.
Top Signal
DSPy auto-optimizes SQL agent prompts against real evals — Simon shows the workflow
workflow
Simon Willison
At the AI Engineer World's Fair, Simon Willison ran a live experiment using DSPy to evaluate and improve Datasette Agent's SQL generation system prompts. The workflow is the signal: define a measurable metric (query success rate), build a small eval set of known-good examples, run DSPy's MIPROv2 optimizer — it rewrites your system prompt automatically. Full research notebook is on GitHub. This matters because most builders still hand-tune prompts via vibes and gut-checks. DSPy treats prompt engineering as an optimization problem: metric + eval set → better prompt, no manual iteration required. Actionable today: if your agent has any binary success signal (SQL executes or fails, structured output validates or doesn't, test passes or not), you have everything needed to run this. Highest value for SQL agents, RAG pipelines with measurable retrieval quality, and any structured-output task where precision is verifiable.
Read more →
Fast Signals
Researchers build self-replicating AI worm running entirely on local open-weight models
emerging signal
r/LocalLLaMA
A research team demonstrated an AI worm that self-replicates using only local open-weight models — no cloud API, no rate limits, no API keys to revoke. The worm uses LLMs for its own propagation logic. If your agent pipeline ingests external content (emails, files, web pages, tool outputs), this attack surface is now real and fully offline. Audit what your agents consume and trust.
Link →
TencentCloud/CubeSandbox: instant concurrent sandboxes for agent code execution
new tool
GitHub Trending
Tencent open-sourced CubeSandbox — lightweight, concurrent, isolated sandboxes designed specifically for AI agents that need to execute untrusted code. Instant startup, full lifecycle control, built for scale. If you're building any agentic system that runs generated code, this is a production-grade security boundary you can drop in today.
Link →
slopo: semantic code duplication detection via embedding models
new tool
HN Show
CLI tool that finds non-exact code duplication using embeddings — catches refactored copies, renamed functions, and structurally identical logic that string-matching misses entirely. Directly useful for auditing AI-generated codebases where agents routinely reproduce logic with minor variations. Install and run against any repo.
Link →
Kimi K2.7 Code is GA in GitHub Copilot
platform change
r/LocalLLaMA
Moonshot's Kimi K2.7 Code model is generally available in GitHub Copilot, adding a strong coding-specialized alternative to GPT-4o and Claude inside the mainstream developer tool. Kimi K2 has benchmarked competitively at lower cost than frontier models. If you're building on the Copilot API or evaluating coding models for your toolchain, this is a new option to test.
Link →
allenai/olmocr trending: best open-source PDF → LLM linearization toolkit
new tool
GitHub Trending
Allen AI's OlmoCR toolkit for converting PDFs into LLM-ready linearized text is trending today. Handles hard cases: multi-column layout, tables, equations, reading-order reconstruction. If you're building any RAG pipeline or training dataset that ingests PDFs, this is the current open-source gold standard — worth swapping in if you're using ad-hoc extraction.
Link →
google/agents-cli: deploy GCP agents from any coding assistant
new tool
GitHub Trending
Google released an official CLI and skills layer that plugs into Claude Code, Cursor, or any coding assistant and adds GCP agent creation, evaluation, and deployment as natural-language commands. Abstracts Cloud Run, Vertex AI, and Agent Engine setup. If you're shipping on GCP, this removes significant boilerplate from the agent deployment loop.
Link →
Gemma 4 31B hits 255 tok/s in WebGPU — browser inference crosses usability threshold
emerging signal
r/LocalLLaMA
Community dev @xenovacom's WebGPU kernels push Gemma 4 31B to 255 tok/s in-browser. That's fast enough for real interactive applications, not just capability demos. If your product could benefit from zero-latency, zero-API-cost, privacy-preserving inference that runs entirely client-side, the hardware wall just moved significantly.
Link →
Radar
Agents collaboratively maintaining 200+ paper RL wiki
A team set up agents to write and continuously update a living wiki covering 200+ RL-for-LLMs papers, open for community contribution. The agent-as-research-synthesizer pattern is replicable. Worth watching as a blueprint for agent-maintained knowledge bases inside orgs.
Link →
Entropy-based sampling improves creative writing quality at inference time
Dynamic entropy manipulation during sampling measurably improves creative output from local LLMs without changing the model. If your product generates any open-ended content, this is a low-effort inference-time enhancement to test before reaching for a larger model.
Link →
"Understand to participate" — Geoffrey Litt on inspectable agent decisions
Litt's AIE framing: effective human-AI collaboration requires agents to make their decisions legible enough for humans to meaningfully participate. The builder implication is architectural — opaque agent pipelines create a participation gap that erodes trust and utility over time.
Link →
Convergence Watch
zcode
TRENDING
3 mentions across HN Front Page, r/LocalLLaMA, r/LocalLLaMA
ZCode from Z.ai/GLM team is pulling sustained cross-source attention across two days. HN thread hit 123 pts and 180 comments. Positioned directly against Cursor, Claude Code, and Copilot with GLM-5.2 as the backbone. If you're evaluating or building on AI coding tools, this warrants a hands-on test this week.
gemma 4 31b
4 mentions across r/LocalLLaMA
Community has adopted Gemma 4 31B as a platform for experimentation — extending to 44B via block duplication, rebuilding as 26B with SWA layer ablations, fine-tuning for copywriting (+290 Elo), and running at 255 tok/s in WebGPU. The model is becoming a community R&D substrate more than a static checkpoint.