Home
  • CV
  • Tech Stack
  • Books
How LLM chatbots get hacked: prompt injection, system prompt leakage, model fingerprinting, tool discovery, and agent hijacking
How LLM Chatbots Get Hacked: Prompt Injection, Prompt Leakage, and Model Fingerprinting

LLM chatbots fail in a different way than normal apps. A normal app receives input, checks permissions, calls APIs, and returns a...

PROMPT AND CONTEXT ENGINEERING
RAG text chunking strategies - 8 chunking approaches visualized for retrieval
RAG Text Chunking Strategies

Chunking is arguably the most critical factor for RAG performance. How you split your documents affects your system's ability to find relevant...

PROMPT AND CONTEXT ENGINEERING
LLM parameter controls diagram showing temperature, top-p, top-k settings for AI model configuration and fine-tuning
LLM Parameters: Temperature, Top-P, Top-K Guide

If you've ever used ChatGPT, Claude, or any AI chatbot, you've probably noticed something interesting: sometimes they give you creative, unexpected answers,...

PROMPT AND CONTEXT ENGINEERING
Advanced prompt engineering techniques for complex AI reasoning tasks
Advanced Prompt Engineering for Complex Tasks

As LLM applications mature, simple single-shot prompting no longer suffices for complex reasoning tasks. Dynamic prompt chaining enables AI systems to break...

PROMPT AND CONTEXT ENGINEERING
Context window management for 200K token large language models
Context Engineering: Mastering the 200K Token Era

With Claude 3.5 Sonnet supporting 200K tokens and Gemini 2.5 reaching 2M tokens, context engineering has become as important as prompt engineering....

PROMPT AND CONTEXT ENGINEERING
Prompt engineering best practices that work in 2025
Prompt Engineering 2025: What Works

Prompt engineering has evolved from an art to a science. After analyzing over 1,000 prompts and their results across different models, patterns...

PROMPT AND CONTEXT ENGINEERING

© 2026 Amir Teymoori