CribblrAI / Mentorship Programme / Cohort 2, 2026

You don’t just finish with a certificate. You finish with a deployed AI system.

Twelve weeks. A public repo, a live demo, an architecture doc, an eval report proving the thing works, and a launch post that put it in front of people.

12 weeks
Live cohort
Weekly deliverables
Beginner bridge included

₦200,000 for the full twelve weeks · starts 1 October 2026

Cohort 2 status
Starts
Thu 1 Oct 2026
Bridge opens
10 Sep 2026
Applications close
28 Sep 2026
Core seat
₦200,000
Format
Live, weekly deliverables
Twelve weeks, four shipped capstones12

What you walk away with

Four capstones, not just four certificates

Every phase ends in something that runs, in public, with your name on it, and that moves a number a business actually cares about. This is the whole design of the programme.

Week 4
01

A model that decides

Trained on a real business dataset. You state the decision it drives, weigh a false positive against a false negative, and pick the threshold from that, not from accuracy.

Week 8
02

Support deflection assistant

Grounded on real company documents, reachable from an automation workflow, eval-gated in CI/CD. Measured on deflection rate and answer accuracy.

Week 10
03

An operations agent

Completes a real back-office workflow end to end, on orchestration you wrote and an MCP server you built. Measured on manual handle time removed.

Week 12
04

The shipped product

Everything integrated, served, monitored, cost-tracked and launched, with a named business metric it moves and a number attached to it.

The differentiator

The updated stack

Most programmes still end at "train a model, deploy a Flask app." Here is what an AI engineering job actually asks for now, and what you will have built by Week 12.

  • 01EvalsCI-gated LLM evaluation. Golden datasets, LLM-as-judge, RAG-specific metrics, tracing. Wired into the pipeline so a quality regression blocks the merge. RAGAS, DeepEval, LangSmith, OpenTelemetry.
  • 02AgentsMulti-agent orchestration, written from scratch. No framework. You build the tool registry, the observe-think-act loop, and every pattern by hand: routing, parallelisation, orchestrator-workers, evaluator-optimiser, reflection, handoffs, blackboard coordination, human-in-the-loop. Then map them onto the framework names for your CV.
  • 03MCPModel Context Protocol, from primitives to a server you built. Tools, resources and prompts over stdio and HTTP, consumed by your own agent.
  • 04ServingProduction inference. vLLM behind an OpenAI-compatible API, containerised, monitored, autoscaled, cost-tracked. API versus self-hosted decided with eval evidence, not vibes.

We could not find another live-mentorship programme anywhere that combines all four of these in a single curriculum. In Nigeria the picture is simpler: no programme publicly lists MCP, vLLM, or CI-gated evals at all.

Pricing

One way in

One price, one track. The full curriculum, the live sessions, the reviews and the demo day are all included. Nothing is held back for a higher tier.

The Programme

₦200,000

One price, one track. The programme as designed: live, graded, and reviewed.

  • Full 12-week curriculum
  • All templates and boilerplate
  • Reference implementations
  • Recorded sessions, lifetime access
  • Weekly live sessions, 2-3 hrs, recorded
  • Graded weekly deliverables with hard deadlines
  • Three-layer review on every submission
  • Peer pod, assigned Week 1
  • Weekly async office hours
  • Capstone scoping 1:1 at Week 6-7
  • Full capstone review
  • Demo day slot, public and recorded
  • Week 0 beginner bridge included
  • Alumni channel
  • Group CV and portfolio review

Payment

Pay in full, or in two instalments (60% to start, 40% at Week 6). Paid to CRIBBLR AI TECHNOLOGIES LTD, a registered Nigerian company. You get an invoice.

The price goes up for Cohort 3

This is the second run of the programme and the last one at this price. As the alumni evidence builds, so does the fee. Getting in now is the cheapest this will ever be.

Everything included

What is actually in the box

Beyond the twelve weeks of teaching, every seat comes with the assets below. They are yours to keep, and they do not disappear when the cohort ends.

  • AI-assisted code review on every submission, 12 weeks
  • Prompt-pattern and eval-harness template library
  • Deployment boilerplate: Docker, FastAPI, vLLM, CI
  • Reference implementations: worked RAG app, agent, MCP server
  • Week 0 beginner bridge
  • Alumni network and warm introductions
  • Recorded session library, lifetime access
  • Demo day slot plus recording
  • Group CV and portfolio review

The 12 weeks

From a clean Python environment to a served model

  1. Before Week 1 · The Bridge

    For people starting from zero

    Two to three weeks, self-paced. Python, Git, the command line and pandas to the level Week 1 assumes, ending in an entry check. If you already code, skip it. If you do not, this is how you arrive able to keep up instead of drowning. Included free with your seat.

  2. Weeks 1-4 · Phase 0

    Foundations

    Reproducible environments, real data cleaning, supervised learning framed properly. Classical ML with the maths just-in-time. Neural networks and training loops. Then transformers from the inside: attention, tokenization, embeddings, a forward pass traced from tokens to logits.

    Python 3.12 · uv · pandas · scikit-learn · XGBoost · PyTorch 2.x · Weights & Biases · Hugging Face

  3. Weeks 5-8 · Phase 1

    LLM Application Engineering

    Week 5 prompting, context engineering and schema-validated output. Week 6 the whole of RAG in one week: chunking, embedding, hybrid search, metadata filtering, reranking, query rewriting, multi-hop and agentic retrieval. Week 7 wiring it into a business workflow with n8n, end to end. Week 8 evaluation and observability, with an eval suite wired into CI so a regression blocks the merge.

    Claude API · OpenAI API · Pydantic · instructor · LangChain · LlamaIndex · Qdrant / pgvector · n8n · RAGAS · DeepEval · LangSmith

  4. Weeks 9-10 · Phase 2

    Agents and Protocols

    No frameworks. You write the orchestration yourself, in plain Python. Week 9 starts at the primitives, a tool registry, a run state, the observe-think-act loop, then implements every multi-agent pattern by hand: chaining, routing, parallelisation, orchestrator-workers, evaluator-optimiser, reflection, handoffs, blackboard, human-in-the-loop. You leave with your own agent library and a written comparison of what each pattern costs in tokens and latency. Week 10 adds MCP, a protocol rather than a framework, dropping straight onto the tool registry you built.

    Python · Claude and OpenAI tool use · MCP Python/TypeScript SDK · JSON-RPC 2.0 · no orchestration framework

  5. Weeks 11-12 · Phase 3

    Serving, MLOps and Ship

    Serving an LLM with a high-throughput inference engine, containerised behind an OpenAI-compatible API, monitored and cost-tracked. Then integrating everything into one product and putting it in front of people.

    vLLM · FastAPI · Docker · Modal / RunPod · cloud GPU

How it runs

Twelve weeks with someone watching

This curriculum exists free elsewhere. Almost nobody finishes it that way. What you are buying is the structure that makes you finish.

01

One live session a week

Two to three hours, recorded. The week's deliverable brief goes out at the end of it.

02

One deliverable a week

Hard deadline, submitted where the whole cohort can see it. Submissions are mandatory, not encouraged.

03

Three layers of review

Automated first pass on everything, peer review inside your pod against a fixed rubric, then mentor spot-checks.

04

A pod of three or four

Assigned Week 1. You review each other for the full twelve weeks. Going quiet gets noticed.

05

Scoping before building

A structured 1:1 at Week 6 or 7 so you do not spend five weeks building the wrong capstone.

06

Demo day

Week 12. Public, recorded, with outside guests in the room. Your launch, not a submission.

Who runs this

Three working AI engineers

Not full-time educators. People who build and ship production AI systems, teaching the stack they actually use.

Adebowale Aderogba

Co-founder · Facilitator

linkedin.com/in/adebowaleaderogbaopens in new tab

Solomon Ekunola

Co-founder · Facilitator

linkedin.com/in/solomonekunolaopens in new tab

Akinropo Olabisi

Co-founder · Facilitator

linkedin.com/in/oluwaseun-akinropoopens in new tab

Cohort 1

People who already did this

The second run of a programme that has already produced shipped work. Their words, their names, their profiles.

[Testimonial slot 1. Needs: the quote in their own words, full name, current role or handle, headshot, and a link to their X or LinkedIn.]

[Testimonial slot 2. Strongest social proof is someone who changed role or shipped something public off the back of Cohort 1. Link the actual project if there is one.]

[Testimonial slot 3. A beginner who finished is worth more here than an experienced dev, because it answers the objection most buyers actually have.]

Who you are paying

A registered company, not a WhatsApp group

CRIBBLR AI TECHNOLOGIES LTD

Incorporated in Abuja on 19 June 2025. RC 8566939, TIN 33298971-0001. You get a real invoice from a company on the CAC register.

This is the second cohort

Cohort 1 ran and shipped. This is not an experiment being sold as a programme. [Add alumni count.]

Straight answers

The questions worth asking

Cohort 2 · 2026

Twelve weeks. ₦200,000.

Seats are limited by how many people we can actually review each week. Applications include a short Python and Git check so we can route you to the Week 0 bridge if you need it.

Cohort 2 starts Thursday 1 October 2026. The Week 0 bridge opens 10 September. Applications close 28 September. [Payment link to be inserted.]

CRIBBLR AI TECHNOLOGIES LTD · RC 8566939 · TIN 33298971-0001 · Abuja, Nigeria

We do not publish completion or placement statistics we have not measured ourselves.