Zekai-Chen commited on
Commit
5592f72
·
verified ·
1 Parent(s): d1ff6de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +103 -3
README.md CHANGED
@@ -1,10 +1,110 @@
1
  ---
2
- title: README
3
  emoji: 🏢
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
7
- pinned: false
 
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: AI Agent Systems Competition
3
  emoji: 🏢
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
7
+ pinned: true
8
+ sdk_version: 6.5.1
9
  ---
10
 
11
+ # AI Agent Systems Competition (Founding Team Track)
12
+
13
+ We are running a builder-focused competition to identify exceptional engineers who can design and ship **reliable AI agent systems**.
14
+ Top performers will be invited to join our founding team / execution center.
15
+
16
+ ---
17
+
18
+ ## 🎯 What to build
19
+
20
+ Create an **AI agent system** that solves a real business execution workflow.
21
+
22
+ Choose one track (or propose your own):
23
+
24
+ ### Track A — Sales Follow-Through Agent
25
+ An agent that turns inbound/outbound leads into scheduled calls and updated CRM states (with follow-ups, retries, and escalation).
26
+
27
+ ### Track B — Recruiting Coordination Agent
28
+ An agent that coordinates candidates + interviewers across scheduling, reminders, status updates, and handoff to humans when needed.
29
+
30
+ ### Track C — Open Track (Execution Agent)
31
+ Any execution workflow that has clear ownership + measurable outcomes (support escalation, onboarding, ops tracking, etc.).
32
+
33
+ ---
34
+
35
+ ## ✅ Submission requirements (must have)
36
+
37
+ Submit **one** entry including:
38
+
39
+ 1) **Code repo (required)**
40
+ - GitHub or Hugging Face repo link
41
+ - Must include: `README`, setup steps, and system architecture description
42
+
43
+ 2) **Demo video (required, 3–5 minutes)**
44
+ Your video must show:
45
+ - A live run of the agent/system
46
+ - A walkthrough of system components
47
+ - At least **one failure case** and how your system handles it
48
+
49
+ 3) **Short write-up (required, 1–2 pages OR README section)**
50
+ Include:
51
+ - Problem definition & assumptions
52
+ - Architecture diagram (can be simple)
53
+ - Reliability & failure handling strategy
54
+ - Metrics you track (and why)
55
+
56
+ ---
57
+
58
+ ## 🧪 Evaluation rubric
59
+
60
+ We evaluate systems based on:
61
+
62
+ - **Reliability & failure handling** (timeouts, retries, fallbacks, human handoff)
63
+ - **Execution logic & ownership** (clear workflow/state, no “prompt-only” demo)
64
+ - **Real-world usability** (deployable mindset, clear interfaces, readable code)
65
+ - **Outcome focus** (metrics, success criteria, measurable impact)
66
+
67
+ > Flashy UI is not required. We care about systems that can run.
68
+
69
+ ---
70
+
71
+ ## 🗓️ Timeline
72
+
73
+ - Registration deadline: **[YYYY-MM-DD]**
74
+ - Submission deadline: **[YYYY-MM-DD]**
75
+ - Final demos / interviews: **[YYYY-MM-DD]**
76
+ - Winner announcements: **[YYYY-MM-DD]**
77
+
78
+ (All times: Pacific Time)
79
+
80
+ ---
81
+
82
+ ## 📮 How to submit
83
+
84
+ Fill out the submission form:
85
+
86
+ - **Submission Form:** [PASTE YOUR GOOGLE FORM LINK HERE]
87
+
88
+ What you will submit in the form:
89
+ - Name / email
90
+ - Track
91
+ - Repo link (GitHub or HF)
92
+ - Demo video link (YouTube / Drive / Loom)
93
+ - Optional: short note (what you’re proud of / what’s incomplete)
94
+
95
+ ---
96
+
97
+ ## 📌 Rules
98
+
99
+ - Individuals or teams (up to **[N]** people)
100
+ - You may use AI tools during development
101
+ - Submissions must be original work (you can use open-source libraries with proper attribution)
102
+ - We may showcase your demo publicly (only with your permission — specify in the form)
103
+
104
+ ---
105
+
106
+ ## 🙌 Contact
107
+
108
+ Questions? Post in **Discussions** or email: **[your-email]**
109
+
110
+ Good luck — we’re excited to see what you build.