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¶
-
Vision to Text, Geospatial Foundation Model ChatGPT vision: Discussion on using ChatGPT vision API for geospatial tasks and satellite image interpretation. Related: Remote_Sensing, Deep_Learning. Keywords: AI, ChatGPT, vision model, geospatial, satellite imagery, foundation model
-
Aurora: A Foundation Model for the Earth System: Microsoft's AI foundation model for atmospheric forecasting — weather prediction, air quality, and ocean wave modeling — pre-trained on large datasets and adaptable to specialized tasks. Related: Deep_Learning, Climate, Python. Keywords: AI, foundation model, weather, climate, ERA5, atmospheric forecasting, Python
-
geospy.ai: AI tool that matches photos to their geographic location using image recognition. Related: Remote_Sensing. Keywords: AI, geolocation, image recognition, photo matching
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