How Tag1 Uses AI Across Its Entire Business

Beyond the Hype: AI as Operational Reality

Most AI case studies describe spectacular demonstrations. Fewer document the more interesting story: how an organization systematically integrates AI into its actual operations, identifies what works, manages the failures, and builds institutional knowledge about applying AI effectively. Tag1 Consulting, the company behind Scolta, has published extensively about their applied AI journey (tag1.com/blog/tag1-applied-ai/), making them an unusually transparent case study for how a technology consultancy uses AI in the real world.

AI for Software Development

Tag1 uses Claude Code and GitHub Copilot across their development team for code generation, code review, test writing, and documentation. Their published findings (consistent with industry surveys): AI pair programming increases individual developer productivity by 20-40% on routine tasks; the gains are most pronounced for boilerplate, documentation, and test cases; senior developers benefit as much as junior ones, but for different tasks (complex refactoring vs. routine implementation).

They've also noted the risks: AI-generated code requires review; models confidently produce plausible but incorrect implementations; junior developers who rely too heavily on AI may not develop the debugging instincts that come from writing code manually. Their approach: AI is a tool, not a replacement for engineering judgment.

AI for Client Delivery

Scolta itself is Tag1's primary AI product — an AI-enhanced search system for Drupal and other CMS platforms. The development of Scolta was itself an exercise in applying AI: using LLMs to evaluate search quality, generate test queries, and identify gaps in coverage. The result is a product where AI was used throughout the development process as well as in the final product.

Beyond Scolta, Tag1 uses AI for: generating content migration scripts (tedious and error-prone by hand), automated accessibility auditing (LLMs can evaluate WCAG compliance more systematically than manual review), and performance optimization recommendations (static analysis + LLM review catches issues that automated tools miss).

AI for Knowledge Management

Like most professional services firms, Tag1 accumulates institutional knowledge that's hard to transfer. They've experimented with AI-assisted knowledge retrieval: building a private RAG system over their internal documentation, project notes, and code repositories that allows team members to query the organization's accumulated expertise. Early results are promising for onboarding and knowledge retrieval; less clear for truly novel problem solving.

What the Case Study Teaches

Three lessons from Tag1's AI integration journey that generalize beyond their specific context:

  1. Measure before and after: Impressions of productivity gain are not measurements. Tag1 tracks specific metrics (time to complete tasks, defect rates, client satisfaction) before and after AI tool adoption.
  2. The workflow matters as much as the tool: The same LLM produces very different outcomes depending on how it's integrated into existing workflows. Treating AI as a chat interface produces different results than integrating it into specific workflow steps.
  3. Skills compound: Teams that invest in prompt engineering and AI workflow design build compound advantages. The first month of AI adoption is often disappointing; the sixth month, after workflow optimization, is dramatically better.

This article is assigned reading in MLE-401 and as supplementary material in ETH-440 as an example of responsible, measured AI adoption in a professional context.