LLM Infrastructure and Tooling: Routing, Profiling, Pilot Apps
Learn how OpenRouter failover hides provider chaos, why SDPA kernel choice reshapes performance, and how ATL Saathi drafts curriculum.
Back to Feed
The latest updates focus on optimizing agentic workflows and evaluating open-source model performance. OpenRouter introduces specific configuration requirements for the OpenAI Codex CLI, while Hugging Face releases a benchmarking harness designed to measure agent efficiency across different library revisions. In parallel, new open-weight models like GLM-5.2 are challenging existing leaderboards, and OpenAI demonstrates the practical application of autonomous AI in medicinal chemistry research.
~/.codex/config.toml.model_provider = "openrouter", a specific base_url, and the critical wire_api = "responses" setting.openai/gpt-5.3-codex) to avoid model_not_found errors.agent-eval, a tool to measure agent effort (tokens, time, errors) rather than just final accuracy.transformers across different model sizes and revisions using bare, clone, and skill tiers.transformers reduced work for large models but increased token usage for smaller models cloning the repo.