Archive

Page 2 of 11

Self-Hosted Models

Listed inSelf-Hosted ModelsModels & Providerson

Sizing a GPU for a self-hosted model means budgeting for more than the weights. The KV cache grows with concurrency, and exhausting it preempts in-flight requests that are then recomputed from the start.

Advanced5 min
#infrastructure
#cost

Supabase Vector

Listed inSupabase VectorVector Databaseson

Vectors as a column, so the filter is a WHERE clause on columns you already have and a row and its embedding land in one transaction.

Beginner4 min
#vector-search
#postgres

What is a Context Layer?

Listed inWhat is a Context Layer?Context Engineeringon

One place in the codebase that decides what goes into every prompt. The limit that binds is the model's attention rather than the size of the context window, so the layer curates what it sends instead of filling the space available.

Advanced4 min
#context-engineering
#architecture

Prompt caching

Listed inPrompt CachingHow LLMs Workon

How cache breakpoints work, what invalidates a prefix, and the latency and cost numbers to expect.

External
Anthropic · platform.claude.com
#cost
#latency

Text splitters

Listed inLangChainRAGon

LangChain's concept doc on the splitter family — what each one optimises for and when to reach for it.

External
LangChain · python.langchain.com
#frameworks
#pipeline

Storing in a Vector DB

Listed inStoring in a Vector DBRAGon

A namespace is a hard partition, not a tag. Changing the embedding model invalidates every vector, so plan the rebuild before you need it.

Intermediate4 min
#rag
#vector-search

Ragas documentation

Listed inRagasEvaluationon

Faithfulness, answer relevance, and context precision — how the metrics are computed and what they miss.

External
Ragas · docs.ragas.io
#evaluation
#tooling

PostHog

Listed inPostHogObservabilityon

A trace says what your system did. Whether the feature worked is a question about what the person did next, on the same events.

Beginner3 min
#observability
#analytics

Langfuse documentation

Listed inLangfuseObservabilityon

Open-source tracing, prompt management, and evaluation — including the data model behind a trace.

External
Langfuse · langfuse.com
#observability
#tooling