ANTIGRAVITY LABJP
TAG

troubleshooting

114 articles
Back to all tags
Related:
antigravity72Antigravity21tips14agents12error12python10agent9fix8debugging8editor7performance5typescript5
Antigravity/2026-04-14Intermediate

Gemma 4 on Antigravity: Complete Debugging Guide for Errors and Performance Issues

Gemma 4 not loading, running too slowly, or producing poor output on Antigravity? This complete guide covers VRAM requirements, quantization settings, multimodal failures, and inference speed optimization — everything specific to Gemma 4's architecture.

Tips/2026-04-14Beginner

Antigravity Agent Says 'Done' But Nothing Changed: 5 Causes and How to Fix Them

When Antigravity's agent claims it made changes but your files look exactly the same, here's how to pinpoint the cause in under 5 minutes and actually fix it.

Antigravity/2026-04-14Beginner

Antigravity Local LLM Not Connecting: Complete Troubleshooting Guide

Can't get Antigravity to connect to your local LLM? This guide covers all four failure patterns — Ollama not running, LM Studio server not started, VRAM issues, and macOS firewall blocking — with diagnostic commands and step-by-step fixes.

Tips/2026-04-12Beginner

Fixing Antigravity When Files Are Missing or the Agent Can't Access Your Project

Practical troubleshooting guide for when Antigravity's agent can't find your project files, workspace detection fails, or indexing breaks. Covers .antigravityignore, permissions, and context overflow.

Tips/2026-04-10Intermediate

How to Fix AI API 429 Rate Limit, Authentication, and Timeout Errors: A Complete Troubleshooting Guide

Step-by-step solutions for 429 Rate Limit, authentication failures, and timeout errors across OpenAI, Gemini, and Claude APIs. Includes retry patterns, validation scripts, and prevention best practices.

Editor/2026-04-10Intermediate

VS Code & Cursor AI Extensions Not Working: How to Fix Authentication Errors and Unresponsive Completions

Fix VS Code and Cursor AI extension issues including authentication errors, connection failures, and unresponsive completions with step-by-step troubleshooting for GitHub Copilot, Codeium, and more.

Antigravity/2026-04-10Intermediate

Complete Gemma 4 × Antigravity Troubleshooting — From Installation to Multi-Agent Debugging

Comprehensive guide to troubleshooting Gemma 4 with Antigravity. Learn installation fixes, quantization tuning, multi-agent communication debugging, AgentKit 2.0 integration, and performance optimization.

Agents/2026-04-10Intermediate

Antigravity Multi-Agent Design: 7 Common Pitfalls and How to Fix Them

Deep dive into 7 critical multi-agent design pitfalls: context sharing failures, loop detection misconfiguration, timeout issues, race conditions, credit inefficiency, error propagation, and async debugging. Includes observability patterns and production-ready templates.

Agents/2026-04-09Intermediate

AgentKit 2.0 Multi-Agent Collaboration Failures: Complete Recovery Guide

Diagnose and recover from AgentKit 2.0 multi-agent failures—deadlocks, orchestrator loops, silent sub-agent failures, and context contamination. Includes production-ready code for fault-tolerant agent system design.

Agents/2026-04-09Beginner

Antigravity Agent Not Following Instructions: How to Fix Task Misunderstandings

When your Antigravity agent misunderstands instructions or drifts off-task, the fix is usually in how instructions are structured—not in the code. Learn agents.md design, task granularity, and context management to keep your agent on track.

Antigravity/2026-04-09Beginner

Antigravity Local LLM (Ollama) Connection Error: Complete Diagnosis and Fix Guide

Can't connect Antigravity to your local LLM (Ollama)? This diagnostic guide walks through every possible cause — ports, firewalls, model configs, environment variables — with step-by-step fixes.

AI Tools/2026-04-09Intermediate

Fixing Hugging Face Transformers Errors — Identifying the Cause and Resolving It

Hugging Face Transformers errors sorted by symptom: ImportError, CUDA OOM, bf16 on unsupported GPUs, gated-model 401s, and cache bloat. How to identify the cause and work through the fix.