The Future Of Software engineering and AI: What YOU can do about it

Webinar starts in

00DAYS
:
00HRS
:
00MINS
:
00SEC
Join the Webinar

Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
https://s3.amazonaws.com/assets.fullstack.io/n/20250722182237417_AI%20Bootcamp%20cover%20image%20%281%29.png

lesson

Working with EmbeddingsAI Bootcamp

Learn how embedding vectors represent meaning, manipulate Word2Vec-style embeddings (vector math, dot product similarity), and apply to multimodal models (CLIP, ViLT, ViT-GPT2).

https://s3.amazonaws.com/assets.fullstack.io/n/20250722182237417_AI%20Bootcamp%20cover%20image%20%281%29.png

lesson

Text to Tokens to EmbeddingsAI Bootcamp

Understand the journey from raw text to tokens to embeddings, compare tokenizers (word-based, BPE, LLaMA, GPT-2, T5), and analyze tokenization’s impact on loss and inference.

https://s3.amazonaws.com/assets.fullstack.io/n/20250722182237417_AI%20Bootcamp%20cover%20image%20%281%29.png

lesson

Advanced Prompting with Context EngineeringAI Bootcamp

Explore multi-turn prompts, rubric-based human alignment, A/B testing, and experiment with `dspy` for structured prompting.

https://s3.amazonaws.com/assets.fullstack.io/n/20250722182237417_AI%20Bootcamp%20cover%20image%20%281%29.png

lesson

Building and Evaluating PromptsAI Bootcamp

Build evaluators to measure LLM output quality, write “LLM-as-a-judge” prompts, and iterate based on analysis-feedback loops.

https://s3.amazonaws.com/assets.fullstack.io/n/20250722182237417_AI%20Bootcamp%20cover%20image%20%281%29.png

lesson

Foundational Prompt EngineeringAI Bootcamp

Learn prompt styles (vague vs specific, structured, XML-tagging), practice prompt design with Pydantic for JSON outputs, and identify LLM failure modes (hallucinations, format issues).

https://s3.amazonaws.com/assets.fullstack.io/n/20250722182237417_AI%20Bootcamp%20cover%20image%20%281%29.png

lesson

Introduction to AI-Centric EvaluationAI Bootcamp

Learn metrics and evaluation design for LLMs, laying the foundation for future metrics work.

https://s3.amazonaws.com/assets.fullstack.io/n/20250722182237417_AI%20Bootcamp%20cover%20image%20%281%29.png

lesson

Building Your First LLM ApplicationAI Bootcamp

Compare architecture types (generic LLMs, ChatGPT, domain-specialized), use tools like Hugging Face and Modal, and build a “Hello World” LLM inference API with OPT-125m.

https://s3.amazonaws.com/assets.fullstack.io/n/20250722182237417_AI%20Bootcamp%20cover%20image%20%281%29.png

lesson

LLM Inference BasicsAI Bootcamp

Understand inference (prompt processing vs autoregressive decoding), explore real-world AI applications, and learn the five phases of the model lifecycle (pretraining to RLHF to evaluation).

https://s3.amazonaws.com/assets.fullstack.io/n/20250722182237417_AI%20Bootcamp%20cover%20image%20%281%29.png

lesson

Limitations of LLMsAI Bootcamp

Identify LLM limitations (hallucinations, lack of reasoning, prompt sensitivity) and learn from real-world startup examples (e.g., AutoShorts, HeadshotPro).

https://s3.amazonaws.com/assets.fullstack.io/n/20250722182237417_AI%20Bootcamp%20cover%20image%20%281%29.png

lesson

LLM Use Cases Across IndustriesAI Bootcamp

Explore LLM applications in healthcare, finance, legal, etc., and discuss project scoping (what to build vs outsource, viable ideas).

https://s3.amazonaws.com/assets.fullstack.io/n/20250722182237417_AI%20Bootcamp%20cover%20image%20%281%29.png

lesson

Understanding LLM Projects and ModalitiesAI Bootcamp

Compare transformer-based LLMs vs diffusion models, explore LLM components (prompts, embeddings, generation, inference), and understand application types (RAG, vertical models, agents, multimodal).