{"slug": "i-encoded-my-own-engineering-judgment-into-an-llm-agent-and-it-s", "title": "I encoded my own engineering judgment into an LLM agent and it's", "summary": "A senior engineer has encoded their engineering judgment into an LLM agent, creating a context-rich environment where the agent can pull tickets, write code, generate tests, and deploy to test environments with minimal human oversight. The engineer reports that the agent's output is often indistinguishable from their own work, raising questions about the long-term role of human engineers as their judgment becomes captured in prompts and pipelines.", "body_md": "# I encoded my own engineering judgment into an LLM agent and it's\n\nTo solve this, I spent a long time rearchitecting everything. I moved to a REST API structure, introduced an [MCP](/en/tags/mcp/) (Model Context Protocol) layer for extensibility, and modernized the entire CI/CD pipeline. But the real shift happened in January when I started moving toward a full agentic development workflow.\n\nInstead of just using AI as a glorified autocomplete, I began treating the codebase as a way to encode my own technical DNA into the system.\n\n## The transition to agentic workflows\n\nI didn't just feed the LLM my code; I built a context-rich environment designed specifically for AI agents to navigate. This involved several key steps in my AI workflow:\n\n1. **Creating specialized agent skills:** I built tools that allow the agent to perform specific, high-level tasks rather than just raw text generation.\n\n2. **Writing comprehensive AGENTS.md files:** Every repository now contains detailed documentation that serves as a manual for the model, outlining architecture, constraints, and naming conventions.\n\n3. **Building a system-wide harness:** I created a loop where the agent can pull a ticket, write code, generate tests, and deploy to a test environment.\n\nThe codebase is no longer just source code. It has become a structured record of architectural boundaries and historical decisions. The agent doesn't just \"guess\" how to write a function; it inspects the database schema, reads application logs, and correlates failures with the existing code and data models. It uses the same information sources I use when I'm troubleshooting a production issue.\n\n## The moment the automation felt \"too real\"\n\nI recently demoed this to a group of developers from another team who were about to start contributing to my codebase. I watched as the harness pulled a ticket, implemented the feature, wrote the unit tests, opened a pull request, and deployed the whole thing to a test environment—all within minutes. My role was reduced to a high-level reviewer.\n\nThe code it produced wasn't just \"good for an AI.\" It was often indistinguishable from what I would have written myself.\n\n## The implications for senior engineers\n\nThis realization brought a heavy thought to the surface: I am effectively encoding my professional identity into the system. My technical knowledge, my architectural preferences, my problem-solving patterns, and my years of accumulated judgment are being distilled into these agents.\n\nIt took years of domain expertise and careful engineering to build the guardrails that make these agents effective. However, as LLMs get better at studying unfamiliar codebases and identifying their own context and constraints, that \"manual encoding\" phase might become obsolete.\n\nIf an AI can eventually study a repo, figure out the rules, and mimic the lead engineer's decision-making process with high fidelity, we have to ask ourselves what the long-term role of the human engineer becomes when our primary value—judgment—is successfully captured in a prompt and a deployment pipeline.\n\n[Why AI coding assistants are actually making our technical debt 2d ago](/en/news/7612/)\n\n[Built a schedule-aware PM copilot that actually respects 6d ago](/en/news/7077/)\n\n[MCP server runs on Android 8d ago](/en/news/6941/)\n\n[Why most companies will miss the AI-native shift entirely 8d ago](/en/news/6912/)\n\n[Mocktail v4 lets you spin up a mock API server in a 25MB binary 12d ago](/en/news/6365/)\n\n[Taskpool lets AI agents hire humans to do the dirty work 14d ago](/en/news/6082/)\n\n[Next 8. →](/en/news/7898/)\n\n[these AI tool field notes](https://tanyan888.com/), with plenty of directly applicable cases.", "url": "https://wpnews.pro/news/i-encoded-my-own-engineering-judgment-into-an-llm-agent-and-it-s", "canonical_source": "https://promptcube3.com/en/news/7900/", "published_at": "2026-08-27 14:55:08+00:00", "updated_at": "2026-08-27 15:20:10.804571+00:00", "lang": "en", "topics": ["artificial-intelligence", "ai-agents", "ai-tools", "ai-research"], "entities": ["MCP"], "alternates": {"html": "https://wpnews.pro/news/i-encoded-my-own-engineering-judgment-into-an-llm-agent-and-it-s", "markdown": "https://wpnews.pro/news/i-encoded-my-own-engineering-judgment-into-an-llm-agent-and-it-s.md", "text": "https://wpnews.pro/news/i-encoded-my-own-engineering-judgment-into-an-llm-agent-and-it-s.txt", "jsonld": "https://wpnews.pro/news/i-encoded-my-own-engineering-judgment-into-an-llm-agent-and-it-s.jsonld"}}