llm-echo 0.5a0

Simon Willison's Blog / 5/5/2026

📰 NewsDeveloper Stack & InfrastructureTools & Practical UsageModels & Research

Key Points

  • llm-echo 0.5a0 は、LLM を実際には実行しない「echo」疑似モデルを提供するデバッグ用プラグインとして公開されました。
  • このプラグインは自動テストの作成に有用で、プロンプトをそのまま JSON で返しつつ、推論ブロックを標準エラーに疑似出力します。
  • 新たに「-o thinking 1」オプションが追加され、LLM 0.32a0 以降での挙動テストを助けます。
  • 例として、uvx を使って llm==0.32a1 と llm-echo==0.5a0 を組み合わせ、-m echo と -o thinking 1 を指定して動作させる手順が示されています。
Sponsored by: MongoDB — Join MongoDB.local London 2026 on 7 May to learn how teams move AI from prototype to production.

5th May 2026

Release llm-echo 0.5a0 — Debug plugin for LLM providing an echo model
  • New -o thinking 1 option to help test against LLM 0.32a0 and higher.

This plugin provides a fake model called "echo" for LLM which doesn't run an LLM at all - it's useful for writing automated tests. You can now do this:

uvx --with llm==0.32a1 --with llm-echo==0.5a0 llm -m echo hi -o thinking 1

This will fake a reasoning block to standard error before returning JSON echoing the prompt.

Posted 5th May 2026 at 1:31 am

This is a beat by Simon Willison, posted on 5th May 2026.

llm 595

Monthly briefing

Sponsor me for $10/month and get a curated email digest of the month's most important LLM developments.

Pay me to send you less!

Sponsor & subscribe