// read.learn.build
Blog
140 posts published
AI Is Rewriting Textbooks. But Are We Also Rewriting How We Think?
AI Is Rewriting Textbooks. But Are We Also Rewriting How We Think? Last week, Google launched Learn Your Way an experiment to rethink one of educationโs most overused yet under-loved tools: the textbook. ๐๐ง๐ ๐ก๐๐ซ๐โ๐ฌ ๐ญ๐ก๐ ๐ฉ๐ซ๐จ๐๐ฅ๐๐ฆ ๐ข๐ญโ๐ฌ ๐ญ๐ซ๐ฒ๐ข๐ง๐ ๐ญ๐จ...
Full Stack of a RAG System
Full Stack of a RAG System Retrieval-Augmented Generation (RAG) is one of the most practical ways to make large language models more reliable. But behind the scenes, a full RAG system has many moving parts. Think of it as an iceberg the frontend is visible, but most of the...
Today, Iโm sharing some bittersweet news: Iโve decided to move on from my role as
Today, Iโm sharing some bittersweet news: Iโve decided to move on from my role as ๐๐ซ๐ข๐ง๐๐ข๐ฉ๐๐ฅ ๐๐ฎ๐ญ๐จ๐ฆ๐๐ญ๐ข๐จ๐ง ๐๐ง๐ ๐ข๐ง๐๐๐ซ at Ally Bank. My time here has been transformative. Working at the intersection of ๐๐ ๐๐ง๐ญ๐ข๐ ๐๐, ๐๐ง๐ญ๐๐ฅ๐ฅ๐ข๐ ๐๐ง๐ญ...
Agentic AI vs AI Agents, What's the Real Difference?
Agentic AI vs AI Agents, What's the Real Difference? Letโs break it down in system terms: ๐๐ ๐๐ ๐๐ง๐ญ๐ฌ: These are rule-based or goal-directed components that perform single, predefined tasks using hardcoded tools and static workflows. โ No planning โ No autonomy โ No memory...
Chunking is the unsung hero of RAG systems.
Chunking is the unsung hero of RAG systems. Everyone talks about retrieval. Few talk about how you prepare the data youโre retrieving. But hereโs the thing: If your LLM gives vague, irrelevant, or hallucinated answersโitโs often not the modelโs fault. Itโs the chunking. Letโs...
At some point, LLMs stop just getting better - and start getting weirdly smarter.
At some point, LLMs stop just getting better - and start getting weirdly smarter. This idea - called emergent abilities - is not just AI hype. It is one of the most fascinating shifts happening as we scale language models. Researchers from Google and Stanford recently dug into...
LangChain just dropped something big:
LangChain just dropped something big: Open Deep Research an autonomous agent built for long-form, reliable research. This is not just a wrapper around web search. It is a modular, multi-agent system that scopes, investigates, and synthesizes knowledge with real structure....
Every powerful AI agent is built on a pattern.
Every powerful AI agent is built on a pattern. And no, I do not mean code. I mean design thinking. ๐๐ฌ ๐๐ ๐๐ง๐ญ๐ฌ ๐ ๐๐ญ ๐ฆ๐จ๐ซ๐ ๐๐๐ฉ๐๐๐ฅ๐, ๐ญ๐ก๐ ๐ซ๐๐๐ฅ ๐ช๐ฎ๐๐ฌ๐ญ๐ข๐จ๐ง ๐ข๐ฌ ๐ง๐จ๐ญ: โ๐๐๐ง ๐ข๐ญ ๐๐จ ๐ญ๐ก๐ ๐ญ๐๐ฌ๐ค?โ ๐๐ญโ๐ฌ: โ๐๐๐ง ๐ฐ๐ ๐๐ซ๐๐ก๐ข๐ญ๐๐๐ญ ๐ข๐ญ...
AI agents donโt just predict. They act.
AI agents donโt just predict. They act. And that changes the security game entirely. Weโre entering a new era Where AI agents arenโt just responding to prompts, Theyโre planning, reasoning, and executing real-world tasks. And that means: New power. New risks. New rules. Googleโs...