Tag
DSPy 3.4 release candidate is announced, moving off litellm to improve import speed and reduce dependencies.
The blog post explores the rationale and benefits of designing specialized tools for LLMs instead of allowing them to use general-purpose human tools, emphasizing how LLMs' unique requirements and capability restrictions could enhance their power.
A tweet endorsing ProgramAsWeights as a working replacement for regex, demonstrating an email validation function compiled from natural language.
Simon Willison introduces smevals, a small eval suite from Prime Radiant for evaluating models, prompts, and harnesses, with commands to run evals, grade results, and serve static HTML reports.
The article discusses three unexpected problems when running multiple coding agents in parallel: conflicts over shared working tree, runtime collisions (database, ports), and difficulty detecting stuck agents. Solutions include using per-agent git worktrees, isolated runtimes, and monitoring remaining gap metrics.
The article describes giving an AI coding agent a deterministic architecture linter that checks Event Storming diagrams for mechanical gaps and open questions, ensuring the agent doesn't fake completion.
The article argues that the harness (agent framework) is now more critical than the model itself, demonstrating with Cline's tests showing performance differences from reasoning budget adjustments. Cline introduces ClinePass, a subscription offering discounted access to multiple open-weight models within their harness.
A detailed article introducing Loop Prompt Engineering, a method to automate prompt optimization by iteratively rewriting prompts based on evaluation against a dataset, with emphasis on avoiding recursive traps.
The article points out OpenRouter's limitation of not supporting multimodality (image, video, audio) and introduces alternative tools such as claude-code-proxy and CLI Proxy API for forwarding AI requests.
The MCP specification release candidate for 2026-07-28 introduces a stateless core, extensions like MCP Apps and Tasks, improved authorization, and a formal deprecation policy, enabling scalable HTTP infrastructure without sticky sessions.
A Reddit megathread documents 276 real-world use cases of Hermes Agent across 16 categories, showcasing how the community is building autonomous AI systems for development, business, content creation, and more.
A developer argues that llama.cpp deserves first-class support in OSS AI coding tools, criticizing the ecosystem's preference for Ollama and calling for more flexible, endpoint-agnostic integrations.
Hugging Face now lets AI agents invoke 1 million Spaces, turning the hub into a programmable platform where agents can tap any specialized model or app.