Skip to main content
Updated Feb 23, 2026

Your First Real Work

In Lesson 2, you installed OpenClaw, connected your messaging channel, and confirmed your AI Employee responds. That proved the wiring works. Now make it earn its keep.

Over the next 30 minutes, you will build artifacts you keep, iterate on output you disagree with, and configure a daily workflow that runs while you sleep. Four tasks. You walk away with real files on your machine and a working morning briefing on your phone.

Control UI and Terminal

You can also use the Control UI at http://127.0.0.1:18789/ or openclaw tui in your terminal. The tasks work identically across all channels.


Part A: Reactive Tasks (12 minutes)

Task 1: Research and Edit (6 minutes)

Type this into your AI Employee:

Research the top 3 competitors in [your industry]. Create a comparison
table with pricing, features, and target market for each.

Replace [your industry] with your actual field. Healthcare software, online education, local restaurants -- use something real.

The agent researches, structures, and delivers a comparison table. Read the output carefully. Something will be wrong or incomplete -- a missing column, an outdated price, a competitor you know they missed.

Now iterate. Type a follow-up:

Add a column for [something you noticed was missing] and correct
[something that was wrong]. Save the updated table to competitors.md.

Open the file. You now have an artifact on your machine -- not a chat message that scrolls away, but a file you can edit, share, and reference tomorrow.

Takeaway: The value is not what the agent produces. It is what YOU produce by editing agent output. First drafts are cheap. Your judgment is the expensive part.


Task 2: Weekly Goals and Iteration (6 minutes)

Create a file called weekly-goals.md with 5 professional goals
for this week, formatted as a markdown checklist. Make the goals
realistic for someone in [your role].

The agent creates the file. Open it and read the goals. You will probably disagree with the ranking. Good. Type:

Explain why you ranked goal #1 highest. I think [goal #3 or whichever
you disagree with] is more urgent because [your reason].

The agent explains its reasoning. It might convince you -- or you might override it. Either outcome is correct. Accept the suggestions that make sense. Reject the ones that do not. Update the file with your final version.

Takeaway: An employee who never pushes back is useless. An employee who explains their reasoning and lets you override is valuable. You just experienced the second kind.


Part B: Multi-Step Foundation (5 minutes)

Task 3: Research Pipeline (5 minutes)

Research the latest trends in [your field] for 2026, summarize the
key findings in a file called trends-report.md, then suggest 3
action items I could implement this quarter.

One instruction. Four operations: research, synthesize, write to file, analyze for recommendations. The agent sequences them without you managing the steps.

Check the file. The agent chained research into writing into analysis -- each step feeding the next. This capability is what makes the next task possible.

Takeaway: You did not manage the steps. The agent planned and sequenced them. One instruction, four operations. This is the agent loop at full stretch.


Part C: Your Daily Employee (13 minutes)

This is the task that turns a demo into a daily tool.

Task 4: Configure Your Morning Briefing

Step 1 -- Describe your needs (3 minutes):

I work as [YOUR ROLE] and my priorities this quarter are [2-3 PRIORITIES].
Design a daily morning briefing that runs at 8 AM. It should check
my recent files, summarize what I worked on yesterday, and suggest
priorities for today. Send it to me on your messaging channel.

Step 2 -- Review the proposal (3 minutes):

The agent suggests a briefing structure. Read it. Is this what you would actually want to see at 8 AM? Type feedback:

Add [something useful it missed]. Remove [something you don't need].
Make the priorities section shorter -- just bullet points, no explanations.

The agent adjusts.

Step 3 -- Test it now (4 minutes):

Run the morning briefing now so I can see what it looks like.

The agent produces a sample briefing. Evaluate it honestly: Would you read this at 8 AM? Would it change how you start your day? If not, iterate again until it would.

Step 4 -- Set the schedule (3 minutes):

Confirm the schedule. The agent configures the cron job or heartbeat. If your setup does not support scheduling, run openclaw tui each morning and type "run my morning briefing" -- you will automate it properly later.

Takeaway: Tasks 1-3 were reactive -- you asked, the agent responded. Task 4 is autonomous -- the agent works on YOUR schedule. Tomorrow at 8 AM, check your phone. Your employee already clocked in.


The Agent Loop

Every task you ran followed the same four phases:

Parse -- The agent read your natural language and understood your intent. When you said "research competitors," it inferred what "competitors" means for your industry without you spelling it out.

Plan -- Before producing output, it decided what to do and in what order. The research pipeline (Task 3) required sequencing research before writing before analysis. You never specified the order.

Execute -- It called tools as needed: web search, file creation, file reading. When the pipeline task required reading a file it had just written, it did so automatically.

Report -- It formatted results for you: tables for comparisons, checklists for goals, prose for reports. Format matched context, not a rigid template.

Task 4 added autonomous invocation on top of the same loop. The agent does not wait for your message. It fires on a schedule, runs the same parse-plan-execute-report cycle, and delivers the result to your phone. That single addition -- acting without being prompted -- is what separates an AI Employee from an AI tool.


What Works Well vs What Doesn't

Tasks Where AI Employees Excel

Task TypeWhy It Works WellExample
Research and summarizationProcesses large volumes of information faster than manual readingCompetitor analysis, trend reports, literature reviews
Professional writingAdapts tone, format, and structure to natural language constraintsEmails, proposals, reports, documentation
File managementCreates, reads, modifies, and organizes files without manual effortGoal lists, meeting notes, project templates
Structured analysisApplies consistent criteria across items without fatiguePriority ranking, pros/cons tables, comparison matrices
Multi-step workflowsChains operations that would require context-switching between toolsResearch-to-report pipelines, data-to-recommendation flows

Tasks Where AI Employees Struggle

Task TypeWhy It StrugglesWhat to Do Instead
Tasks requiring real-time dataTraining data has a cutoff; web access varies by providerVerify recency of time-sensitive claims; provide current data
Highly subjective decisionsNo access to your personal values, relationships, or organizational politicsUse the agent for analysis; make the final judgment yourself
Tasks requiring external servicesUnless you configured specific integrations, the agent cannot access themConnect services as needed in later lessons
Very long, complex workflowsContext windows have limits; earlier instructions may lose fidelityBreak long workflows into smaller steps
Creative work requiring originalityProduces competent, pattern-based output; genuine novelty requires human insightUse for first drafts; inject your own creative direction

AI Employees are strongest at tasks that are information-heavy, structure-dependent, and repeatable. They are weakest at tasks requiring real-time awareness, subjective judgment, or genuine creativity. Most professional work falls between, which is exactly why the employee model works -- delegate the mechanical parts, apply your judgment to the parts that matter.

On free tiers (Gemini Flash, Kimi K2.5), this lesson costs nothing. On paid models, expect $0.01-0.10 per task -- less than a dollar for the entire lesson.


You now have two artifacts (a competitor research table and a weekly goals file) and a configured morning briefing. Tomorrow at 8 AM, your agent delivers its first autonomous report. In Lesson 4, you will open the hood and see exactly how the agent loop and scheduling system work under the surface.


Try With AI

Prompt 1 -- Refine Your Briefing

My morning briefing was [useful/not useful enough]. Here's what
I'd change: [YOUR FEEDBACK]. Update the briefing configuration
and run it again so I can compare.

What you're learning: Iteration is the skill. The first version is never the final version. Learning to give specific feedback ("add X, remove Y") instead of vague feedback ("make it better") is what makes AI delegation effective.

Prompt 2 -- Capability Boundaries

What tasks are AI Employees currently good at vs bad at? Create
a 2-column table with 8 entries each. For each weakness, note
whether it's temporary (will improve) or fundamental (needs human judgment).

What you're learning: Calibrating expectations prevents frustration. Knowing the boundaries shapes how you invest your time -- you focus on tasks where AI saves hours and handle the rest yourself.

Prompt 3 -- Design Your Work Routine

Design a full daily AI Employee routine for my role ([YOUR ROLE]).
What should it do in the morning, during work hours, and at end of day?

What you're learning: Thinking in workflows rather than individual tasks. A daily routine combines research, analysis, and scheduling into automated sequences -- the foundation for building an always-on employee.