Session 0: Experience the Power of AI Agents

What We’re Doing Today

Today, you’ll get hands-on experience with an “AI agent.” No complicated steps are involved. Everything can be done from your web browser.

How It Works

You write a task → The AI agent executes it automatically → You review the deliverable
 (GitHub Issue)          (Claude Code)                       (Pull Request)

Step 1: Access the GitHub Repository

  1. Open the following URL in your web browser (the instructor will provide it)
  2. If you’re not logged in to GitHub, please log in
https://github.com/(URL provided by the instructor)

Step 2: Assign a Task to the AI Agent

  1. Click the “Issues” tab at the top of the repository page
  2. Click the “New issue” button in the upper right
  3. Choose one of the templates below and customize it to fit your own work

Task Templates

A: Industry Research

Title: Latest Trend Research for the XX Industry

Body:
Identify the three latest trends in the XX industry
and summarize each with an overview and business impact in approximately 500 words.

Target audience: Division managers

B: Competitive Analysis

Title: Service Comparison of Company XX and Company YY

Body:
Compare the services of Company XX and Company YY
and create a comparison table covering features, pricing, and target customers.

Target audience: Sales team

C: Proposal Draft

Title: Proposal for an Internal Study Session on XX

Body:
Create a draft proposal for an internal study session on XX.
Please include the following:
- Purpose
- Target audience
- Proposed agenda (assuming 60 minutes)
- Required preparations

Target audience: Team leaders
  1. Once you’ve written your content, click “Submit new issue”

💡 Tips for Writing Good Instructions

  • Specify who the document is intended for
  • Indicate the desired length or level of detail
  • List what you want included using bullet points

Step 3: Review the Deliverable

When the AI agent finishes its work, a Pull Request (PR) will be created automatically.

  1. Click the “Pull requests” tab on the repository page
  2. Open the PR that corresponds to your task
  3. Click the “Files changed” tab to review the deliverable

Step 4: Send Feedback

If there’s anything you’d like revised in the deliverable, write it in the PR comment section.

Example comments:

  • “Please add more specific data about the third trend”
  • “Please add a ‘Track Record’ column to the comparison table”
  • “Please rewrite the whole thing in a slightly more casual tone”

Start your comment with @claude before posting. The AI agent will read your comment and make the revisions.


Reflection

Based on today’s experience, take a moment to think about the following:

  1. What surprised you: What was the most surprising thing?
  2. Possibilities: Can you think of situations in your own work where this could be useful?
  3. Concerns: Did you feel any concerns or anxieties after trying this out?

Key Takeaways

AI Chatbot (Traditional)AI Agent (What You Experienced Today)
You ask a question and get an answerYou assign a task and it executes autonomously
Single question-and-answer exchangesMultiple steps: planning → research → creation → submission
Results exist only within the chat windowDeliverables are saved as files
Conversation history gets buried over timeRecords accumulate on GitHub

Coming Up Next

In the next session (Session 1), we’ll learn how AI agents work and try running Claude Code on your own PC.

Homework (Optional)

  • Write down three tasks in your daily work that you think could be delegated to an AI agent
  • Check out other participants’ Issues and PRs (you can find them in the GitHub repository)