Welcome to RAGchamp

The Agentic AI Challenge

Developing an Agentic Mindset Through Autonomous Problem Solving

Challenge Objective:
Learn how to design AI agents that can observe, reason, plan, execute, evaluate, and improve solutions autonomously.

Why This Challenge Exists

Many technology professionals today are learning how to use Generative AI tools. They can write prompts, generate code, and automate individual tasks. However, the next wave of innovation is not about prompting—it is about building systems that can reason, plan, execute, evaluate, and improve autonomously.

This is the difference between using AI and thinking agentically.

The Agentic AI Challenge is designed to help software engineers, architects, analysts, data professionals, and technology leaders develop an agentic mindset by solving real-world business problems through autonomous AI systems.

Instead of asking participants to write code directly, the challenge asks them to build agents that can observe a problem, understand objectives, create plans, generate solutions, evaluate results, and iteratively improve their output.


What Is Agentic Thinking?

Traditional software development often follows this pattern:

Human → Requirements → Design → Code → Test

Agentic development introduces a new paradigm:

Human → Goal

Agent:
  • Observe
  • Analyze
  • Plan
  • Execute
  • Evaluate
  • Refine
→ Solution

The human provides the objective. The agent figures out how to achieve it.

The challenge is designed to train participants to think in terms of goals rather than instructions.


Challenge Example: The Woodpecker Challenge

Scenario:
Participants are shown a short animation of a woodpecker.

Their objective is simple:

Create an AI Agent capable of observing the animation and generating HTML, CSS, and JavaScript that recreates the woodpecker as accurately as possible.

The participant is not asked to manually create the HTML or CSS. Instead, they must design an agent capable of producing the solution.

The Human Prompt

Observe the attached woodpecker animation. Generate a web-based recreation using: - HTML - CSS - JavaScript The recreation should closely resemble: - Shape - Color - Movement - Animation timing

How a Simple Agent Would Work

Step 1: Analyze the Animation

The agent extracts:

  • Colors
  • Shapes
  • Dimensions
  • Movement patterns
  • Animation timing
Bird body is black
Head contains red patch
Beak is yellow
Pecking motion repeats every 1.5 seconds

Step 2: Build a Plan

Body → CSS ellipse
Head → CSS circle
Beak → CSS triangle
Tree → CSS rectangle
Pecking → JavaScript animation

Step 3: Generate Code

index.html
styles.css
animation.js

Step 4: Evaluate Similarity

  • Shape similarity
  • Motion similarity
  • Color accuracy
  • Timing accuracy

Step 5: Improve

Generate new version
Compare
Improve
Repeat

The agent becomes self-improving.


The Advanced Challenge

The real power emerges when participants build multi-agent systems.

Observation Agent


Planning Agent


Code Generation Agent


Testing Agent


Critic Agent


Improvement Agent

Each agent specializes in a specific responsibility, mirroring how human teams collaborate.


What Participants Learn

1. Goal-Based Thinking

Traditional Developer:

How do I write this code?

Agentic Developer:

How do I create a system that figures out the code?

2. Decomposition

Observe → Extract → Plan → Generate → Test → Improve

3. Evaluation Frameworks

  • Scoring systems
  • Validation strategies
  • Critique mechanisms
  • Self-correction loops

4. Multi-Agent Collaboration

  • Business Analysts
  • Architects
  • Developers
  • Testers
  • Product Owners

Beyond the Woodpecker

  • Insurance Underwriting Agent
  • Legacy Modernization Agent
  • Financial Analysis Agent
  • Healthcare Workflow Agent
  • UI Recreation Agent
  • Business Process Agent

Scoring Criteria

Category Weight
Accuracy25%
Agent Design20%
Autonomy20%
Evaluation Framework15%
Improvement Loop10%
Innovation10%

Why This Matters

Over the next decade, the most valuable professionals will not necessarily be those who write the most code.

They will be those who can design systems that:

  • Reason
  • Plan
  • Execute
  • Validate
  • Improve

Organizations are increasingly seeking people who can orchestrate AI capabilities rather than simply consume them.


Final Challenge Statement

You are not being challenged to build a woodpecker.

You are being challenged to build an agent that can figure out how to build the woodpecker.

The future belongs not only to those who can solve problems, but to those who can design intelligent systems that solve problems on their own.

Welcome to the Agentic AI Challenge.

Comments