Topic: Applications

  • Hybrid search

    Combining semantic vector search with traditional keyword search, because each fails where the other works.

  • RAG

    Searching a corpus for relevant material and pasting it into the prompt so the model can answer from it.

  • Chunking

    Splitting documents into pieces before embedding them — usually the real determinant of retrieval quality.

  • Few-shot prompting

    Showing a model several worked examples in the prompt so it infers the pattern you want.

  • Prompt caching

    Reusing the processed form of a repeated prompt prefix so you are not charged full price for it again.

  • System prompt

    The standing instruction placed before a conversation that sets a model’s role, constraints and format.

  • Vector database

    A store that indexes embeddings so the nearest ones to a query can be found quickly.

  • NVIDIA’s Vera Rubin reaches full production

    A new rack generation targets agent throughput rather than raw training.

  • MCP is donated to the Linux Foundation

    The agent-tool standard moves to neutral governance.

  • AMD and OpenAI sign a 6-gigawatt partnership

    A second supplier is brought into frontier training at scale.