Keyword from [Andrej Karpathy: Software Is Changing](https://www.youtube.com/watch?v=zlDNuDctd6o)

1. UI for AI: Currently UI is build for human. But now every application needs build to AI

2. Autonomy Slider: You can decide auto AI or you take over. Need better UX for AI integration

3. Tools guide for AI: Clerk is best example. Old way to add social login is so difficult. You need to know how to add credentials, project ID... . But clerk take over all complicated steps. Just few line of code.

4. Docs for LLMs: add llms.txt let AI know your web and get better understanding

5. Actions for LLMs: change click to cURL. Llm know how to call it.
 
 
Back to Top