Frequently asked questions
Further reading
- Lost in the Middle: How Language Models Use Long Contexts (opens in a new tab)arXivLandmark research demonstrating that LLM recall degrades significantly for data in the middle of long prompts.
- Prompt Caching Guide and Architecture (opens in a new tab)Microsoft LearnTechnical documentation detailing Key-Value cache persistence and pricing optimizations for enterprise models.
Check this against your own resume
Scan your CV against a real job description, or build a parse-safe one from scratch. Your first scan costs nothing.
Keep reading
AI EngineeringWhat are the best alternatives to RAG in 2026?RAG dominated the early wave of LLM apps, but chunking errors and vector hallucinations have driven engineers to explore better architectures. Here are the 7 leading alternatives in 2026.
AI EngineeringRAG, explained properlyRetrieval is the cheapest way to give a model knowledge it was never trained on. It is also the component that quietly causes most wrong answers.
AI EngineeringWhat context engineering actually isPrompt engineering was about phrasing. Context engineering is about what the model can see at all — retrieval, memory, tools and budget. It is where the hard problems moved.
AI EngineeringJob search on Postgres and pgvectorKeeping vectors next to the rows they describe removes a whole category of problems — chiefly that your two data stores can disagree.
