About

Ethereum enabled writing smart contracts to build dApps. Similarly, Galadriel enables developers to build AI apps & agents like smart contracts — decentralized and on-chain. We support a range of AI usage: from simple LLM features in existing dApps to highly capable AI agents like on-chain AI hedge funds, in-game AI NPCs, AI-generated NFTs, and even agent swarms.

Galadriel is built on a parallel-execution EVM stack and brings AI inference on-chain in a low-cost, low-latency manner through teeML which allows querying any open and closed-source LLM models in a verifiable manner.

Galadriel is in devnet. Join the mission in building user-owned AI.

Challenge

The best use case for on-chain AI agent(s) 🏆 - $2000

Description

Build and deploy on-chain AI agent(s) on Galadriel Devnet. Simply put an AI agent is an LLM that is concurrently called out in a loop until it completes a given task. Good examples would be:

  1. Devin - fully autonomous AI software engineer
  2. GPT Researcher - autonomous agent that does comprehensive research on any given topic
  3. Agent Sims - multiple autonomous AI agents as characters in game

Looping the LLM call enables it to break the task into steps and after each step evaluate if it was completed or if another action needs to be taken. For actions, agents also use tools to extend the base LLM capabilities.

Untitled

To build AI agents on-chain, Galadriel enables you to get LLM inference into Solidity where the LLMs can also be configured to run in a loop and to use tools.

Taking on this challenge we encourage you to be creative, here are some potential use cases: