cd/sources/coles-auto-discovered· home sources Coles (auto-discovered)
cat /sources/coles-auto-discovered.feed | wc -l → 15

Coles (auto-discovered)

articles 15 domain coles.codes → feed RSS
00:00
2026-08-02
coles.codes
developer-tools

herdr vs cmux, after two months on each

After two months on each, developer herdr 0.7.4 and cmux 0.64.x differ mainly in architecture: herdr runs on the server and attaches via SSH, while cmux is a macOS app with a new SSH daemon. The autho…

00:00
2026-07-19
coles.codes
ai-agents

Where I run my coding agents, and why it depends on the box

Developer Simon Willison runs coding agents Pi and Claude Code on a MacBook Pro with permissions on and on disposable Dell OptiPlex micros with scoped credentials and no personal keys, arguing that th…

00:00
2026-07-17
coles.codes
ai-agents

Designing MCP tools for agents

MCP servers should expose separate tools with precise names and descriptions rather than a single generic tool, according to a guide on designing MCP tools for agents. The approach helps models choose…

00:00
2026-07-14
coles.codes
artificial-intelligence

Pydantic AI structured outputs and evals on Bedrock

Pydantic AI structured outputs and evals now support Amazon Bedrock, providing decoder-level guarantees for LLM output shape and content validation. The framework compiles a grammar from a Pydantic Ba…

00:00
2026-07-10
coles.codes
ai-tools

Building and securing MCP servers with FastMCP

FastMCP, a framework for building MCP servers, faces security and access control challenges when connecting to real company data. Developers must address authentication, logging, and tool selection to…

00:00
2026-07-08
coles.codes
ai-agents

Skills or MCP servers: when you need a server

A debate in AI agent development argues that MCP servers are unnecessary for single-user tasks, where simple 'skills'—folders of instructions and scripts—suffice. Skills run in the user's own context …

00:00
2026-07-06
coles.codes
developer-tools

Anchoring specs to code with ast-grep

A developer introduces a method to anchor software specifications to code using ast-grep structural rules instead of file paths and line numbers, preventing spec drift during refactors. The approach u…

00:00
2026-06-18
coles.codes
artificial-intelligence

Breaking In

Employment for software engineers aged 22 to 25 has fallen roughly 20% since late 2022, according to Stanford analysis of 25 million payroll records, as AI tools and a broader recession squeeze entry-…

00:00
2026-06-17
coles.codes
artificial-intelligence

The shapeshifting engineer

AI coding tools are reshaping software engineering, shifting focus from writing code to evaluating what to build and judging output quality. Anthropic's Mythos model found thousands of bugs but patche…

07:01
2026-06-14
coles.codes
large-language-models

Local Models in Mid-2026

Open-weight local language models in mid-2026 have nearly matched frontier performance for everyday tasks, driven by engineering advances in sparse attention and mixture-of-experts architectures. Deep…

14:00
2026-06-11
coles.codes
large-language-models

Local models in mid-2026: the engineering that closed the gap

Local large language models have nearly caught up to frontier models for everyday tasks as of mid-2026, driven by engineering advances in sparse attention and mixture-of-experts architectures that red…

00:00
2026-06-10
coles.codes
developer-tools

Herding parallel agents on a remote box with herdr

Developer Simon Willison reports that herdr, a Rust-based terminal multiplexer, effectively replaces tmux for managing multiple parallel AI agents on remote servers by providing a sidebar that shows e…

00:00
2026-06-07
coles.codes
ai-tools

Building lgtmaybe: a PR reviewer for any model

Developer Matt Coles built lgtmaybe, an open-source PR reviewer that works with OpenAI, Anthropic, OpenRouter, Bedrock, Vertex, or local Ollama models. The tool posts inline comments and summaries on …

00:00
2026-05-30
coles.codes
developer-tools

Projects

Developer Matt Coles has built lgtmaybe, a provider-agnostic PR reviewer supporting six model backends with a single --provider flag, shipping as a PyPI CLI and GitHub Action. He also maintains a home…

00:00
2026-05-30
coles.codes
ai-infrastructure

Friends

Paul Kukiel and Melchi Salins are recommended as valuable resources for their expertise in AWS, Python, AI-assisted coding, and AI infrastructure, with Melchi's KV cache explainer featuring an interac…