Skip to content

GAIA Code 3.2

Choose a tag to compare

@alexey-max-fedorov alexey-max-fedorov released this 04 Jun 19:44
· 95 commits to master since this release
3.2
9653822

What is GAIA Code?

GAIA Code is a Claude Code-inspired prompt system for Perplexity Spaces. It turns a plain Perplexity Space into a disciplined, agentic engineering assistant — no app to install, no runtime to host. The product is a small set of Markdown prompt files you deploy into a Space.

The four engines

  • Gate / skill engineSYSTEM_INSTRUCTIONS.md is pasted into your Space's Instructions box. It activates GAIA, raises the per-message tool budget, and powers slash-command skills: send /<name> and GAIA loads the matching uploaded file.
  • System promptSYSTEM_PROMPT.md defines GAIA's identity, tool philosophy, dependency/version-pinning discipline, security posture, and engineering principles.
  • Memory & plan engineMEMORY_ENGINE.md gives the Space persistent memory (MEMORY.md) and a real planning loop (PLAN.md / TASKS.md): explore → plan → approve → execute, surviving across turns and compaction.
  • Turn engineTURN_ENGINE.md budgets each turn: context estimation, a generous tool-call allowance, and commit batching so the agent does meaningful work without blowing past limits.

What it gives you

  • Persistent memory and planning that carry across a long-running Space
  • Multi-step, tool-using turns (web search, URL fetch, code execution, GitHub MCP)
  • Clean GitHub workflow with consistent commit/PR attribution
  • Optional slash-command skills you can drop in as Space files (e.g. /update)

Get started

Deploy in minutes — copy the gate into your Space Instructions and upload the engine files: https://gaiacode.pro/get-started


🌱 Attached: the GAIA Code prompt files. Upload them to your Perplexity Space to deploy.