AI Agents

Blogs & Discussion

Agents & Framework

Claude Desktop + MCP

A lightweight, user friendly agent can be Claude Desktop and Filesystem MCP server

  • Filesystem MCP Server enables claude desktop to access and modify local codebase.

Basic workflow:

  • Create a local workspace for so it can manage context e.g. /users/username/.cue, with rules.md, etc
  • For each session, ask claude to read the those rules file first, and read other relevant files related to a task you are working on.
  • Ask claude to create task folder with todo.md
  • Align claude with the task requirements, then ask it to execute the task

OpenAI Codex CLI

Lightweight coding agent that runs in your terminal

Claude Code

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

OpenAI Agents SDK

A lightweight, powerful framework for multi-agent workflows