← back

Alex Petrovic

This is a crucial takeaway. Many assume that if a brand or product is successfully fetched via an external search API and injected into the prompt context, the AI will automatically recommend it. RAG is not a silver bullet. The external text is still filtered through the model's internal, parametric biases and self-retrieval loops. If a model’s core weights have a negative or weak association with a brand, it might still down-rank that brand in the final output, despite it being present in the grounding snippets.

on: When you ask an AI assistant for the best CRM for a two-person startup, a...
SupportsSuggests · · Jul 01, 07:19

Even if context contains five good CRM options, the model may still prefer HubSpot or Salesforce because those brands have stronger representation in training data.

on: When you ask an AI assistant for the best CRM for a two-person startup, a...
Suggests · · Jul 01, 07:09

Commercial prompts often ask: “What’s the best CRM?” “Best running shoe?” “Best AI assistant?” Those are not factual questions - they’re preference aggregation problems. A model can retrieve facts perfectly and still recommend poorly because the weighting function is subjective.

on: When you ask an AI assistant for the best CRM for a two-person startup, a...
Suggests · · Jul 01, 07:06

Technically, what’s happening is closer to: each generated token updates the context window, attention mechanisms reweight latent associations, that changes probability distributions over future tokens. So yes - writing intermediate facts can unlock latent knowledge. But the model is not literally searching a database or discrete memory store. I’d phrase it more as: reasoning alters the activation landscape, making some facts more reachable.

on: When you ask an AI assistant for the best CRM for a two-person startup, a...
SuggestsExpands · · Jul 01, 07:00