>_ Analyst Engineering

Learning path

The AI Analyst

The AI Analyst is a twelve-part path for working analysts, from your first prompt to an AI-connected delivery week. It starts with the four tasks that pay back on day one, questions, emails, workshop follow-ups and vague tickets, then builds the project context pack and the guardrails. From there it connects a model to your real systems: the codebase, Jira and Confluence through the Model Context Protocol, your meetings, and your own notes. It ends with the artifacts you are accountable for: a complete test plan with traceability, an API collection gating merges in CI, and the weekly numbers you can defend.

Written by Ahmed at Analyst Engineering, a Senior Technical Business Analyst with 10+ years in banking and payments. Every prompt in the series is one I run on real delivery work.

The whole series is one loop

Strip the tooling and every part of this path is one of five verbs applied to a different artifact. Learn the loop and it survives the next three tool releases.

  1. 1. Ground. Give the model your material before it answers: the pack, the schema, the contract, the vault.
  2. 2. Read. Use it to read what you cannot read at scale: a codebase, 140 tickets, a 90 minute transcript.
  3. 3. Verify. Check every claim against the system. A file and a line, a ticket key, a query you read.
  4. 4. Write. Let it produce only what is mechanical and reversible, under per-action approval.
  5. 5. Prove. Thread identifiers through requirements, conditions, cases, and tests so coverage is demonstrable.

The core series, in 12 parts

If you prefer one continuous read, the twelve parts run in order from your first prompt to the full operating system. The stages below add companion articles at each level.

  1. 1.AI for Analysts: Start Here, From a Blank Prompt to Usable Output
  2. 2.Context Engineering for Analysts: The Project Pack That Makes AI Accurate
  3. 3.AI Guardrails for Analysts: What Never Goes Into a Prompt
  4. 4.AI in the Codebase: How Analysts Read a Repository They Did Not Write
  5. 5.MCP for Analysts: Connecting AI to Jira and Confluence, Read-Only First
  6. 6.Letting AI Write to Jira and Confluence Without Losing Control
  7. 7.From an AI Note Taker in Teams to Real Artifacts: The Meeting Pipeline
  8. 8.Your Second Brain, Answered by AI: Obsidian Plus a Model That Reads Your Vault
  9. 9.Building a Whole Test Plan With AI: From Requirements to Traceability
  10. 10.AI-Built API Collections and Scripts: Postman, Bruno, and the Checks You Repeat
  11. 11.AI for Analyst Reports and Dashboards: SQL, Metrics, and the Weekly Pack
  12. 12.The AI Analyst Operating System: Eleven Parts, One Working Week

Free account

Get the next part when it ships

A free account, no password: an email link signs you in. It saves your progress on the Labs, unlocks the solutions, and, if you tick the box, sends you new practitioner playbooks as they publish.

Your email is used to sign you in. Nothing else, unless you ask. Privacy.

Stage 1

Prompt: get useful output, safely

For you if: You have opened a chat window, been unimpressed, and stopped. Or you use it daily for emails and suspect there is more.

By the end: You can turn a doubt into the right question, drive an email to a decision, structure a workshop follow-up, and ground every prompt in a project pack instead of hunting for documents. You know exactly what never goes into a prompt.

  1. 1 Series Part 1 AI for Analysts: Start Here, From a Blank Prompt to Usable Output The beginner's start for analysts using AI: four first wins (sharper questions, stakeholder emails, meeting follow-ups, vague tickets) and the review discipline.
  2. 2 Prompt Patterns for Requirements Work: Six Patterns I Reuse Weekly Six reusable prompt patterns for requirements work: grounded extraction, format contract, adversarial review, gap interrogation, traceability, testability.
  3. 3 Series Part 2 Context Engineering for Analysts: The Project Pack That Makes AI Accurate Stop pasting documents into every prompt. Build a project context pack once: glossary, contracts, data dictionary, rules, examples, and the retrieval that finds them.
  4. 4 Series Part 3 AI Guardrails for Analysts: What Never Goes Into a Prompt The rules of engagement for AI in a regulated delivery team: what data never leaves, how to mask it, tool tiers by blast radius, and the audit trail you keep.
  5. 5 The AI-Augmented Analyst Workflow: Five Flows That Actually Ship The five AI flows that measurably speed up analyst delivery: transcript to draft spec, negative test matrix, test data, log triage, and contract diffs.

Stage 2

Connect: point it at your real systems

For you if: Your prompts are grounded and you are tired of copying things out of Jira, Confluence, and the repository to paste them in.

By the end: You can read a codebase you did not write, connect an assistant to Jira and Confluence read-only through MCP, let it write back under approval, turn every meeting into artifacts within the hour, and query fourteen months of your own notes.

  1. 1 Series Part 4 AI in the Codebase: How Analysts Read a Repository They Did Not Write Point AI at the repo and answer questions no document can: where a rule really lives, what a status actually means, what a pull request changes for the business.
  2. 2 Git for Analysts: Get Into the Codebase The Git an analyst actually needs: clone, navigate, read a diff, browse history, and find when behavior changed. Read the codebase without breaking anything.
  3. 3 Series Part 5 MCP for Analysts: Connecting AI to Jira and Confluence, Read-Only First What the Model Context Protocol is, how to connect an assistant to Jira and Confluence safely, and the six read-only questions that pay for the setup in a week.
  4. 4 Series Part 6 Letting AI Write to Jira and Confluence Without Losing Control The write side of an AI connection: what to automate, what never to, the approval pattern, the dedicated account, and how to keep generated tickets owned by a human.
  5. 5 Automating Jira and Confluence with the REST API and a PAT Use a personal access token and the Jira and Confluence REST APIs to generate traceability matrices and publish specs, with working Python scripts.
  6. 6 Series Part 7 From an AI Note Taker in Teams to Real Artifacts: The Meeting Pipeline Turn a Teams or Zoom transcript into decisions, actions, requirements, and tickets, with consent handled, contradictions surfaced, and nothing invented along the way.
  7. 7 Series Part 8 Your Second Brain, Answered by AI: Obsidian Plus a Model That Reads Your Vault Point an AI assistant at your Obsidian vault so fourteen months of notes answer questions directly, and structure the vault so the answers are traceable and correct.
  8. 8 Obsidian as an Analyst's Second Brain: The Vault That Survives a Payments Programme How to build an Obsidian vault for analyst work: folder structure, atomic notes per ISO 20022 message and reason code, daily investigation logs, and Jira sync.

Stage 3

Deliver: build the artifacts that ship

For you if: The plumbing works and you want it pointed at the things you are actually accountable for: the test plan, the suite, the numbers.

By the end: You can build a full test plan with a traceability matrix, generate an API collection with real assertions behind a CI gate, write SQL you can defend, automate the weekly pack, and describe the whole system in an interview.

  1. 1 Series Part 9 Building a Whole Test Plan With AI: From Requirements to Traceability Build a complete test plan with AI in seven steps: risk, scope, conditions, cases, data, environments, and a traceability matrix that proves nothing is uncovered.
  2. 2 How to Write API Test Cases: 40 Tests Derived From One Endpoint How to write API test cases from the contract: a six-source derivation method, 40 worked cases for one payment endpoint, and data-driven automation in Bruno.
  3. 3 Series Part 10 AI-Built API Collections and Scripts: Postman, Bruno, and the Checks You Repeat Turn an OpenAPI contract into a Bruno or Postman collection with real assertions, generate the chaining scripts, and put the whole suite behind a CI gate.
  4. 4 Running API Tests in CI: Bruno CLI and Newman in GitHub Actions Run API test collections in CI: Bruno CLI and Newman in GitHub Actions, secrets, tags, JUnit and HTML reports, private networks, and flaky-test rules.
  5. 5 Series Part 11 AI for Analyst Reports and Dashboards: SQL, Metrics, and the Weekly Pack Use AI to write the SQL you can verify, define metrics that survive scrutiny, build the dashboard nobody had time for, and automate the weekly delivery pack.
  6. 6 SQL for Analysts: Query the State, Find the Truth The SQL a technical analyst actually needs: SELECT, WHERE, JOIN, GROUP BY, and reading state during analysis and testing. Not for reports, for finding the truth.
  7. 7 AI Agents for Analysts: When an Agent Beats a Prompt When an AI agent beats a single prompt for analyst work, what tools it needs, where the guardrails go, and the three agent flows worth building first.
  8. 8 Claude Skills for Analysts: Turning Repeatable Analysis Into Tooling A Claude Skill packages your method, references, and scripts into a folder the model loads on demand. Build one that writes pacs.008 test cases.
  9. 9 Series Part 12 The AI Analyst Operating System: Eleven Parts, One Working Week How the whole AI analyst stack fits into a real week, the 90-day build order, what to measure, how to lead adoption on your team, and what to put on your CV.

If you only do one thing

The 90 day build order

Go further

Guides and 1:1 coaching

The full playbooks behind this path, and a direct line if you want help wiring it into your own programme, whatever stage you are at.

22 articles across three stages.

Free account

Practice on real artifacts

The Labs give you a fictional payments platform with an OpenAPI contract, Kafka events, logs and a database to work through. Exactly the material this workflow is built to chew through, and a free account saves your progress.

Your email is used to sign you in. Nothing else, unless you ask. Privacy.