InITNEXTbyGil Fink·Jun 25Architectural Freedom: Implementing LCEL and Composable Chains in Browser AI AgentsThroughout this series on building enterprise-grade AI agents with Chrome’s Prompt API, we have steadily overcome the major physical…
InITNEXTbyGil Fink·Jun 20Injecting On-Demand Domain Expertise: Building a Dynamic Skills Feature for Browser AI AgentsIn our ongoing series on engineering enterprise-grade AI agents using Chrome’s built-in Prompt API, we have successfully conquered…
InITNEXTbyGil Fink·Jun 19Escaping the Token Limit: Context Compression and Infinite Memory for Browser AI AgentsIn our ongoing series on building enterprise-grade AI agents directly in the browser, we’ve tackled some serious architectural hurdles. We…
InITNEXTbyGil Fink·Jun 18Making the Browser Agent Resilient: Implementing Autonomous Error Handling and RetriesIn the previous installments of our series on building browser-based AI agents, we tackled performance by offloading the reasoning loop to…
InITNEXTbyGil Fink·Jun 16Scaling Front-End AI Agents: RAG for Tools and Escaping the Infinite LoopIn our journey to build an enterprise-grade AI agent directly in the browser, we have laid a solid foundation. In Part 1, we tackled…
InITNEXTbyGil Fink·Jun 15Adding to Your On-Device Agent Long-Term Memory: Integrating IndexedDB into Chrome’s Prompt APIIn my previous post, we explored how to build a stateless, LangChain-style agent architecture using the Chrome Prompt API and Web Workers…
InITNEXTbyGil Fink·Jun 9Building a LangChain-Style AI Agent in the Browser Using Chrome’s Prompt API and Web WorkersIn the dynamic world of front-end development, the tools and APIs available to us are constantly evolving. For years, integrating AI into a…
Gil Fink·Sep 5, 2025Progressive Web Components: Unlocking Universal UI with Native APIsA response icon1A response icon1
Gil Fink·Jun 29, 2025Beyond the Basics: Building a Responsive Image Processing Pipeline with the Scheduler APIFollowing up on our discussion about mastering task management in JavaScript for smoother UIs, this post will take us deeper into the…
Gil Fink·Jun 21, 2025Task Management in JavaScriptAs front-end developers, we’re constantly producing UI tasks. From rendering complex UI components to processing user input, and from…