Skip to content

AI

Summary: Notes on artificial intelligence tools, models, and applications, including generative AI and LLMs. Last updated: 2026-08-20


2026

  • Pi: A minimal, extensible open-source agent harness for coding workflows supporting 15+ LLM providers, with real-time customization via TypeScript extensions, skills, and packages — designed to adapt to user needs rather than enforce predetermined workflows. Related: Tools, Claude_Code. Keywords: AI, agents, LLM, open-source, TypeScript, coding, extensible

  • Isometric NYC Map: Blog post documenting the process of creating the isometric.nyc map, showcasing a modern AI-assisted software engineering workflow including fine-tuning an image edit model and building micro tools using AI agents. Related: Cartography, Urban_Planning, Tools. Keywords: AI, isometric, mapping, NYC, image editing, fine-tuning, agents, software engineering

  • Searchable City: A semantic map of NYC built by applying Vision Language Models to millions of Google Street View images, enabling search by descriptive terms like "Gothic" or "Chinese" to reveal urban patterns invisible to traditional mapping. More on GitHub Related: Embeddings, Urban_Planning. Keywords: AI, VLM, semantic search, street view, urban, NYC, geospatial

  • Earth Copilot: An AI-powered geospatial application enabling exploration and visualization of Earth science satellite data through natural language queries, built on Azure AI services and Semantic Kernel agents. Related: Remote_Sensing, Data. Keywords: AI, Microsoft, NASA, satellite data, natural language, geospatial

2025

  • PocketFlow Tutorial Codebase Knowledge: An AI-powered tool that analyzes GitHub repositories and automatically generates beginner-friendly tutorials explaining how codebases work, built on the 100-line Pocket Flow LLM framework. Related: Git. Keywords: AI, LLM, code documentation, GitHub, tutorial generation

  • AI and knowledge work: Twitter thread discussing the impact of AI on knowledge work and productivity. Related: Claude_Code. Keywords: AI, knowledge work, productivity

2024

Earlier

  • Voice Cloning: Voice cloning implementation using Bark text-to-audio model with custom voice cloning support. Related: Python. Keywords: AI, voice cloning, Bark, text-to-speech, Python