🤑 You have $200 tuition credit

Apply and Redeem Now!
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE

AI IN MANAGEMENT CONSULTING

Dates: 24 NOV 2026 - 14 JAN 2027
Duration: 6 WEEKS
TUESDAYS & THURSDAYS
5 PM GMT
RUI BRÁS FERNANDES
RENAULT, CITROËN, NOS, & MORE
Rui Brás Fernandes
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE
LIVE ONLINE COURSE ON
AI IN MANAGEMENT CONSULTING
DATES:

24 NOV 2026 - 14 JAN 2027


DURATION:
6 WEEKS
TUESDAYS & THURSDAYS
5 PM GMT

AI is reshaping consulting faster than firms can adapt. Master the CRAFT and 3S frameworks, and turn scattered AI experiments into a production-ready agentic workflow.

Rui Brás Fernandes, a technology leader with 25+ years advising enterprise clients like Renault, Citroën, and NO, and two exited startups shows you how to build and govern real agentic AI systems for clients.

THIS COURSE IS FOR YOU, IF...

  • YOU ARE A MANAGEMENT CONSULTANT

     

    You know AI matters, but turning that into client-ready delivery still feels out of reach. This course gives you the 3S framework (SEE, SPLIT, SPOT) and CRAFT prompting to identify, scope, and build real Agentic AI workflows into client deliverables. You'll leave with a working agent, an honest ROI case, and a governance note that prove you can lead AI-driven client transformations.

  • YOU ARE A MARKETING, STRATEGY, OPS, OR FINANCE MANAGER

     

    You're not sure which of your team's daily processes to hand to AI. This course teaches you how to decompose those processes with the 3S framework and prioritise the ones worth automating first. You'll build real automation with n8n, apply governance and human-in-the-loop checkpoints, and walk away positioned to lead AI initiatives inside your organisation.

  • YOU ARE AN ENTREPRENEUR OR FOUNDER

     

    Competitors are moving faster on AI, and the right tools aren't obvious. This course maps agent anatomy (LLMs, tools, memory) and multi-agent systems so you can build workflows that actually hold up in production. You'll gain hands-on experience with MCP integration and governance, and leave with a practical edge over slower-moving competitors.

YOUR ASCENT STARTS HERE

Turn AI hype into a production-ready pitch.

You'll walk away with a working agentic workflow, a 4S Story narrative, an honest ROI assessment, and a governance note, built using tools like n8n, Google ADK, and Claude. It's the exact capstone package consulting and AI engineering teams expect to see.

Agentic AI, built live.

Learn twice a week with 30-minute office hours after most sessions, plus a 1:1 with your instructor. Guest speakers from Deloitte, WikiBrains, and NOS bring real enterprise scoping straight into the room.

 
ABOUT THE COURSE
01
HANDS-ON AGENT BUILDS

Every week puts you inside a real tool: tokenise live text, run before-and-after CRAFT prompt clinics, build a multi-agent system in Google ADK, and connect an MCP server through Claude Desktop. Six assignments push each skill into a working deliverable you can show and defend.

02
REAL DEALS, REAL FAILURES

You'll dissect how a marketing agent actually broke at WikiBrains and Unitel Angola, and how NOS scoped a production agent at telco scale. Guest speakers from Deloitte, WikiBrains, and NOS bring their own client scoping decisions straight into the room.

03
A CAPSTONE YOU CAN PITCH

Your final project is a complete business case: a working agent, a 4S Story narrative, an honest ROI assessment, and a governance note. You'll defend it live or on video, exactly the way clients and hiring managers expect.

INSTRUCTOR
RUI BRÁS FERNANDES LinkedIn Profile
  • Leads technology strategy and delivery with 25+ years of experience across telecoms, finance, tourism, and consulting
  • Advises enterprise clients including Renault, Citroën, and NOS on AI strategy and digital transformation
  • Built and exited two startups, u-find.me and u-ride.me, then led the Crowdkeep acquisition by Veea Inc.
  • Ships production-grade Agentic AI and multi-agent platforms with human-in-the-loop across Telcos, Finance, Tourism, and Sports
  • Drove 15-20% revenue growth worth €1M+ in an earlier leadership role at Cisco, and held senior roles at Cisco and Deloitte earlier in his career
  • Holds certifications ranging from Cisco CCIE to Google Cloud AI Leader
Instructor Rui Brás Fernandes
syllabus
00
THU (19/11), 5 PM GMT
Welcome & Course Orientation

Get oriented with the course structure, meet your instructor and fellow consultants, and share which AI tool you already use as you set expectations for the six weeks ahead.

  • Course structure and expectations
  • Instructor introduction
  • Tool-usage baseline poll
More Less
01
TUE (24/11), 5 PM GMT
LLM Fundamentals & the Tool Landscape

Explore how large language models actually work under the hood, compare closed APIs against open-weight and local models, and learn to pick the right tool for each consulting task.

  • The AI map
  • Tokens, context windows, cut-offs and temperature
  • Hallucinations and the consultant's golden rule
  • Productivity tool landscape
  • Closed APIs vs open-weight vs local models
  • Demo: Live tokenizer walkthrough

Assignment #1: Model Comparison & Critical Evaluation 
Run three real consulting questions through at least two LLMs, then analyse each model's personality, hallucinations and best-fit use cases.

More Less
02
THU (26/11), 5 PM GMT
Prompting, Guardrails & Claude's Constitution

Master the CRAFT framework for building effective prompts, navigate common prompting pitfalls using the Goldilocks zone, and unpack Claude's Constitution to see how model values shape your system prompt.

  • CRAFT framework: Context, Role, Action, Format, Tone
  • Zero-shot, one-shot, few-shot & Chain-of-Thought
  • 5 common prompting challenges and fixes
  • Anti-patterns and the Goldilocks zone
  • Claude's Constitution and the operator layer
  • Demo: Live CRAFT before/after prompt runs

Assignment #1B: CRAFT Optimisation
Rewrite your Assignment #1 prompts using the CRAFT framework and compare the before-and-after results in a short video or PDF.

More Less
03
TUE (1/12), 5 PM GMT
From Prompt Engineering to Context Engineering

Shift from prompt engineering to context engineering, learn to manage your attention budget, and combine instructions, knowledge, tools and memory into a context-rich specialist assistant that delivers reliably.

  • Context rot and the attention budget
  • Four dimensions: instructions, knowledge, tools, memory
  • SKILLs, RAG, Agent RAG and OKF
  • Four knowledge routes: PE, RAG, agentic-JIT, fine-tuning
  • Scaling the context stack

Assignment #2A: Context-Rich Specialist Assistant
Write and iteratively refine a detailed prompt for a specialised daily task, then document the process you used to get consistent results.

More Less
04
THU (3/12), 5 PM GMT
Skills: The Portable Unit of AI Capability & Team Formation

Examine the anatomy of a reusable AI Skill, compare how Claude, GPTs and Gems handle them differently, and learn the supply-chain security lessons behind the OpenClaw poisoning incident.

  • Anatomy of a Skill
  • Progressive disclosure and composability
  • Platform differences: Claude, GPTs, Gems
  • ClawHub/OpenClaw poisoning incident
  • Demo: Building a brand-guideline PowerPoint with SKILLs
  • Workshop: Breakout brainstorming and live practice drafting an AI Skill

Assignment #2B: Skill Conversion & Repetitive Application 
Convert your Assignment #2A prompt into one or more standalone Skills, then submit proof of it working consistently across more than one task.

More Less
05
TUE (8/12), 5 PM GMT
Seeing & Decomposing a Process

Learn to spot repetitive workflows worth automating using the SEE, SPLIT and SPOT framework, climb the outcome ladder from elimination to human intervention, and apply Bornet's L0–L5 progression scale.

  • SEE: discovery and the 8-question battery
  • SPLIT: atomic-chunk criteria
  • SPOT: SPAR and the five filters
  • Outcome ladder from eliminate to human intervention
  • Bornet's Agentic AI Progression Framework (L0–L5)
  • Case study: Mapping the email-triage process live

Assignment #3A: Process Decomposition
Apply the 3S framework to a real workflow you do repetitively, breaking it into a long-list of automation opportunities with at least four or five "agentifiable" steps.

More Less
06
THU (10/12), 5 PM GMT
Prioritise, Cost & Scope the Use-Case + Guest Speaker

Score and prioritise automation opportunities by impact, feasibility and effort, frame an honest ROI without falling into the x10 trap, and draft a one-page agent SPEC and Agent Canvas.

  • Scoring by impact, feasibility, effort and time-to-value
  • Honest ROI and avoiding the x10 trap
  • The one-page agent SPEC: 7 key questions
  • The 10-box Agent Canvas
  • Guest Speaker: Partner & TMT Industry Leader, Deloitte Portugal
  • Workshop: 80/20 Pareto prioritisation exercise

Assignment #3B: Process Prioritisation, ROI & SPEC
Score the opportunity from Assignment #3A, calculate an honest ROI, and draft a one-page SPEC for your chosen workflow.

More Less
07
TUE (15/12), 5 PM GMT
Inside an Agent, Built. Example 1: Marketing + Guest Speaker

Dissect a real marketing workflow of a research agent, writer and human gate, map the 4S method directly onto an agent canvas, and compare building it in Cowork versus n8n.

  • Research agent, writer and human-gate workflow
  • 4S method mapped onto the agent canvas
  • Route A (Cowork/Projects) vs Route B (n8n)
  • Guest Speaker: Partner & CEO, WikiBrains
  • Case study: How the workflow broke at WikiBrains/Unitel Angola
  • Demo: Building the same workflow twice, live
More Less
08
THU (17/12), 5 PM GMT
Example 2: HR — Teams Build, Governance

Build a functional CV-screening flow in n8n using synthetic data, apply an iterative development loop, and navigate the governance wall covering bias, GDPR, transparency and human sign-off before deployment.

  • HR workflow and data rules with synthetic CVs
  • Iterative development loop for agents
  • Governance wall: bias, GDPR, transparency, sign-off
  • Workshop: Team build of a CV-screening flow

Assignment #4: Workflow Automation
Build one of two or three instructor-provided n8n automation options and submit your finished workflow via the platform.

More Less
09
TUE (5/1), 5 PM GMT
Agent Design Patterns & Multi-Agent Systems

Break down an agent's reference architecture, from LLM and memory to planning and orchestration, explore six core agent patterns, and use sub-agents for context isolation in multi-agent systems.

  • Reference architecture
  • Six agent patterns
  • Sub-agents and context isolation
  • Security lessons from OpenClaw and Hermes
  • Case study: A financial analyst as a 4-agent composition
  • Demo: Multi-agent workflow build in Google ADK
More Less
10
THU (7/1), 5 PM GMT
MCP & the Agent Protocol Stack

Examine MCP as AI's USB-C-style connector, break down its servers, clients and resources under the latest specification, and connect a live MCP server using Claude Desktop and MCP Inspector.

  • MCP v2.0.0: servers, clients, tools, resources
  • Wider protocol stack: A2A, AG-UI, AP2
  • Risk surfaces
  • Demo: Connecting and inspecting an MCP server live

Assignment #5: Simple Agent with MCP Integration 
Configure a simple agent to connect with and retrieve structured information from an external MCP tool interface.

More Less
11
TUE (12/1), 5 PM GMT
The ADLC — the Iceberg Under a Production Agent + Guest Speaker

Contrast traditional SDLC with the Agent Development Life Cycle, explore evaluation frameworks like LangSmith and LangFuse, and learn to price and scope agent projects honestly for real clients.

  • SDLC vs ADLC
  • Prompt versioning, logging and token cost monitoring
  • Evaluation frameworks
  • AI code assistants for deployment pipelines
  • Guest Speaker: Head of Data Analytics & Cloud Architect, NOS
  • Case study: NOS's production story at enterprise scale

Assignment #6: The Final Capstone Project
Submit your complete capstone package: a working agent, a 4S Story, an honest ROI assessment, a governance note and a live or recorded pitch.

More Less
12
THU (14/1), 5 PM GMT
Deploy, Govern & Capstone Showcase

Explore production deployment scenarios from local servers to serverless, secure agent authentication, build a client governance framework covering accountability and audit trails, and chart your next career move.

  • Deployment scenarios
  • Securing agent authentication and authorisation
  • From prototype to pilot: delegation with control
  • Client governance
  • The Applied AI Engineering career path
  • Capstone Showcase: Volunteers pitch live to the class
More Less

What our students say

Student Victoria Mansell
Victoria Mansell

MARKETING DIRECTOR
"It was such a great experience, well worth the course fee which I invested personally - I've learnt so much and feel much more confident in my role.."

Student Parag Deb
Parag Deb
BECOME AN AR/VR DESIGNER
"The course at ELVTR was a great investment in my career. The materials are top-notch, and the instructors provided excellent support."
Student Kiara De Leon Hernandez
Kiara De Leon Hernandez
UI/UX FOR GAMING
"The knowledge. The teacher is very experienced. He is able to answer our questions in depth, and takes the time to do so."
Student Youssef MN Aly
Youssef MN Aly
BECOME AN AR/VR DESIGNER
"The course was very helpful in helping me expand my design toolkits by gaining a wealth of new knowledge and inside expertise to stay at the forefront in an age of rapidly developing technological and software advancements."
APPLY

Fill in the form to start your ELVTR journey.

We will contact you to clarify all the details.

First name
This is a required field
Last name
This is a required field
Email
This is a required field
This is a required field
This is required field!
This is required field!
This is required field!