Tag: tooling
All the articles with the tag "tooling".
- Slidesagentic-aitooling
The AI-Native SDLC Blueprint: Move the Bottleneck Beyond Code
A slide-based reading of Anthropic's AI-native SDLC playbook: make intent, controls, evaluations, and feedback loops executable.
- testingtooling
A Test Platform Should Not Become Another Dependency
A quality platform succeeds when teams can use it independently, not when it becomes a gatekeeper for every change.
- mcpopenapi
Why MCP Does Not Replace APIs
MCP makes APIs easier for agents to use; it does not replace the contracts and operational disciplines behind them.
- mcpprotocol
MCP 2026-07-28: What Changes in the New Specification
MCP 2026-07-28 introduces a stateless core, multi-round-trip requests, extensions, stronger authorization, and full JSON Schema support.
- golangtooling
VS Code Setup for Golang Programming
The VS Code setup I run for Go — the extensions, gopls settings, and debugging config that turn a stock install into a real Go IDE.
- pythontooling
Python Dependency Management for AI Projects: pipx + Poetry
AI projects drown in heavy, conflicting Python dependencies. How pipx (isolated global tools) and Poetry (per-project deps) keep your environment reproducible.