Google CEO, Sundar Pichai:
"If you don't learn to how to orchestrate agents now, you'll spend 2027 catching up to people who started today"
In 30 minutes he explains why the best engineers stopped writing code and started building agents.
Most people think building an agent requires an engineering degree.
It doesn't. It requires one guide and one afternoon.
Watch the interview, then save the exact setup below 👇
i'm fully convinced this is the future of education
Matt Pocock built a Claude skill called /teach, and the whole idea is a private tutor that builds an entire customized curriculum around YOU.
think about how school works now.
everyone gets the same lessons at the same pace, whether it's too slow for you or way over your head.
but a great private tutor does the opposite.
they watch where you specifically keep getting stuck, then drill that one weak spot until it clicks.
that's what /teach does automatically.
it finds the bottleneck in your learning and breaks it, over and over, until the thing you couldn't do becomes easy.
he used this skill to learn the Rubik's cube.
it found good sources, wrote him custom lessons with diagrams and little practice drills, and kept a running record of how he was doing.
the way it knows how he's doing is simple: he just tells it. as he practices, he reports back ("i can make the white cross," or "i can mostly solve it but i keep failing the corners"), and it writes that down.
so when he said he was stuck on one specific move, it built the next lesson only for that.
the reason it can do this is memory. most AI forgets everything the moment you close it, so you're always starting from zero.
/teach saves those notes about you on your computer and reads them back before every lesson. so it remembers your goal, what you've already learned, and exactly where you're struggling, then aims the next lesson right at that.
and this works for anything. languages, chess, guitar, onboarding a new hire to a company.
you point it at a topic and it builds you a personal course that keeps adjusting to you and gets smarter the more you use it.
Anthropic CEO Dario Amodei:
"The cheapest way to use Claude is also the smartest. Most devs do the exact opposite"
this is one of the best interviews I've seen in a long time
in this interview he breaks down exactly how a system changes everything:
- the memory and context features that turn Claude into a second brain
- the knowledge architecture most users don't know Claude can build
- the integration layer that connects Claude to your actual workflow
- why typing one question at a time is the most expensive way to use Claude
if you've been using Claude for months and still start every conversation from scratch with zero context, you don't have a Claude problem. you have a system problem
instead of another show tonight, watch this
make sure to bookmark it before it gets lost in your feed
full guide in the article below
Anthropic engineer:
"You can build 5 assistants in one afternoon. Each one handles a task you've been doing manually every single day."
In 45 minutes he builds 5 focused agents from scratch on camera.
Most people are still doing code review, testing, and documentation by hand every single day
Watch the session, then save all templates below 👇
Anthropic engineer:
"You're not supposed to watch Claude Code work. You're supposed to wake up and review what it shipped."
In 22 minutes she builds the entire workflow live on camera.
Most people close their terminal and everything stops.
This setup keeps shipping while you sleep.
Watch the video, then save the exact setup below👇
Farzapedia, personal wikipedia of Farza, good example following my Wiki LLM tweet.
I really like this approach to personalization in a number of ways, compared to "status quo" of an AI that allegedly gets better the more you use it or something:
1. Explicit. The memory artifact is explicit and navigable (the wiki), you can see exactly what the AI does and does not know and you can inspect and manage this artifact, even if you don't do the direct text writing (the LLM does). The knowledge of you is not implicit and unknown, it's explicit and viewable.
2. Yours. Your data is yours, on your local computer, it's not in some particular AI provider's system without the ability to extract it. You're in control of your information.
3. File over app. The memory here is a simple collection of files in universal formats (images, markdown). This means the data is interoperable: you can use a very large collection of tools/CLIs or whatever you want over this information because it's just files. The agents can apply the entire Unix toolkit over them. They can natively read and understand them. Any kind of data can be imported into files as input, and any kind of interface can be used to view them as the output. E.g. you can use Obsidian to view them or vibe code something of your own. Search "File over app" for an article on this philosophy.
4. BYOAI. You can use whatever AI you want to "plug into" this information - Claude, Codex, OpenCode, whatever. You can even think about taking an open source AI and finetuning it on your wiki - in principle, this AI could "know" you in its weights, not just attend over your data.
So this approach to personalization puts *you* in full control. The data is yours. In Universal formats. Explicit and inspectable. Use whatever AI you want over it, keep the AI companies on their toes! :)
Certainly this is not the simplest way to get an AI to know you - it does require you to manage file directories and so on, but agents also make it quite simple and they can help you a lot. I imagine a number of products might come out to make this all easier, but imo "agent proficiency" is a CORE SKILL of the 21st century. These are extremely powerful tools - they speak English and they do all the computer stuff for you. Try this opportunity to play with one.