logo hsb.horse
← Back to tag index

Tags

#llm

Blog posts, snippets, and glossary entries related to "llm", gathered in one place.

Entries 3
  1. Glossary
    Manifest UI

    Chat interface-focused UI library for ChatGPT GPTs and Claude. Built on shadcn/ui, optimized for Agentic interfaces.

  2. Glossary
    RAG (Retrieval-Augmented Generation)

    RAG combines retrieval with LLM generation to improve freshness and grounding of answers.

  3. Blog
    Reimplementing generate-project-summary.py with Bun + TypeScript

    A Bun + TypeScript rewrite of a Python project-summary script. Covers the path to a portable executable for feeding whole repositories into an LLM.