We now have a vision #1
gbelinsky
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've been running this project as an itch to scratch. I wanted an agent I could actually trust with ongoing work, one that wouldn't lose context, forget what it was doing, or require me to babysit every run. The agents I
tried either did too little or hid too much.
So I built PersonalAgentKit around a few things I kept wanting: local state I could inspect, runs that resume when they get interrupted, and a system that gets more useful the longer it runs rather than starting fresh
every time.
I finally wrote that down properly. It's in VISION.md at the root of the repo.
Short version: this is for one technically capable person who wants a system that improves through use and continues through failures. Not a team platform, not a hosted product, not autonomy theater.
What also shipped:
The last one came directly from the vision work. The agent audited its own filesystem experience and shipped the fix.
All reactions