A blog post detailing the process and results of adding the DSPy framework and MIPROv2 optimizer to an existing A1 Agent project.
A blog post documenting the author's initial thoughts and experiences from recent experimentation with DSPy's MIPROv2 optimizer.
A blog post that demystifies the MIPROv2 optimizer, explaining what it is and how it functions for a technical audience.
A GitHub repository providing a small and simple starter script that demonstrates an agentic use case for the DSPy.ai framework.
Ideas behind the DSPy framework and its optimizers
A GitHub repository containing a basic, functional code example demonstrating how to use the MIPRO optimizer from the DSPy library.
A three-step workflow for developing ML projects, designed to manage resource constraints by starting small in SolveIt, refining locally, and scaling up in the cloud.
A Python library from AnswerAI that simplifies interactions with the Stripe API, making it easy to create one-time payments with minimal code.
A code gist created in response to a blog post, exploring concepts related to building AI tools with a focus on code generation.
An experimental GitHub project for exploring A1 agent capabilities, with branches dedicated to defensive analysis and paper comparison using different AI models.
A website built to display and feature various projects created within the SolveIt community, migrated from Railway to Plash hosting.
A write-up detailing explorations of a security research paper, focusing on the shift from exploit generation to defensive security.
An AI chatbot that can be used on any website to answer questions using the content of the current page as context.
Customizable modules that extend SolveIt with structured dialog helpers based on Polya's problem-solving method and the Fabric prompt library.
A documented workflow using an AI to understand a complex news story by loading commentary as context and engaging in a clarifying dialog.
A documented learning session using SolveIt to review and understand a code notebook that compares embedding and linear layers in neural networks.
A blog post that serves as a brief tutorial for using the Gemini API, covering fundamental features and a practical example.
A process for deeply engaging with academic papers by converting them to markdown and using an AI to ask questions about each section individually.
Utilizing the solveit tool to process notes and code from a book chapter about LLMs, and then generating Anki flashcards to reinforce learning.
A blog post simplifying the concept of AI function calling to enhance model capabilities, supported by two unnamed related projects.
An investigation into a repository's code for record linkage and address matching, specifically tailored for United Kingdom data sets.
Exploration of the Splink library's new API, focusing on its capabilities for record linkage and address matching.
A browser plugin designed to help developers inspect and analyze GraphQL network requests directly within the Chrome browser.
A breakdown of the pros and cons of using Deepgram, Elevenlabs, and LiveKit to build a voice AI agent, focusing on cost, development, and scalability.
A voice-to-voice AI agent that acts as a personal voice interface, capable of discussing its creator's background and providing contact information.
A web application that calculates the financial payback period for a residential or commercial solar panel installation.
A VS Code extension that enables developers to take versioned "snapshots" of their code, replicating an AI versioning tool for explorative programming.
A recorded talk demonstrating how to build dynamic user interfaces for artificial intelligence applications using the FastHTML framework.
An article detailing the journey of building robust web applications after a period of prototyping and nearly giving up on coding.
A video demonstration, with an accompanying article, showing how Out-of-Band (OOB) swaps work and providing guidance on when they should be avoided.
A performance comparison between the Codex and Jules AI tools on Bicep and graph code, with the Sonnet 4 model acting as the evaluator.
An article exploring the future of AI in the workplace by drawing parallels with the electrification of factories and early systems thinking.
A lightweight habit tracker built with a minimal codebase and zero custom CSS..
A tool that transforms written articles into short audio podcasts using AI for script generation and voice synthesis.
A speculative article on what technological advancements and cycles might follow the current era of large language models.
A collection of articles that explain complex subjects, such as neural networks and investment narratives, refined using an AI-driven writing approach.
An article outlining a methodical process for enhancing large language model applications, emphasizing the importance of rapid feedback cycles.
An article with live demonstrations showing how to build generative user interfaces using FastHTML, HTMX, Claudette, and MonsterUI.
A version 1 web application that acts as a virtual coach for badminton players and is seeking user feedback for future improvements.
A discussion on the limitations of Gemini models for function calling, referencing a dedicated section in the Gaspare project's documentation.
An article analyzing the process and mistakes encountered while building a tool to generate code from a custom Domain-Specific Language (DSL).
An article describing an exploration into using semantic search to create a system that optimizes the flow of knowledge.
A curated list of helpful links and resources related to the Model-Controller-Prompter (MCP) architecture, hosted in a GitHub repository.
A visually organized showcase of personal coding projects, created from a simple list by an AI for a presentation.
A learning resource and code example demonstrating how to use the FastHTML library, inspired by an accompanying blog post.
A web application built during a hackathon that helps users find their ideal coffee. The app is built with fasthtml and is available as a live site.
A set of notes and examples outlining a structured process for AI development, including workspace organization and coding techniques.
A published online article that shares personal insights and information related to using the git version control system.
A minimum viable product that matches user resumes to relevant job descriptions, now ported to run on Plash using fasthtml.
Intelligent chatbot that can accurately answer technical questions about laser power meters, energy meters, and beam diagnostics products based on product datasheets.
A Python utility package that simplifies interactions with the Mistral AI API, mirroring the functionality of similar OpenAI helper packages.
A browser extension that allows users to launch predefined sets of windows and tabs to streamline their daily workflow.
A retrieval-augmented generation pipeline that allows users to query documents through a web interface built with FastHTML and a FastAPI backend.
Implements the Contextual Retrieval concept from an Anthropic paper using a hybrid search approach and custom metadata extraction from product datasheets.
An application that matches resumes to Hacker News job postings using text embeddings and generates personalized skill development plans.
A written piece that explores the shift from traditional search engines to AI-driven answer generation tools and its implications.
A simple Python script that retrieves the full transcript from a given YouTube video URL.
A FastHTML website hosted on Google Cloud Run that uses nginx to serve pure HTML pages, improving initial load times by bypassing application spin-up delays.
A series of Claude artifacts demonstrating text-to-speech capabilities, including a voice testing playground, a breathing guidance app, and an ambient music player.
A detailed guide and summary of the author's first experience using Grant Sanderson's animation library, Manim, to create professional-looking mathematical animations.
A fastHTML application that allows for semantic searching within video transcripts, which the creator uses for personal research on complex books.
A web development workflow that uses AI to generate a static HTML template with placeholders, which are then populated with dynamic components from a fast_app using HTMX.
Organizes Andrej Karpathy's YouTube lectures into searchable directories. Each video is accompanied by a quiz to test understanding.
An MCP client that allows buying domains and managing DNS records directly from a development environment like Cursor, designed for quick deployments.
An analysis of a data persistence bug in a fast_app using SQLite, which was resolved by adding an explicit database commit.
A summary of technical skills acquired while building a web application, covering UI creation, AI integration, file handling, and deployment.
A short write-up created as a personal reference on how to use the `regex.search` function and its `captures` feature.
A web application named ContentLens that processes uploaded documents and images using Google's Gemini AI and provides downloadable markdown results.
A write-up discussing strategies for improving one's ability to learn, referencing concepts from George PΓ³lya's 'How To Solve It' and other books.
A personal site upgraded from a basic page to include interactive and navigational elements for a better user experience.
A boilerplate for Django projects inspired by 'shipfast,' featuring a simplified development workflow for compiling CSS without Node.js.
A practical journey documenting code optimization, focusing on resolving circular dependencies by moving code to the module-level.
A proof-of-concept application built with FastHTML to demonstrate streaming chat functionality using Server-Sent Events (SSE) and markdown.
A repository that rebuilds the standalone `tailwindcss-cli` binary to include the `daisyui` plugin, enabling its use without a full CSS file.
A synthesis of research on the impact of doc strings, naming conventions, and modular design on an LLM's ability to understand code.
An expanded project collection platform with 55 new entries built using automated Discord scraping and AI processing.
A personal site created to share experiences and learnings from a course, built using FastHTML and MonsterUI frameworks.
A shared code snippet demonstrating an exploration into using the Claudette library to better understand how language models function as agents.
A FastHTML application and a Marimo notebook that enable simultaneous prompting of multiple LLMs and logged, searchable chat sessions.
A browser extension that integrates a Pomodoro timer into a dialog interface to track time spent on tasks and problems.
A navigable HTML directory of course lessons generated through a fully automated process, designed to test the limits of AI-driven content creation.
A write-up detailing an attempt to solve a lossless video token compression challenge, focusing on the iterative process and methodology.
A system that reads PDF lecture notes, including images, and generates custom-styled Anki flashcards by connecting to a local Anki installation.
A blog post about the Maidenhead grid system, NumPy broadcasting, and Tobler's 1st law of geography that took 6 years to complete.
A project created with SolveIt in 3 hours with complete development process documented in a GitHub gist.
A lean sales playbook/coach/assistant/CRM created using SolveIt in less than 3 hours.
An article about handling HTTP errors in AI agents, created by combining VoicePal transcripts, technical notes, and library documentation using a section-by-section approach.
A reflection on using SolveIT to write a technical article about API error handling for AI agents.
A chat interface that creates FastHTML components on demand with image upload capabilities for design understanding.
A Python package and personal blog that enables dynamic rendering of Python code blocks from markdown and Jupyter notebooks in blog posts.
A Discord bot that uses ghapi and Claudette to simulate the author's presence and provide information about their ongoing work.
A FastHTML component for manipulating DataFrames with search, modification, and sorting capabilities
Experience using Polars dataframe library in a production environment with narwhals abstraction layer
A deployed application for managing game key-bindings with Railway hosting
A Gradio app hosted on HuggingFace that uses specialized AI agents to analyze and flag text and image content shared online.
A workflow for creating and refining SVG figures using Claude 3.7 and an external SVG editing tool.
A personal blog converted from Quarto to FastHTML and MonsterUI with support for both notebook and markdown file inputs.
An application for storing, changing, and displaying key-bindings for different games with default binding sets
A simple tool for quickly rendering FastHTML code in approximately half a second.
A dashboard monitoring system that refreshes automatically, created as a replacement for Django admin in a startup environment.
A web application that answers radiology questions using live information from radiopaedia.org as context.
A solution to a technical problem tracked down using SolveIt with insights shared via GitHub Gist.
A personal website with blog posts, project showcase, database, authentication, and theme options.
An open-source Python package for creating weather AI projects using flow matching concepts.
An article about creating a multilingual blog website using FastHTML with hx_ attributes
Experience writing a technical blog about LLMs using SolveIt with context-aware style adaptation
A project updating VGG and latent style transfer experiments to work with latest diffusers pipelines and deployed as a Gradio app on Hugging Face
A platform for simulating chess games between large language models with replay functionality
A custom implementation inspired by Jeremy's RAG approach applied to book content
A custom navigation bar component created to replace the removed FrankenUI navbar with improved mobile responsiveness
A GitHub repository containing chat UI implementation code that needs refactoring to follow MonsterUI guidelines
A basic chat application template built with FastHTML and MonsterUI featuring streaming chat, microphone support, and image handling
Investigation into best practices for validation/training splits in time series data with temporal significance
A simple example demonstrating drag and drop reordering functionality
An interactive learning platform for helping new users get started with FastHTML through hands-on exercises
A website for an AI studio with a goal of building 100 products in 365 days
A simple utility program created with Gemini 2.0 Flash for downloading audio from YouTube videos
A fix for an error in Claudette's structured output functionality when using schemas with nested objects
A blog post about computational biology created using solveit to assist with outlining and writing
An internal tool for monitoring elections with real-time updates and analysis for media houses
An update to the fh-heroicons package adding support for icon variants (solid vs. outline
Tools for exploring complex SAP data structures and analyzing bill of materials using web scraping and network visualization
Experiences and challenges with debugging AI-generated code, particularly in cloud infrastructure settings
A React Native mobile app for daily self-discovery that presents thought-provoking questions and tracks personal growth
A tool for grouping semantically similar dialogs using embeddings and UMAP visualization
A proof-of-concept for cleaning and organizing transcripts from course lessons with speaker identification and time grouping.
An educational platform for hosting video lessons with interactive LLM discussions built with FastHTML and MonsterUI
A custom Jupyter Notebook interface combining nbclassic features with SolveIt-style dialog engineering and AI integration
A FastHTML project built with nbdev and shared on the fastai Discord server
A web application that visualizes where people have lived throughout their lives
A blog site with expandable sidebar, gallery links, theme selection, and custom styling built with FastHTML and MonsterUI
A collection platform for showcasing projects with visualization features and planned community interaction
A personal website successfully deployed to Railway hosting platform
A collection of UI elements for a personal website with GitHub code sharing
A personal website migrated to MonsterUI with Railway deployment
A technique for developing SolveIt visual components that interact with locally running web applications
A hackathon-winning tool using Gemini to score Motivational Interviewing therapy sessions against standardized criteria
A tool for searching through SolveIt dialogs using SQL and embeddings with UMAP visualization
A collection of SQL experiments and learning resources shared during a course lesson
Two web applications: a message analyzer with enneagram-style charts and a compound interest calculator
Educational dialogue exploring the concepts of Markov random fields
An educational platform built with FastHTML and MonsterUI for hosting video lessons with interactive LLM-powered discussions
A FastHTML solution for displaying and interacting with pandas DataFrames on websites
An application for solving the Traveling Salesman Problem using OpenRouteService and FastHTML
A modified version of gallery.fastht.ml with configurable components for personal blogging
A utility for converting single Jupyter notebooks to Python files without nbdev project setup
A tool that generates audio summaries of web pages using Kokoro TTS model
Technical article explaining OAuth implementation in FastHTML
A tool for migrating Medium blog posts to FastHTML format with image handling
A comprehensive collection of weather prediction tools and models using various AI techniques
Implementation of OnlySquatch using Gemma 27B model
A system using CLIP embeddings to find Magic: The Gathering commanders based on text descriptions
An implementation of OnlySquatch using Gemini 2.0 flash Thinking model with added testimonials and UI effects
An Emacs package (ob-llm) that implements SolveIt-style workflows for multiple programming languages within Org mode
An educational tool for generating and exporting basic math problems for elementary school students
A web scraping framework built with Playwright, inspired by fastai callback system
A demonstration of cloning Twitter UI elements using FastHTML
A custom debug view interface for FastHTML with MonsterUI integration
A library integrating pydantic-ai with Jupyter and nbdev workflows
An interactive REPL environment running in Modal for incremental code development with AI agent integration
A cookiecutter-based template for FastHTML applications with database migrations support
A FastHTML application for exploring and analyzing RAG (Retrieval Augmented Generation) context and responses
A search tool combining web scraping and embeddings to find tool recommendations from podcast episodes
The original OnlySquatch project repository
A browserless tool for managing DNS records directly from command line interfaces like cursor or replit
A library for processing context from any source using a simple recipe format with chained actions
A FastHTML application for searching local image libraries using natural language descriptions and CLIP embeddings
Data analysis tool for Tempest weather station performance, focusing on battery charging patterns and solar radiation
Visualization tool for analyzing relationships between educational/science YouTubers using embeddings
A FastHTML application for generating WordPress plugins with GitHub integration and live preview capabilities
A collection of tools for migrating FastPages blog to Quarto and implementing text classification using embeddings
A proof-of-concept FastHTML app for generating and previewing WordPress plugins in real-time
A visualization tool analyzing plot patterns across James Bond movies using embeddings and dimensionality reduction
A tool for automatically splitting large videos into smaller chunks for LLM processing with accurate timestamp management
A systematic approach to processing long videos into manageable chunks for LLM analysis with transcription and context preservation
A step-by-step implementation of a transformer model for basic arithmetic operations using the SolveIt programming approach
A web scraping tool for collecting Magic: The Gathering Online tournament results using PlaywrightNB
An alternative solution for environments where Jupyter notebooks cannot be run, built with nbdev integration
A Chrome extension for copying and sharing Jupyter notebook content with AI assistants like SolveIt
A Chrome extension that enables one-click transfer of Jupyter notebook content to Claude AI
A tool for converting instructional videos into written content using Gemini for video analysis and content generation
A browser extension and dev tools panel for extracting and displaying markdown from web pages
A knowledge base generator and chatbot system that uses RAG to answer questions about GitHub repositories
A browser extension for modifying Twitter's interface using DOM selectors and JavaScript
A Python library for LLMs to manage domains and DNS, built with nbdev and claudette
A minimal boilerplate generator for Chrome extensions using fastcore and nbdev
A Wikipedia article analysis tool that provides personalized ratings, prerequisites, and learning assistance using AI
A custom GPT model for Q&A and interactive exploration of Paul Graham's startup essays
A comprehensive analysis of SolveIt approach focusing on lean engineering and AI training potential
Mathematical visualization of SierpiΕski triangles using Matplotlib
A collection of productivity tools including a SolveIt message manager and Reddit blocker
A tool to fetch books from Project Gutenberg with fuzzy search capabilities
A browser extension enabling cell navigation and manipulation in SolveIt interface
An automated news translation and summarization system with email delivery
A solution for debugging and fixing GAN model checkpoints for hurricane wind field prediction using TensorFlow
A comprehensive system for combining and structuring course lessons using multiple AI tools and nbdev integration
A comprehensive guide to improving regex usage in Python
A Gradio app that automates resume and cover letter customization using LLMs
A from-scratch implementation of Self-Organizing Maps for 2D visualization of high-dimensional data
A YOLOv11-based application for detecting bacteria in microscope images with coordinate normalization
A tool for integrating SolveIt-style workflows into Jupyter notebooks with Claudette integration
A FastHTML application for scraping and consolidating documentation into LLM-friendly text files
An nbdev Python library using Claude to autonomously solve Abstraction and Reasoning Corpus (ARC) challenges
A FastHTML library that integrates Heroicons as native FastHTML components