JMJohn Morrisoninmorrisonsviews.hashnode.dev·Aug 7 · 5 min readGenerative AI Development: What Happens Between Prompt and OutputType a question into a chatbot and an answer appears in seconds. It feels simple, almost like magic. But that instant reply is the visible tip of a much bigger process. Long before anyone types a sing00
JMJohn Morrisoninmorrisonsviews.hashnode.dev·Aug 6 · 5 min readAI Agent Development: How Memory, Tools, and Reasoning Work TogetherAsk any developer who has actually shipped an AI agent to production, and they'll tell you the same thing: intelligence isn't a single feature. It's the result of three systems working in sync. Memory11K
JMJohn Morrisoninmorrisonsviews.hashnode.dev·Aug 5 · 6 min readGenerative AI Development: Understanding LLMs and Diffusion ModelsEvery time you type a prompt and watch an AI write a paragraph, generate an image, or draft a snippet of code, two very different neural network architectures could be working behind the scenes. One i00
JMJohn Morrisoninmorrisonsviews.hashnode.dev·Aug 4 · 5 min readAI Agent Development: How Agents Decide Which Tool to UseIf you've spent any time building with large language models, you've probably noticed something interesting: a well-designed AI agent doesn't just generate text; it decides. It looks at a task, scans 00