# Autoría técnica

Todos los artículos del hub de conocimiento en Autoría técnica.

URL: https://dylanengelbrecht.dev/es/insights/category-authorship.html

- [Por qué Mirror para multijugador en Unity](https://dylanengelbrecht.dev/es/insights/mirror-multiplayer-unity.html): Mirror is a pragmatic default when Unity teams need a complete networking architecture.
- [Progressive disclosure para aprender: mapas, no memorización](https://dylanengelbrecht.dev/es/insights/progressive-disclosure-learning-with-agents.html): Orchestrate agents across a navigable map — learn foundations deeply, index everything else, verify with the environment.
- [Primeros pasos con Cursor: automatiza el bucle](https://dylanengelbrecht.dev/es/insights/getting-started-with-cursor.html): Treat Cursor as an automation surface — rules, tests, MCP, and agents run the boring parts so you keep one thread for judgment.
- [El estándar AGENTS.md para agentes de código con IA](https://dylanengelbrecht.dev/es/insights/agents-md-standard.html): One open Markdown file per repo — closest AGENTS.md wins; user prompts override.
- [Organizar conocimiento para agentes de IA](https://dylanengelbrecht.dev/es/insights/organizing-knowledge-for-ai-agents.html): Pair a public site with a private brain — progressive disclosure, lifespans, verification metadata.
- [Construir servidores MCP con search y execute](https://dylanengelbrecht.dev/es/insights/mcp-search-execute-codemode.html): Two MCP tools — search and execute — beat hundreds of per-operation tool definitions.
- [Aprendizaje por refuerzo para llamadas a herramientas en modelos agente](https://dylanengelbrecht.dev/es/insights/rl-tool-calling-composer.html): RL specializes models for the tool loop — Composer is the public case study.
- [Keep the thread: why plan–critique–build pipelines fail modern coding agents](https://dylanengelbrecht.dev/es/insights/single-agent-coding-loops.html): One agent, one thread, small units — verify with tests, not lossy handoffs.
