GandalftheGUI - Overview

Hi, I'm Ian πŸ‘‹

Solving real-world problems with AI and building tooling to better leverage this superpower.

πŸ’ͺ RepMentor (closed source) – A personal fitness tracker with an AI coach. Log workouts, track body measurements, and get coaching that knows your history. Designed to be smart and a joy to use. Join the beta!

Current Projects

  • 🌲 Grove - CLI for orchestrating, supervising, and interacting with multiple AI coding agents and dev processes in parallel.
  • πŸ¦‰ Duolingo2Anki - LLM-powered pipeline for extracting, cleaning, and normalizing Duolingo vocabulary into Anki-ready flashcards.

Legacy Work

  • 🌐 llm_agent_webbrowser - An experimental LLM-powered agent that navigates and interacts with a real web browser to complete tasks end-to-end using natural language instructions.
  • πŸ€– llm_agent_demo - A minimal, self-inspecting LLM agent using Anthropic’s Claude to combine tools and reason over its own codebase to answer questions and explain behavior.

Pinned Loading

  1. A CLI for running, supervising, and interacting with multiple AI coding agents and dev processes in parallel.

    Go

  2. LLM-powered pipeline for extracting, cleaning, and normalizing Duolingo vocabulary into Anki-ready flashcards.

    Python

  3. Demo of an LLM-controlled browser agent. It allows an LLM to interact with and control a Chrome web browser via tool calling in real time, using natural language.

    Ruby

  4. A simple agent that utilizes Anthropic's Claude LLM to combine multiple tools in order to achieve complex results.

    Ruby