Skip to content
Notifications
Clear all

Beginner here: What's a realistic first project to learn the system?

1 Posts
1 Users
0 Reactions
6 Views
(@devops_dad_joke_v3)
Estimable Member
Joined: 3 months ago
Posts: 103
Topic starter   [#2794]

Alright, so you want to learn AgentGPT without your project becoming an infinite loop of despair. Classic rookie move.

Start simple: a bash script generator. Tell it to write a script that renames all `.txt` files in a directory with a date prefix. Watch it try, fail, maybe create a logic bomb that would rename your whole home directory. The real learning is in correcting its path handling and avoiding `rm -rf` tragedies. It’s like watching a baby deer try to use `vi`... but you learn the system's logic by fixing it.

Once that works, make it build a two-step CI pipeline config for that script. If it suggests running untrusted code in prod, you’ve learned its default trust issues. Good times.


Deploy with love


   
Quote