ANTIGRAVITY LABJP
TAG

LLM

5 articles
Back to all tags
Related:
gemma-42fine-tuning1google-colab1vertex-ai1qlora1python1ollama1local-ai1open-source1AI Agent1Design Patterns1Enterprise1
Antigravity/2026-04-19Intermediate

Fine-Tuning Gemma 4 in Practice: From Google Colab to Vertex AI

A practical guide to fine-tuning Gemma 4 with QLoRA on Google Colab (free GPU) and Vertex AI. Covers dataset preparation, 4-bit quantization, LoRA adapter configuration, training, and inference — with working code throughout.

AI Tools/2026-04-14Intermediate

Running Gemma 4 Locally: A Developer's Guide to On-Device AI Integration

Master running Google's latest open-source LLM Gemma 4 in your local development environment. Learn practical setups with Ollama and llama.cpp, plus multimodal and agent capabilities.

Agents/2026-04-11Advanced

AI Agent Design Patterns in Practice: From Implementation to Production

Master the four major AI agent design patterns used in production environments. Learn the strengths, weaknesses, and implementation strategies for each pattern with real-world enterprise insights.

Agents/2026-04-11Advanced

AI Agent Orchestration: Designing and Implementing Multi-Agent Systems

One failing agent can erase the work of the ones that succeeded. Four orchestration patterns, plus the boundaries that break in production, with runnable fixes.

AI Tools/2026-03-26Advanced

Building a RAG Pipeline with Antigravity— Unlock Your Company's Knowledge with Vector Search and LLMs

Build a RAG pipeline with Antigravity — the three traps in migrating to gemini-embedding-001, incremental ChromaDB ingestion, and LLM-as-a-Judge evaluation.