# Nobody is asking everyone to become a vibe coder. The task is to set up an agent environment. In tandem with an AI implementer.
## What "implementing AI at the workplace" really means
Implementing AI is not about everyone becoming a vibe coder. It's not about programmers stopping writing code. It's not about the CEO starting to prompt. It's not about marketers generating images.
Implementing AI is about **setting up an agent environment at your workplace that takes over all routine work**. Under the clear guidance of a specialist. Any specialist. From the CEO down to the rank-and-file employee.
The specialist remains involved in exactly two points:
- **Task formulation.** Articulate the intent, criteria, and constraints.
- **Competent analysis of the result.** Understand what the agent did, whether it was correct, and what to do next.
Everything between these two points — the routine execution — is handled by the agent.
---
## But: this cannot be done alone
Here's what's important. Setting up an agent environment **from scratch, independently, through trial and error** — that takes months. Reinventing the wheel. Beginner mistakes with compaction, embeddings, feedback loops. Burnout.
On the other hand, hiring an implementer and saying "come, set everything up for us, we don't know how" — that creates a **magic artifact**. The implementer set it up and left. A week later something breaks, nobody understands how to fix it, the team gives up.
**The correct model is a tandem.** An external AI implementer + an internal specialist. Each does what they do better than the other. Together they create what neither could create alone.
---
## What the implementer does
The implementer is not "someone who comes and does everything for you." They are a **teacher and infrastructure architect** who gives you a fishing rod, not a fish.
**1. Infrastructure and harness.**
- Selecting and configuring the agent (Claude Code, Codex, local models)
- Setting up MCP tools and integrations
- Basic feedback loop: how the agent verifies its results
- Memory and context system
- Security and access controls
This is the technical layer that is independent of any specific company. The implementer has done this dozens of times. They know what works and what doesn't. The internal specialist doesn't know this and would spend months learning.
**2. Methodology.**
- How to formulate tasks for the agent
- How to write and test skills (including Red Teaming via sub-agents)
- How to evolve the system
- How to analyze sessions (automatically, not manually)
- What metrics to use
This is the process layer. The implementer teaches not "what to click" but "how to think."
**3. Starter skill set.**
- Universal skills: code review, testing, deployment, debugging
- Basic prompts for common tasks
- Templates for different roles
This is the foundation the team starts with. Not the final state.
**4. Onboarding the internal champion.**
- Selects 1–2 top performers from the team
- Works with them closely: demonstrates, explains, corrects
- Transfers system ownership to them
- Leaves when the champion confidently runs the system on their own
---
## What the specialist does
The specialist is not "someone who has everything set up for them and uses it." They are an **owner of domain knowledge** without which the implementer would create a magic artifact.
**1. Domain skills.**
- Business-specific tasks
- Tacit knowledge not found in code or instructions
- Business constraints and rules
- Domain expertise and judgment
This is what the implementer **cannot know** because they haven't worked at this company for 5 years. This knowledge lives in the specialist's head. Only they can formalize it into instructions for the agent.
**2. System evolution.**
- Continuous fine-tuning as tasks change
- Adding new skills
- Fixing bugs in existing ones
- Adapting to new models and tools
This is an ongoing process that lasts months and years. The implementer has already left by this stage. The specialist runs the system independently.
**3. Training others.**
- Once the system is working, the champion trains the rest of the team
- Transfers methodology and domain skills
- Becomes the internal expert
---
## Why a tandem works while solo approaches don't
| Aspect | Implementer only | Specialist only | Tandem |
|---|---|---|---|
| Speed of start | Fast (weeks) | Slow (months) | Fast (weeks) |
| Infrastructure quality | High | Average (beginner mistakes) | High |
| Domain fit | Low (magic artifact) | High | High |
| Long-term evolution | Doesn't work (left) | Works, but slowly | Works |
| Burnout risk | Low for the team | High for the specialist | Low |
| Cost | High upfront + losses after departure | High (specialist's time) | Optimal |
---
## What a tandem looks like in practice
**Weeks 1–2: Infrastructure**
The implementer deploys the harness, sets up the basic tools, connects MCP, configures feedback loops. The team gets a working environment. The specialist observes, asks questions, understands how things are structured.
**Weeks 3–4: Methodology + first domain skills**
The implementer works with the selected champion:
- Shows how to formulate tasks
- Together they go through 2–3 real cases from the specialist's routine
- The specialist writes the first domain skills under the implementer's guidance
- The implementer tests skills via Red Teaming (sub-agents without context)
**Weeks 5–8: Transfer of ownership**
The implementer intervenes less and less. The specialist runs the system independently. The implementer only consults on complex issues. The specialist is already confidently fine-tuning and adapting the environment to their tasks.
**Month 3+: Independent evolution**
The implementer has left. The specialist owns the system. The team is trained. The system evolves with the business needs. Once a quarter you can bring the implementer back for an audit or scaling.
---
## Critical requirement: the internal champion
The tandem works **only if there is an internal champion** — a specialist who:
1. Possesses deep domain knowledge
2. Is technically literate (understands what a harness, MCP, and feedback loop are)
3. Is willing to learn new things
4. Has the time and mandate for this work
5. Wants to become the owner of the system
Without an internal champion, the implementer will create a magic artifact and leave. The team won't be able to evolve the system. Within a month everything dies.
With an internal champion, the implementer creates a **living system** that grows with the business. Because the champion knows the domain and can fine-tune it.
---
## This works for any role
Not just for developers. For any employee in the company.
**CEO:** The implementer sets up an agent for data collection, report generation, and competitor monitoring. The CEO learns to set tasks and verify results. Within a month, the CEO fine-tunes the agent for new board tasks themselves.
**Marketer:** The implementer sets up an agent for content generation, A/B testing, and campaign reports. The marketer learns to formulate briefs and review creatives. Within a month, the marketer evolves skills for new segments themselves.
**Salesperson:** The implementer sets up an agent for preparing proposals, follow-ups, and CRM entry. The salesperson learns to set tasks and check quality. Within a month, the salesperson adds new templates for new clients themselves.
**Developer:** The implementer sets up an agent for writing code, tests, CI, and debugging. The developer learns to formulate architectural requirements and verify results. Within a month, the developer fine-tunes skills for the codebase themselves.
The principle is the same: **the implementer provides infrastructure and methodology, the specialist provides the domain and evolves the system**.
---
## Why the specialist can fine-tune and adapt
Here's what's important. After the implementer's onboarding, the specialist doesn't just "use" the system. They **fine-tune and adapt** the agent environment to their tasks.
Because:
1. **They know their routine better than anyone.** Which tasks repeat, which are template-based, which are edge cases. The implementer doesn't know this. The specialist does.
2. **They see where the agent fails.** Every day. In real time. They understand why: insufficient context, missing tools, missing rules. And they can fix it.
3. **They know the criteria for "correct."** What "a well-done task" means in their context. The implementer knows general criteria. The specialist knows the specific ones.
4. **They evolve the system as tasks change.** Business changes. Tasks change. The agent environment must change with them. The specialist does this because only they are in the context.
The implementer cannot do this. They've already left. And that's the right way. Their job is to give a fishing rod, not a fish. To teach how to fish, not to fish for you.
---
## Conclusion
Nobody is asking everyone to become a vibe coder. Nobody is asking programmers to stop writing code, CEOs to start prompting, or marketers to generate images.
The task: **set up an agent environment at your workplace that takes over routine work**. Under the clear guidance of a specialist. Any specialist. From the CEO down to the rank-and-file employee.
But this cannot be done alone. **An AI implementer is needed.** They provide infrastructure, methodology, and starter skills. They train the internal champion. They accelerate the start from months to weeks.
But the implementer doesn't replace the specialist. They work **in tandem**. The specialist provides domain knowledge, tacit expertise, and evolves the system. The implementer provides what the specialist doesn't know: how to set up the harness, how to close the feedback loop, how to test skills.
Together they create what neither could create alone: **a living agent environment that takes over routine work and evolves with the business**.
The specialist remains in two points: task formulation and competent analysis of the result. Everything else is handled by the agent. And the specialist can fine-tune and adapt this agent because the implementer taught them how.
This is not vibe coding. This is **automation of routine work at the workplace through a tandem of an implementer and a specialist**. And it is accessible to any company willing to invest in both.