LLMFeeder - one-click web page to clean markdown
Browser extension that converts the current page to clean markdown and copies it to the clipboard for pasting into an LLM. Stripped of nav, ads, and chrome.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Related entries
llm-openai-via-codex - reuse a Codex subscription as an LLM backend
Simon Willison's plugin for the `llm` CLI that routes calls through an existing OpenAI Codex subscription. Lets you use Codex-tier models from any `llm`-aware tool.
AgentFM - SETI@home for local LLMs
Single Go binary that turns idle home GPUs into a peer-to-peer compute grid for LLM and AI workloads. Decentralized inference instead of renting from a cloud.
unclog - find and fix Claude Code context bloat
CLI that scans ~/.claude for MCPs, skills, hooks, and CLAUDE.md files, shows how many tokens each consumes before you type, and lets you remove items with reversible snapshots.
wuphf - Karpathy-style LLM wiki for agents
Local wiki layer where agents read and write Markdown under git, indexed with bleve (BM25) and SQLite. Designed so context compounds across sessions instead of being re-pasted.