λ

I’m Graham Greenfield, a full-stack developer specializing in Python, Go, C, JavaScript, Java and Clojure, as well as a hobbyist game developer. In this blog, I share my experiences, challenges and journeys. For those interested, my résumé is publicly available.

Tools to Enhance Your Workflow with AI Models

In the evolving landscape of AI-assisted development, effectively managing and presenting code context to large language models (LLMs) like ChatGPT and Claude is crucial. Several command-line interface (CLI) tools have been developed to streamline this process, enabling developers to consolidate their codebases into single prompts for more efficient AI interactions. Below is a curated list of notable CLI tools designed to assist in this endeavor: code2prompt (March 17, 2024) A CLI tool that converts your codebase into a single LLM prompt, featuring source tree visualization, prompt templating, and token counting....

January 26, 2025