Steven Gonsalvez

Software Engineer


CEREBRO


machine-read, human-curated

Claude Code Runtime

Context Rot & Token Economics

GitHub Copilot Agent Stack

MCP Ecosystem

  • Zero-Touch OAuth for MCP now stable — Enterprise-Managed Authorization extension lets orgs centrally manage MCP server auth; Anthropic, Microsoft, and Okta are adopting it so users get single-login access across all connected servers.
  • API to MCP — ProductHunt launch: wraps any REST API as an MCP server for agents without writing glue code.

Agent Frameworks & Skills

  • addyosmani/agent-skills — production-grade skill definitions covering the full define→plan→build→verify→review→ship lifecycle, designed so agents follow senior-engineer workflows consistently.
  • obra/superpowers — composable skill + methodology framework for coding agents; hiring a community engineer, signals this is moving toward an ecosystem.
  • withastro/flue — TypeScript agent harness from the Astro team; imports SKILL.md files as typed modules (with { type: 'skill' }), interesting ergonomic pattern for skill-as-import.
  • BuilderIO/agent-native — framework where UI and agent share one database and state; actions work both by click and by prompt, real-time multiplayer between humans and agents.
  • SnapState — persistent state layer for agent workflows so state survives between runs without custom storage wiring.

Tooling & Analytics

  • kenn-io/agentsview — local-first single binary that aggregates session logs, token spend, and analytics across Claude Code, Codex, and 20+ other agents; no account required.
  • calesthio/OpenMontage — 12 pipelines, 52 tools, 500+ agent skills for agentic video production; worth watching as a large-scale real-world skills deployment example even if video production isn't the use case.

Signals

  1. Claude's WebSearch returns title and URL only, WebFetch routes a 100 KB cut through Haiku 3.5 before the main model sees anything, citation…
  2. GitHub's plan for Agents — Kyle Daigle, GitHub
  3. Follow-up: "it got dumber" is usually context rot, not the model — what I got wrong + 5 fixes
  4. The fix for "Claude forgets everything" wasn't a better prompt — it was accepting that compaction is lossy
  5. chopratejas/headroom: Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Libr…
  6. addyosmani/agent-skills: Production-grade engineering skills for AI coding agents.
  7. kenn-io/agentsview: Local-first session search, analytics, insights, and token use statistics for coding agents, supporting Claude Code, Co…
  8. v2.1.172
  9. Getting more from each token: How Copilot improves context handling and model routing
  10. Zero-Touch OAuth for MCP
  11. The single most costly mistake everyone's burning tokens on
  12. DeusData/codebase-memory-mcp: High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average…
  13. BuilderIO/agent-native: A framework for building agent-native applications.
  14. calesthio/OpenMontage: World's first open-source, agentic video production system. 12 pipelines, 52 tools, 500+ agent skills. Turn your AI…
  15. v2.1.183
  16. Copilot code review: AGENTS.md support and UI improvements
  17. How we made GitHub Copilot CLI more selective about delegation
  18. Give GitHub Copilot CLI real code intelligence with language servers
  19. API to MCP
  20. GPT-5.6 Tuesday 🤖, Claude Code artifacts 👨‍💻, Perplexity’s Brain memory 🧠
  21. SnapState - Persistent state for AI agent workflows
  22. Claude Code is the only agent shipping tool search on by default - and that one detail is why I don't buy "MCP is dead"
  23. A model listed 78% cheaper cost 22% more to actually run. Unit price isn't your bill.
  24. withastro/flue: The sandbox agent framework.
  25. obra/superpowers: An agentic skills framework & software development methodology that works.