LLMs are NOT the product

LLMs are NOT the product

Understanding the Limits of System Prompts Language models, like LLMs, can’t keep data safe just by using a system prompt. The system prompt can give instructions, but it can’t make sure that the data is handled properly or that sensitive information stays secure. A company that wants to build a product exposing an LLM with…

Read More
The Ultimate Node.js TypeScript Project Setup: DevOps Essentials Included

The Ultimate Node.js TypeScript Project Setup: DevOps Essentials Included

A Comprehensive Overview of a Node.js TypeScript Project with DevOps: Structure, Code, and Configuration Explore the essential components of building a robust Node.js TypeScript project integrated with DevOps practices. This guide provides a detailed breakdown of the project structure, complete with code snippets and configurations for each file and directory, empowering you to streamline development,…

Read More
Why I Prefer Silence More Than Blah Blah

Why I Prefer Silence More Than Blah Blah

Silence is the language of God, and all else is a poor translation. — RUMI Silence is a word that is most often overlooked for its effects in any situation. It holds much power and can change the direction of conversations and self-improvement journeys. I have seen its power in many situations, and many times, though, I…

Read More
LLM Agents with Ell – Basics

LLM Agents with Ell – Basics

Ell is a quite new Python library that is similar to LangChain. In my opinion it feels simpler to use but is not so featureful. It is mostly useful as a higher level API on top of LLM providers (such as OpenAI or Anthropic) and creation of agentic tools – functions that can be used…

Read More
The Hidden Algorithms Behind Your Social Media Feed 🤯

The Hidden Algorithms Behind Your Social Media Feed 🤯

Ever wonder why every time you open your favorite social media app, you find yourself scrolling for what feels like minutes but turns into hours? 🙈 It’s not a coincidence — it’s a carefully engineered design powered by algorithms that know you better than you think. Let’s dive into the secret sauce behind your feed,…

Read More
How to Handle Cookie Consent in Any Next.js App

How to Handle Cookie Consent in Any Next.js App

In today’s web development environment, handling cookie consent is crucial for meeting privacy regulations like the General Data Protection Regulation (GDPR) and the California Consumer Privacy Act (CCPA). Cookies are often used for tracking user activities, personalizing content, or gathering analytics, but collecting this data requires user consent in many jurisdictions. As developers, it’s our…

Read More