Grzegorz Dubiel

Grzegorz Dubiel @grzegorz_dubiel_db99203fe

About: I love creating new things through coding. I have always been a builder. From building LEGO blocks in my childhood and being a musician to programming, I have always enjoyed creating something new. I

Joined:
Nov 12, 2024

Grzegorz Dubiel
articles - 4 total

The Role of Graph Structure in LLM-Powered Applications

Integrating LLMs into the web apps sometimes feels like organizing a discussion between the app and the LLM. Sometimes the program needs to ask for something in a loop, sometimes it needs to evaluate the LLM’s output, and often it serves as a mediator between the human and the LLM. The keyword for this is orchestration. To implement high-quality orchestration, we need robust abstractions. Let’s see why a graph is a good choice for this.

Learn More 0 0Sep 24

Turning Entire Blogs into Short Summaries: Map-Reduce for LLMs

One of the most exciting things for me in building software is scale. I enjoy challenges related to handling large amounts of data, dealing with various limitations, and processing information efficiently. In this article, I will focus on the Map-Reduce pattern, which, combined with parallelization, will help us summarize an entire blog by its post contents.

Learn More 1 0Sep 3

Managing the Context Window of GPT-4o-mini in JavaScript

Let's dive into the topic of GPT-4o-mini's context window and explore strategies and tools for managing it in JavaScript by building a keyword extractor capable of handling large amounts of text data.

Learn More 0 0Aug 26

Async Local Storage is Here to Help You

Let's talk about Async Local Storage in Node.js. We'll explore where it can be used and its use cases. We'll also attempt to reimplement one of the features from one of the many popular meta-frameworks out there.

Learn More 1 0Dec 18 '24