How to build AI Agents with DjangoThe intersection of artificial intelligence and web development has opened the doors to creating smarter, more interactive applications. AI…Jan 274Jan 274
Breaking the Code: How Transformers See Language (Part 1: Tokenization)This is Part 1 of a Transformer series, which aims to cover the foundational architecture of modern day large language models. We start…Jan 9Jan 9
Webcomponents + React + HTMX — the series [Part 1]Have you ever wondered what would be to have the control and isolation of WebComponents, the flexibility and ecosystem of React and the…Jul 16, 20243Jul 16, 20243
How to set up Django from Scratch with Celery + Channels + Redis + Docker — Real Time Django…Have you ever seen AI generate HTML elements and then have them dynamically rendered in real time in the DOM?Jul 10, 2024Jul 10, 2024
Published inTowards DevHow to set up Django from Scratch with Celery + Channels + Redis + Docker — Real Time Django…Combining asynchronous Celery workers with LangChain enables the creation of real-time AI workers, so inferencing times don’t hinder your…Jul 10, 2024Jul 10, 2024
Published inTowards DevHow to set up Django from Scratch with Celery + Channels + Redis + Docker — Real Time Django…Welcome to Part 3of setting up a fully scalable backend for a real-time AI application! If you haven’t seen it yet, we’re building an AI…Jul 7, 20241Jul 7, 20241
Published inTowards DevHow to set up Django from Scratch with Celery + Channels + Redis + Docker — Real Time Django…Welcome to Part 2 of setting up a fully scalable backend for a real-time AI application! If you haven’t seen it yet, we’re building an AI…Jul 6, 20244Jul 6, 20244
Published inTowards DevHow to set up Django from Scratch with Celery + Channels + Redis + Docker — Real Time Django…If you’ve not seen it by now, we have been building an web app that offers an AI agent that generates interactive and real time data…Jul 4, 20242Jul 4, 20242
How to Build Client-Side Code Execution for AI Agents: Benefits and Drawbacks ExplainedIn the evolving landscape of web development, the choice between client-side and server-side code execution is pivotal in determining the…Jul 3, 2024Jul 3, 2024
Published inGenerative AITransform Unstructured LLM Output into Structured Data with Output Parsing Pydantic Models: A…Have you ever tried to make sense of the unstructured output received from a language model, and wondered whether there was an easier way…Jul 2, 20241Jul 2, 20241