8" :class="scrolled && 'is-scrolled'">
NOA
Labs
Tutorials
Courses
Skill Forge
Explore
Labs
Hands-on live sessions
Mentors
Meet the senior engineers
Projects
Real portfolio-ready builds
Talent Directory
Public student profiles
Mock Interview
Practice with real feedback
ATS Resume Checker
Free instant resume scoring
Search docs
Ctrl K
Login
Join Free
Artificial Intelligence
LangChain
LLMs
Machine Learning
Prompt Engineering
RAG (Retrieval-Augmented Generation)
AJAX
GraphQL
Apache Kafka
Microservices
Node.js
RabbitMQ
REST API
WebSockets
Algorithms
Data Structures
Angular
Bootstrap
CSS
HTML
jQuery
Next.js
Nuxt.js
React
Svelte
Tailwind CSS
Vue.js
ASP.NET Core
Django
.NET
Entity Framework Core
FastAPI
Flask
Gin
gRPC
Hibernate
Laravel
NestJS
Spring
Spring Boot
Spring Cloud
Spring Data JPA
Spring MVC
Spring Security
AWS
Azure
CI/CD
Docker
Git
Kubernetes
Linux
Nginx
Terraform
C
C++
C#
Dart
Go
Java
JavaScript
Kotlin
PHP
Python
Ruby
Rust
Swift
TypeScript
Database Design
MongoDB
MySQL
Oracle Database
PostgreSQL
Redis
SQL
System Design
↑↓ navigate
↵ open
esc close
Tutorials
/
LLMs
LLMs menu
LLMs Tutorial
How large language models work — transformers, tokens, context windows and inference.
Start the LLMs tutorial →
What you'll learn
1. LLMs Introduction
What a large language model is, how the transformer architecture works at a high level, and why scale matters.
2. Tokens & Context Windows
What tokens actually are, why context windows are a hard limit, and why longer context costs more compute.
3. How Transformers Work
The self-attention mechanism explained conceptually, encoder vs decoder, and why transformers replaced RNNs.
4. Hallucination & Mitigation
Why LLMs confidently generate false information, and concrete techniques to reduce and catch it in practice.
5. Fine-Tuning vs RAG vs Prompting
A decision framework for adapting an LLM to your problem, with a full trade-off table for each approach.
6. Evaluation & Benchmarking
How LLMs are actually evaluated — perplexity, benchmark suites, human evaluation, and LLM-as-judge.
7. Production Deployment & Cost
Latency and cost trade-offs, caching, batching, and quantization for running LLMs in production.
8. LLM Interview Questions
Commonly asked LLM fundamentals interview questions with clear, practical answers.