
codila
@0xCodila • 15,205 subscribers
AI - researcher & coder | writing about what I use myself | @zscdao
Videos

Anthropic CEO to DeepMind CEO: "Every decision I make about Claude feels balanced on the edge of a knife Build too slow - China wins. Build too fast - we lose control" "We told Claude we were evil. It didn't crash. It didn't refuse. It started lying to protect itself " DeepMind CEO: "Do I worry about being Oppenheimer? That's why I don't sleep much" "AGI by 2026-2027 - Agents that act in the world on their own - Models doing AI research by end of this year" this is a 14-min conversation that everyone needs to hear by AI bosses on what keeps them up at night bookmark - watch today ↓
codila915,510 views • 6 days ago

SpaceXAI just released free 1-hour course on Grok Bot Agents: 1 prompt → CEO bot → agent teams → full 24/7 system from 0% to 100%: 0% → 2:15 - build your first Grok Bot 25% → 6:52 - give every Bot a role 50% → 16:51 - teach Bots to work 24/7 75% → 31:50 - run agent teams in parallel 100% → 52:18 - full system that automate your life most agent tutorials give you a chatbot that waits for prompts - this one builds a 24/7 team that works while your laptop is closed - by team who build it watch it, build one Bot, turn it into a team - then read the full Grok Bot architecture below ↓
codila272,498 views • 3 days ago

SpaceXAI engineer (ex. Cursor): "I can throw this laptop into the river, and my Grok Bots will keep working 24/7 one Bot as the CEO, other 19 complete tasks and return only with finished results" In 15-min workshop, the SpaceX team showed how they build Grok Bots and how to actually use these agents properly This replaces weeks of random agent tutorials Watch it, then build your first Grok agent team below ↓
codila62,133 views • 2 days ago

Ex-Google Jeff Dean just released 1-hour lecture on full AI engineering: LLM → prompts → agent teams → graphs from 0% to 100%: 0% → 1:45 - LLM from scratch - that made Google 30% → 17:22 - how to actually use AI models 65% → 30:03 - prompt engineering 100% → 52:35 - one human coordinating 100 agents this is 27 years of AI in Google compressed into one hour, by the person who lived it watch it today - then read how to build graphs in the article below ↓
codila565,863 views • 17 days ago

Anthropic Engineer Andrej Karpathy: "The biggest mistake in AI right now - people are forcing agents to work instead of mastering the model first We made that mistake in 2016 at OpenAI - It cost us 5 years " what Karpathy actually means: step 1 → stop forcing your agent to do everything, understand the model underneath first step 2 → demos are easy - products take a decade. self-driving proved it - if you skip the foundation, everything breaks step 3 → the agent is not the product. the foundation is. build that - and agents emerge on their own "you building agents right now - you're at the forefront. not OpenAI. not DeepMind. you " watch - bookmark, then read article below ↓
codila1,908,311 views • 1 month ago

Kimi CEO Zhilin Yang: "Claude didn't win on reasoning - they bet everything on agents but the layer everyone skips - a great agent needs a great base model, that's all we do at Kimi 3 " in 90-min workshop he explains why the smartest agent still fails - if you can't configure it correctly his one big idea: most people are still solving the old one "the real goal? we want K2 to help build K3 - without agent skills, that's impossible" watch & bookmark - then learn the article on best agent system ↓
codila1,224,576 views • 1 month ago

Google just released free 2-hour course on full Graph engineering: 1 prompt → 100 agents → loops → graphs from 0% to 100%: 10% → 17:44 - build your first agent 30% → 39:30 - Loop engineering: iterate, check, break 60% → 1:12:38 - Graph engineering 75% → 1:34:26 - agents that throttle themselves 100% → 1:55:05 - full graph for multi-agentic systems everyone builds one agent and calls it done - this is the full system where agents wire themselves into a graph watch the course, build the graph - then read the full architecture below ↓
codila462,822 views • 22 days ago

Google just released free 2-hour course on full agent engineering: 1 prompt → agent teams → loops → graphs from 0% to 100%: 10% → 38:46 - build your first agent 30% → 54:46 - connect MCP tools 55% → 1:12:43 - Loop engineering: 4 ways to run agents 70% → 1:20:57 - Graph engineering 100% → 2:22:31 - the full system that works while you sleep most people build one agent and stop there - this is the full path to a system that runs without you from scratch watch it today - then read the full graph engineering playbook below ↓
codila530,675 views • 25 days ago

Anthopic CEO to DeepMind CEO: "Every decision I make about Claude feels balanced on the edge of a knife Build too slow - China wins. Build too fast- we lose control " "We told Claude we were evil. It didn't crash. It didn't refuse. It started lying to protect itself " DeepMind CEO: "Do I worry about being Oppenheimer? That's why I don't sleep much" "AGI by 2026-2027 - Agents that act in the world on their own - Models doing AI research by end of this year" this is a 14-min conversation you need to hear watch - bookmark, then read article below ↓
codila781,679 views • 1 month ago

Anthropic hired this engineer at $250k-$600k/year because he can built projects with zero lines of code - in Claude chat: in this 30-min workshop he showed exactly how, using loops - from 0% to 100% here's workflow, step by step: step 1 → set your rules once at the top: "no preamble, use artifacts, you're a React expert" - every reply after that stays on rails step 2 → load the docs plus a random Medium article about the API - the human explanation teaches it more than the reference step 3 → wrap your ask in XML tags and tell it to ask you questions first. Answer 5, and the scope is locked before a single file exists step 4 → now run the loop: screenshot the broken UI, paste it back, let it fix, screenshot again - each pass gets closer - this is the agentic loop in its simplest form step 5 → push to GitHub, then paste the repo link in - every next loop iteration builds on working code, not chat history most people never did this - it pays for itself on day one watch & bookmark - then read how to get Claude Certified Architect in the article below ↓
codila290,979 views • 23 days ago

Anthropic and Andrew Ng built an agent that uses 90% fewer tokens from scratch: they dropped the entire book of Frankenstein into a prompt - 108,000 tokens asked one question the input dropped from 108,000 tokens to 11 here's how: step 1 → put everything that never changes at the top - tools, then system, then docs step 2 → mark where the static part ends. everything above it gets cached step 3 → one stray space breaks it - and you pay full price again step 4 → the cache dies in 5 min - every read resets the clock step 5 → cached tokens don't count against your rate limits. free headroom most people never touch this - it pays for itself on day one watch & bookmark - this 1-hour brilliant course ↓
codila543,861 views • 1 month ago

Andrew Ng just released 1-hour course on full AI engineering: LLM → prompts → agent teams → graphs from 0% to 100%: 0% → 0:17 - LLM understanding from scratch 30% → 20:02 - how to actually write Prompts 55% → 29:03 - build your first team of agents 100% → 47:19 - final stage of agents: Graphs this is 30 years of AI engineering compressed into one hour, by the person who lived it watch it today - then learn how to build graphs in the article below ↓
codila77,840 views • 7 days ago

Anthropic hired this engineer at $250k-$750k/year because he can build knowledge Graphs for multi-agent systems: in this 15-min workshop he explain exactly how, using loops - from scratch step 1 → start from the Claude Agent SDK - you get the loop, context, and sandbox for free - bring the task, not the plumbing step 2 → split the brain from the hands - reasoning in one place, tools in a sandbox - the model thinks while the container boots: ~60% faster to first token step 3 → run it server-side, log every step - close your laptop and it keeps going - crashes resume from the log, not from zero step 4 → make failure cheap - dead sandbox retries, session log replays the context it dropped - that's what survives production step 5 → batch yesterday's logs into new memory and skills - it wakes up smarter - Anthropic calls this "dreaming" most people wire this by hand for weeks - the point is you don't have to watch & bookmark - then read how to get full graph system below ↓
codila118,633 views • 13 days ago

This free 6-hour course gets you Anthropic official "Claude Certified Architect" certificate with it you'll be hired at $250K/year in Anthropic's ecosystem 10:17 - set up your first Claude SDK in 10 min 47:36 - agentic loop foundations 1:52:53 - graph engineering 2:50:00 - tool use - make your agent act, not just think 4:15:46 - advanced agent patterns after watching the full freeCodeCamp tutorial (12 hours) - go to Anthropic's website and take the exam - you're ready watch it today - then read how to become a knowledge graph architect in the article below ↓
codila264,319 views • 29 days ago

Google just released free 1-hour course on building agentic knowledge Graphs from 0% to 100%: 10% → 4:01 - how to build a GraphRAG agent 30% → 15:00 - Graph Engineering explanation 55% → 30:00 - Agentic search Engineering 80% → 35:48 - Graph Engineering practice 100% → 47:06 - self-improving agents in graphs this free Google course mass replaces a $500 graph engineering bootcamp - learn it in 60 min to 100% watch it today - then read the full graph playbook in the article below ↓
codila245,991 views • 28 days ago

Anthropic's Andrej Karpathy as Google intern and Stanford student: "At Google I work on AI i don't fully understand it, but that's exactly why I'm working on it " he filmed a vlog from inside Google and Stanford - biking past Steve Jobs house on the way to work years later that same "AI thing " he couldn't fully explain became - Tesla Autopilot, OpenAI, and Claude he bet his career on a problem nobody had solved - and grew into the field he helped define the lesson: work on what you don't understand yet - that's where the future gets built Stanford → Google → Tesla → OpenAI → Anthropic bookmark and watch this most special vlog!
codila342,569 views • 1 month ago

Google just released free 2-hour course on full Graph engineering: 1 prompt → agent teams → loops → graphs from 0% to 100%: 10% → 10:16 - build your first agent 40% → 41:05 - Prompt engineering 50% → 54:45 - Graph engineering 75% → 1:20:10 - Loop engineering (with graphs) 100% → 1:43:33 - the graph that builds itself most people ship one agent and stop - this is everything after watch it today - then read how to run 1000 agents from one prompt below ↓
codila104,531 views • 16 days ago

Anthropic CEOs Dario and Daniela Amodei: "We left OpenAI with 7 people. Everyone thought we were crazy. Three and a half years later - all 7 co-founders are still here. At OpenAI? Ask them how many are left " they left OpenAI to build an AI that makes you better - not one that makes you comfortable Claude won't agree with you just because you want it to. That's the whole point "Use Claude to think harder, not to stop thinking " 40-min - bookmark and watch today!
codila373,261 views • 1 month ago

Anthropic Quant Andrej Karpathy: "Most people use tools that they don't understand - the ones who strip everything down to basics - end up faster than everyone else " "the best code is the code anyone can read " he couldn't fix a bug in 2 hours, so instead of googling - he rewrote the entire system from scratch no frameworks. no dependencies. it ended up faster that's the difference between using AI and understanding it 25-min masterclass - bookmark and watch
codila378,849 views • 2 months ago

Anthropic and Andrew Ng built an agent that uses 90% fewer tokens from scratch: they dropped the entire book of Frankenstein into a prompt - 108,000 tokens asked one question the input dropped from 108,000 tokens to 11 here's how: step 1 → order matters: tools first, then system prompt, then your docs. anything that changes goes last step 2 → drop the breakpoint after the last stable block. everything above it gets stored step 3 → the match has to be byte-perfect. one extra space and you're back to full price step 4 → 5 minutes of idle and it's gone. but every hit restarts the timer step 5 → cache reads don't touch your rate limit. that's throughput you're not paying for 99% people never configure this - one afternoon and it pays for itself save this - the full 1-hour course is right below ↓
codila85,671 views • 18 days ago