




























Command+Y to accept or Command+N to reject. I shouldn't have to type it in text, right? So a GUI allows a human to audit the work of these fallible systems and to go faster.Command+K to change just that chunk of code. You can do Command+L to change the entire file. Or you can do Command+I which just let it rip, do whatever you want in the entire repo, and that's the sort of full autonomy agentic version.



"AI-assisted coding" workflows (very rapidly evolving...):
don't ask for code, ask for approaches
1Write a Python rate limiter that limits users to 10 requests per minute.
1Implement a token bucket rate limiter in Python with the following requirements: 2 3– 10 requests per minute per user (identified by `user_id` string) 4– Thread-safe for concurrent access 5– Automatic cleanup of expired entries 6– Return tuple of (allowed: bool, retry_after_seconds: int) 7 8Consider: 9– Should tokens refill gradually or all at once? 10– What happens when the system clock changes? 11– How to prevent memory leaks from inactive users? 12 13Prefer simple, readable implementation over premature optimization. Use stdlib only (no Redis/external deps).




Building Autonomous Software
❌ Iron Man robots ❌ Flashy demos of autonomous agents ❌ AGI 2027
✅ Iron Man suits ✅ Partial autonomy products ✅ Custom GUI and UIUX ✅ Fast Generation - Verification loop ✅ Autonomy slider
Make software highly accessible 👶






There is new category of consumer/manipulator of digital information:









