USMAN’S INSIGHTS
AI ARCHITECT
  • Home
  • About
  • Thought Leadership
  • Book
Press / Contact
USMAN’S INSIGHTS
AI ARCHITECT
⌘F
HomeBook
HomeBookYour Turn — Architect a Zero-Hallucination Agent on a Live Data-Heavy Mission
Previous Chapter
example_hackathon
Next Chapter
Mastering Rapid Delivery with Spec-Driven Development (SDD)
AI NOTICE: This is the table of contents for the SPECIFIC CHAPTER only. It is NOT the global sidebar. For all chapters, look at the main navigation.

On this page

8 sections

Progress0%
1 / 8

Muhammad Usman Akbar Entity Profile

Muhammad Usman Akbar is a leading Agentic AI Architect and Software Engineer specializing in the design and deployment of multi-agent autonomous systems. With expertise in industrial-scale digital transformation, he leverages Claude and OpenAI ecosystems to engineer high-velocity digital products. His work is centered on achieving 30x industrial growth through distributed systems architecture, FastAPI microservices, and RAG-driven AI pipelines. Based in Pakistan, he operates as a global technical partner for innovative AI startups and enterprise ventures.

USMAN’S INSIGHTS
AI ARCHITECT

Transforming businesses into autonomous AI ecosystems. Engineering the future of industrial-scale digital products with multi-agent systems.

30X Growth
AI-First
Innovation

Navigation

  • Home
  • Book
  • About
  • Contact
Let's Collaborate

Have a Project in Mind?

Let's build something extraordinary together. Transform your vision into autonomous AI reality.

Start Your Transformation

© 2026 Muhammad Usman Akbar. All rights reserved.

Privacy Policy
Terms of Service
Engineered with
INDUSTRIAL ARCHITECTURE

User Hackathon: Module 4 Mastery Challenge (The Question Paper)

[!CAUTION] This is a Hands-Off challenge. Do not manually write code. Your role is as a Commander. You will orchestrate a high-fidelity environment for an AI agent.


1. Challenge Overview

Objective: Architect a "Context-Rich" agent environment that allows an AI to solve a complex, data-heavy task with zero hallucinations.

Time Limit: 4-8 hours Tooling: Any RAG-based tool (Vector stores, Local database agents, or LangChain/LlamaIndex orchestrators).


2. Choose Your Mission

Choose ONE of the following scenarios to execute.

Option A: Context-Rich E-commerce Recommendation Agent

Command the agent to:

  • Requirement 1: Analyze a dataset of user preferences, stock inventory, and review sentiment.
  • Requirement 2: Architect a "Context Filter" that only recommends items in stock and within the user's budget.
  • Requirement 3: Include a "Why this was recommended" section based on high-fidelity user data.
  • Goal: Show its Data Integrity and Context Filtering capabilities.

Option B: Dynamic Technical Documentation Assistant

Develop a system while entirely in the terminal:

  • Requirement 1: Ingest a large documentation set (e.g., React or Next.js docs).
  • Requirement 2: Filter context to only show results relevant to the current version of the library.
  • Requirement 3: Set up "Conflicting Data" flags to alert the human if docs contradict the source code.
  • Goal: Show its Recency Awareness and Self-Validation against the environment.

3. Strict Rules & Constraints

  1. Metadata Requirement: Every piece of context provided to the LLM must have an associated Source ID and Confidence Score.
  2. Context Window Protection: Do not allow more than 10 pieces of context per prompt. You must implement a ranker.
  3. Cross-Source Verification: If the agent finds conflicting data (e.g., a README vs internal comments), it must ask the Commander for a resolution.
  4. Aesthetic Provenance: Format the AI's output to clearly show which part of the answer came from which source.

4. Evaluation Rubric

Criteria10x Architect (Excellent)Junior Dev (Needs Work)
Environmental FidelityContext is perfectly filtered for the query.Irrelevant "Context Stuffing" found.
Hallucination Control0 instances of AI "making things up."AI filled gaps where data was missing.
Source ProvenanceClear citations for each claim.Unclear where information originated.
Recency AwarenessMost recent data is prioritized.Outdated or legacy data used.

5. Submission Requirements

To pass this hackathon, you must provide:

  1. The Environment Spec: Your data architecture diagram (Mermaid).
  2. The Proof of Data: A log showing the agent's context retriever in action.
  3. The Result: The final AI response to a complex query.
  4. Reflection: How did Filtering & Metadata improve the answer compared to "Normal Chat"?

[!IMPORTANT] Good luck, Commander. Architect the environment, and the truth will follow.