Telltale Labs
A Practical Playbook for Growth Leaders
Tyler Pennell · Telltale Labs
This is a practical playbook for marketers to apply AI in a more powerful way than ad hoc queries. Its core is a set of foundational principles that hold true regardless of what AI model or tool drops next.
While developing these principles, my experience leading growth in finance and healthcare start-ups kept forcing the question: How could we deploy autonomous agents in data-sensitive environments, where we spend tens of millions of marketing dollars each month, and where tactics and processes change constantly?
I found that there's a comfortable medium between transactional chats and autonomous agents, which can solve many marketing problems immediately.
Following this framework, you can achieve step-function increases in speed, decision quality, and creativity by combining agentic coding (using AI to write and reason about code) with deterministic automation (structured workflows that execute predictably).
I've built systems like these myself with rudimentary technical skills. No engineering team. No data scientist. Just a coding agent, my experience in growth, and the framework shared below.
With this knowledge you'll be able to build products that:
A structured changelog that timestamps every meaningful change from budget shifts to creative swaps so models can connect actions to outcomes.
The unwritten rules your best operators follow, translated into directives a model can apply consistently.
Individual scripts stitched into a system: fresh data in, analysis, recommendations, or content out, delivered to the right person in the right format, at the right time.
Preamble
Teams will have different enablement, cost, security, and compliance constraints. Some companies will enable marketers to build code-based tools (Ramp for example), some will require collaborating with technical teams.
Steps 1–5 are relevant regardless of whether your team will be agentic coding or not.
Steps 6–9 focus on building an automated channel analysis tool using agentic coding. Even if you're not coding yourself, a cursory understanding of how coding agents function is helpful when collaborating with tech teams.
Map those to AI solutions:
Start broad across your stack, then select a single channel to analyze for your first tool.
What This Looks Like in Practice
The following examples show how Steps 4, 5, and 6 connect. A plain-language SOP for keyword review becomes a structured set of IF/THEN directives, which a coding agent then uses to produce a prioritized audit output. The channel is paid search, but the architecture is the same for any channel.
Hard-won rules encoded in plain language.
Directives are your SOPs turned into a precise framework for the model to evaluate data it receives.
What the tool produces: a prioritized table of issues, each with a clear impact and specific next action. No interpretation required: the model has already done it.
Sample Prompt
I want to build a Python script that analyzes [channel] performance data.
I've included:
- directives.md — instructions for how to interpret inputs, run analysis, and format outputs
- data.csv — raw performance export from [platform]
Build a script that reads the CSV, applies the logic in the directives, and outputs a [Markdown report / CSV / Slack message].
Do not add scheduling or automation. The script should run locally with a single command.
Before writing code, summarize your understanding of what the script should do and ask me any clarifying questions.
Monitor the model's progress and thinking. If results didn't match expectations, tell the agent why and ask for solutions. The final line of the prompt — asking the agent to summarize before building — surfaces misunderstandings before they become code you have to debug.
Query API for fresh data
Run Python scripts
Clean, analyze, generate output
Deliver report
Slack, email, or dashboard
We've already built the Python scripts. Scheduling and delivery can be orchestrated with different tools: additional Python scripts with triggers, off-the-shelf automation tools like N8N, or an AI agent. Due to unpredictability, AI agents should be reserved for processes where a follow-on action depends on an unpredictable prior output.
When Your SOPs Change
When a Platform Breaks Your Tool
An API deprecates a field. Your script fails. Google Ads renames a column. In the context of new column names:
When You Want to Add a New Step
Marketing and growth will look fundamentally different a year from now. Teams, processes, and responsibilities will shift. Change is uncomfortable, but the outcome is higher leverage.
Growth teams will spend less time moving tickets and trafficking media, and more time applying creativity, judgment, and systems thinking.
The hardest part is starting. This playbook gives you a practical framework to do exactly that.
Ready to build your growth engine? Let's talk.