LLM

Build Enterprise AI Agent from Scratch

A hands-on series covering everything you need to build production-grade AI agents — from core concepts and LangGraph fundamentals to RAG integration, memory, guardrails, tracing, …

[Ch 1] Introduction to AI Agents — Why Do We Need Them? featured image

[Ch 1] Introduction to AI Agents — Why Do We Need Them?

What exactly is an AI agent, how does it differ from a chatbot or an LLM pipeline, and when should you actually use one? This chapter covers the agent loop, real use cases, and the …

Why Do Language Models Hallucinate? featured image

Why Do Language Models Hallucinate?

An analysis of why language models hallucinate — hallucinations arise from statistical pressures in training and evaluation procedures that reward guessing over acknowledging …

Adversarial Attacks on Large Language Models (LLMs) featured image

Adversarial Attacks on Large Language Models (LLMs)

An overview of adversarial attacks on large language models (LLMs) — how manipulated inputs can deceive models into generating harmful or incorrect outputs, covering key attack …

GLiNER: A Generalist Model for Named Entity Recognition using Bidirectional Transformers featured image

GLiNER: A Generalist Model for Named Entity Recognition using Bidirectional Transformers

A detailed summary of the GLiNER paper, introducing a lightweight, scalable, and highly effective model for open-type named entity recognition using bidirectional transformers with …