Skip to content

Commit a9db3f8

Browse files
node9aiclaude
andcommitted
docs: fix aha moment to match actual demo video (git push scenario)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c8de887 commit a9db3f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515

1616
## The "Aha!" Moment
1717

18-
**AIs are literal.** Ask an agent to "fix disk space" and it might run `docker system prune -af --volumes`.
18+
**AIs move fast.** Ask an agent to "ship the fix" and it might push straight to git without asking you.
1919

2020
<p align="center">
2121
<img src="https://github.com/user-attachments/assets/4aa6e45b-9aba-4953-9ce3-548226622588" width="100%">
2222
</p>
2323

2424
With Node9:
2525

26-
1. **AI attempts:** `Bash("docker system prune -af --volumes")`
26+
1. **AI attempts:** `Bash("git push origin main")`
2727
2. **Node9 intercepts:** OS-native popup appears instantly
2828
3. **You block it** — one click
29-
4. **AI pivots:** _"I'll remove large log files instead"_
29+
4. **AI pivots:** _"I'll create a PR for review instead"_
3030

3131
---
3232

0 commit comments

Comments
 (0)