AI workflows, Moonshot Kimi K3, Google AI Mode, AWS, Cloudflare, and more.AI Distilled #145: How AI Is Evolving Beyond ChatbotsDon't build AI for disconnected environments without reading these five architecture patterns first.Rio Tinto's autonomous trucks process 5TB of data daily through subterranean tunnels with zero connectivity. Offshore wind turbines run fault detection through satellite blackouts. Five architecture patterns make this possible. Read if you're building AI for anywhere the cloud isn't guaranteed.Read the PatternsSponsored"The future of AI won't be defined by the models we use. It will be defined by the systems we build around them."That shift is already underway.The conversation is moving beyond prompts, benchmarks, and model releases toward something far more important: how AI completes real work. The next wave of GenAI applications won't be judged by how well they answer a question, but by whether they can reliably retrieve information, execute code, use tools, validate outputs, and complete entire workflows from start to finish.This week's featured article by Diogo Alves de Resende explores exactly why workflow engineering is becoming the new competitive advantage in AI. If you're building AI agents, RAG systems, enterprise copilots, or production GenAI applications, this is one article you won't want to miss.The rest of this week's edition reinforces the same trend. From open-weight frontier models and AI-native telecom infrastructure to enterprise AI security, biosecurity, reasoning breakthroughs, and agent ecosystems, the industry is rapidly shifting from building bigger models to building AI systems that businesses can trust.This week's AI Pulse:The Next Generation of GenAI Applications Will Be Built Around Workflows by Diogo Alves de ResendeMoonshot's Kimi K3 aims to challenge Anthropic's latest frontier modelsNokia bets on NVIDIA-powered AI-RAN to reshape telecom infrastructureAWS and Bluesight deploy AI assistants for hospital complianceGoogle DeepMind expands its AI bioresilience initiativeCloudflare redraws the rules for AI agent access to the webHugging Face investigates an AI-agent-driven security breachSchema pushes ARC-AGI-3 performance close to human levels through better reasoning workflowsGoogle AI Mode expands with third-party app integrationsOpenAI continues its consumer branding push with new merchandiseLet's dive in.Cheers,Merlyn Shelley,Growth Lead, Packt.🎙️ This Weekend with PacktIf you’re building LLM applications that need to work beyond the demo, don’t miss our live workshop:Build Reliable GenAI Applications with AI Evals, Observability & Testing.Join AI practitionersAmy ChenandSujeet Mishraas they walk through practical workflows for evaluating prompts, RAG pipelines, AI agents, and production GenAI systems. You’ll learn how leading AI teams use metrics, regression testing, observability, and continuous evaluation to build AI applications they can confidently ship.📅 Saturday, July 18 | 9:30 AM – 1:30 PM EDTJoin Amy and Sujeet Live!The Next Generation of GenAI Applications Will Be Built Around WorkflowsWhy production AI is shifting beyond prompts to orchestrated workflows powered by RAG, Python, APIs, evaluations, and guardrails.Written byDiogo Alves de ResendeThe future of GenAI isn’t about better prompts. It’s about building systems that can complete reliable, end-to-end workflows.For the past two years, much of the conversation around GenAI has focused on prompting.How do you write better prompts? Which model performs best? How can you make responses sound more intelligent?Those questions matter, but they miss a larger shift that’s already happening.The next generation of GenAI applications won’t be evaluated by how well they answer a single question. They’ll be evaluated by whether they can reliably complete an entire workflow from start to finish.That is a fundamentally different engineering problem.Register for the Workshop →Build Your Financial AI AnalystFrom Answers to ActionsConsider a Financial AI Analyst.A typical chatbot can answer questions about a company using what it already knows or by retrieving a few relevant document chunks. That might be enough for a demo.It isn’t enough for a system someone can actually trust.A production-ready financial assistant needs to do far more than generate text. It needs to gather evidence, perform calculations, validate results, and explain its reasoning before arriving at a conclusion.A typical workflow might look like this:◾Retrieve the latest annual report.◾Identify the relevant financial statements.◾Extract revenue, cash flow, margins, and debt figures.◾Connect to a live market data API.◾Calculate returns, volatility, valuation ratios, and trends using Python.◾Compare results against previous reporting periods or competitors.◾Generate a clear, source-backed explanation.◾Each step depends on a different capability.RAG retrieves relevant information from enterprise documents. APIs provide live external data. Python performs deterministic calculations that shouldn’t be delegated to an LLM. The language model orchestrates these components, deciding which tools to use, when additional information is required, and how to communicate the final result.This is what modern AI engineering increasingly looks like.AI Systems Are Becoming Workflow EnginesRather than relying on one large prompt and hoping for the best, developers are designing AI applications as structured workflows.These systems retrieve information, call tools, execute code, validate intermediate results, and adapt their next actions based on what they discover.The LLM becomes one component within a larger orchestration layer rather than the entire application.This shift is enabling developers to build AI assistants that are significantly more useful because they can interact with external systems, perform real computations, and produce grounded outputs instead of plausible-sounding guesses.But it also introduces a new challenge.Every Additional Step Creates New Failure PointsThe more capable an AI workflow becomes, the more opportunities there are for things to go wrong.The system might retrieve the wrong document.It could extract an incorrect financial value.An API might return incomplete data.A calculation could be performed using outdated inputs.Or the model might confidently generate a conclusion that isn’t actually supported by the evidence it collected.These aren’t isolated problems. They’re engineering challenges that emerge whenever multiple tools, data sources, and reasoning steps are combined into a single application.That’s why modern AI workflows require more than good prompts.They require evaluations, structured outputs, source verification, guardrails, prompt injection defenses, and mechanisms that make every step observable and testable.Reliability isn’t something that’s added after deployment. It has to be designed into the workflow from the beginning.Register for the Workshop →Build Your Financial AI AnalystBuilding AI Systems You Can TrustAs enterprises move beyond experimentation, the definition of a successful GenAI application is changing.It’s no longer enough for a model to produce an impressive answer.The entire process behind that answer needs to be transparent, repeatable, and reliable enough to support real business decisions.That’s where workflow-driven AI engineering is headed — and it’s rapidly becoming one of the most valuable skills for data scientists, ML engineers, and AI practitioners building production systems.Build One YourselfIn my upcoming live workshop,Build Intelligent Assistants with GenAI, Python & AI Tools, we’ll move beyond theory and build a production-ready Financial AI Analyst from scratch.Together, we’ll build an end-to-end workflow that combines:◾GenAI and modern LLMs◾Python for deterministic financial analysis◾Retrieval-Augmented Generation (RAG)◾Live market data APIs◾Jupyter Notebook◾Cursor◾LovableAlong the way, we’ll explore how to integrate retrieval, tool use, evaluations, guardrails, and prompt injection defenses into AI workflows that are designed for real-world reliability rather than simple demonstrations.If you’re looking to move beyond chatbot prototypes and start building production-ready AI assistants, this workshop is designed to give you a practical architecture you can reuse across financial analysis, enterprise copilots, and intelligent business applications.📅 Live Online WorkshopBuild Intelligent Assistants with GenAI, Python & AI ToolsSaturday, July 25 | 7:00 PM–11:00 PM GMT+5Join us to build a complete Financial AI Analyst and gain hands-on experience with the tools, workflows, and engineering practices powering the next generation of GenAI applications.Register for the Workshop →Build Your Financial AI AnalystJoin us live!One bundle. Fourteen books. Endless learning.Master today’s most in-demand Data & AI technologies—from LLMs and Python to Power BI, SQL, dbt, and Snowflake—with savings of up to93%.Grab the bundle before the offer endsAI Pulse: This Week◾Moonshot's upcoming Kimi 3 is expected to close the gap with Anthropic's Opus 4.8:Chinese AI labMoonshot AIis preparing to launchKimi K3, an open-weight model expected to rival or even surpassAnthropic’sOpus 4.8. With an estimated2–3 trillion parameters, it could become China’s largest open-weight model. The launch comes as enterprises increasingly weigh cost-effective open models against premium closed-source AI, while Moonshotreportedly seeksfunding at a$31.5 billionvaluation.◾Nokia's AI-RAN platform: a radio comeback that runs on NVIDIA.Nokiahas unveiled itsAI-RAN platform, built with NVIDIA, promising a software-driven approach to boost network capacity without requiring new spectrum. Early trials show20% spectral efficiency gains, with ambitions to double capacity by 2028. While Nokia positions it as the industry's first GPU-powered AI-RAN platform, rivals like Ericsson already offer commercial AI-powered RAN solutions, making this a promising strategic shift rather than a definitive market lead.◾AWS and Bluesight build AI for hospital 340B compliance:AWS andBluesighthave launchedPrism Assistant, an AI-powered assistant now deployed across20 health systemsto automate hospital pharmacy investigations and compliance reporting. Built onAmazon Bedrock, the platform cuts report generation from hours to minutes whilemaintainingdeterministic compliance scoring and full audit trails. A multi-agent340B compliance assistantis also planned for release later this year.◾Examining Google DeepMind's AI bioresilience push:Google DeepMindandIsomorphic Labshave expanded abioresilienceinitiative with15+ partnershipsaimed at preventing AI misuse in biology while accelerating outbreak detection and response. The program focuses on safer frontier AI, improved DNA screening, metagenomic sequencing, and faster drug discovery with AlphaFold. The companies are also urging stronger biosecurity policies as AI capabilities in life sciences continue to advance.◾AI agent crawlers, Cloudflare's new rules, and the way through:Cloudflareis reshaping how AI agents access the web by introducing new controls that classify crawlers intoSearch, Agent, and Trainingcategories. FromSeptember 15, AIagentand training crawlers will be blocked by default on many ad-supported sites, pushing developers toward licensed access and paid content agreements. The move could significantlyimpacthow enterprise AI agents retrieve real-time information from the open web.◾Hugging Face discloses AI-agent-driven breach of internal clusters:Hugging Facedisclosedthat anautonomous AI agentexploited a malicious dataset to gain access to internal systems, exposing some internal datasets and service credentials, thoughpublic models, datasets, and Spaces were unaffected. The incident also highlighted a growing challenge for AI security teams: hosted frontier models refused to analyze exploit payloads, forcing investigators to rely on anopen-weight modelfor forensic analysis.◾Frontier Models with Our Harness Achieve ~99% on ARC-AGI-3 Public — Schema:Impossible Researchhas introducedSchema, a new AI reasoning harness that enables frontier models to infer game rules through hypothesis, experimentation, and executable programs rather than weight updates. On theARC-AGI-3 Public benchmark, Schema achieved aself-reported 98.98%with Claude Opus 4.8 and Fable 5, highlighting how improved reasoning workflows—not just larger models—can dramatically advance AI performance on complex reasoning tasks.◾Google's AI Mode now lets you link and interact with select apps:Googleis expandingAI Modebeyond search with support for third-party app integrations, includingInstacart, Canva, and YouTube. Users can now complete tasks like creating shopping carts, finding design templates, and saving playlists directly from AI Mode. Rolling out in theU.S., the update strengthens Google's push toward an AI-powered assistant that competes more directly with ChatGPT and Claude through seamless app connectivity.◾Why is OpenAI selling a ChatGPT basketball?OpenAIhas expanded its merchandise lineup with branded products ranging from a$230 mini keyboardto a$70 ChatGPT basketball, positioning them as part of its "Pause. Play. Prompt." campaign. While the launch islargely promotional, it reflects OpenAI's broader effort to build a consumer brand beyond AI software through lifestyle-focused products and community engagement.See you next time!📢 If your company is interested in reaching an audience of developers and, technical professionals, and decision makers, you may want toadvertise with us.If you have any comments or feedback, just reply back to this email.Thanks for reading and have a great day!*{box-sizing:border-box}body{margin:0;padding:0}a[x-apple-data-detectors]{color:inherit!important;text-decoration:inherit!important}#MessageViewBody a{color:inherit;text-decoration:none}p{line-height:inherit}.desktop_hide,.desktop_hide table{mso-hide:all;display:none;max-height:0;overflow:hidden}.image_block img+div{display:none}sub,sup{font-size:75%;line-height:0}#converted-body .list_block ol,#converted-body .list_block ul,.body [class~=x_list_block] ol,.body [class~=x_list_block] ul,u+.body .list_block ol,u+.body .list_block ul{padding-left:20px} @media (max-width: 100%;display:block}.mobile_hide{min-height:0;max-height:0;max-width: 100%;display:none;overflow:hidden;font-size:0}.desktop_hide,.desktop_hide table{display:table!important;max-height:none!important}.social_block .social-table{display:inline-block!important}}
Read more