AIAny

How I use LLMs

Walks through real LLM workflows across chat, search, deep research, file analysis, coding, voice, images, and generated podcasts. It is most useful as a field guide to the messy AI app layer.

Introduction

The interesting part is not the tool list; it is the shift from "ask a chatbot" to assembling a working environment around models. The video shows that everyday LLM productivity comes from knowing when to use plain chat, when to add tools, and when the ecosystem itself is still too messy to trust blindly.

Key Capabilities
  • Maps the consumer LLM stack through examples: basic chat, model selection, pricing tiers, thinking models, web search, deep research, file uploads, Python analysis, artifacts, coding assistants, speech, voice mode, NotebookLM, image input, and OCR.
  • Treats model choice as a workflow decision: faster models, reasoning models, tool-augmented sessions, and coding environments each fit different failure costs and latency budgets.
  • Shows how context changes the task: uploaded documents, generated plots, diagrams, code edits, audio, and images make the model less like a single chat box and more like a set of interfaces over the same core capability.
  • Keeps the practitioner lens: the recurring lesson is to inspect outputs, understand the product surface, and avoid assuming that every feature is equally mature.
Best Fit and Tradeoffs

Great fit if you already understand LLM basics and want to see how an expert actually routes daily work across ChatGPT, Claude, Cursor, NotebookLM, and adjacent tools. Look elsewhere if you need vendor-neutral benchmarking, enterprise deployment advice, or a stable feature reference; the fast-moving app layer means some product details age quickly.

Information

  • Websitewww.youtube.com
  • OrganizationsEureka Labs
  • AuthorsAndrej Karpathy
  • Published date2025/02/27

More Items

GitHub

Practical, full-stack tutorial for building Retrieval-Augmented Generation (RAG) systems—covers data preprocessing, vector embedding and indexing, hybrid and multimodal retrieval, generation integration, evaluation and production-ready engineering. Includes hands-on projects and examples for developers with Python experience.

GitHub

Provides end-to-end PyTorch scripts to download/prepare data, implement a transformer from scratch, train LLMs (13M→billion-scale) and generate text. Emphasizes educational clarity and single‑GPU experiments; useful for researchers or hobbyists, but large-scale training still requires substantial compute and engineering.

GitHub

Hands-on coding tutorial series for large language models with slides and runnable notebooks covering fine-tuning, prompting, RLHF, safety, steganography, watermarking, multimodal models, GUI agents, and deployment. Community-maintained, free course materials for students and researchers.