
Replicating UIs from an Image with Vibe-Coding Tools
Testing UI Reproduction from Multimodal Input in Lovable, Bolt, V0, Claude, and more
Measuring performance across multiple models at replicating UIs from an image.
8 posts in this series
Testing UI Reproduction from Multimodal Input in Lovable, Bolt, V0, Claude, and more
Measuring performance across multiple models at replicating UIs from an image.
Add AI Chat To Any Website, Powered By Pinecone Assistants
Add AI Chat To Any Website, Powered By Pinecone Assistants
Call Gemini CLI for backup, from within Claude Code CLI
A guide on using Claude Code Hooks with the userPromptSubmit trigger to call Gemini's CLI for help when stuck
A guide to building offline AI apps and dealing with CORS
In this guide, I’ll show you how you can build and run your own AI-powered apps that work completely offline, and do it without writing a single line of code. I’ll be using my favorite vibe-coding...
Building A Text to Cypher Agent Without A Single Line Of Code
Knowledge graphs are more than just interesting data visualizations. They’re also extremely effective as a data source for RAG (Retrieval-Augmented Generation), and can significantly improve LLM...
Automating Server Moderation with Python
Discord may be known for gaming, but it’s also widely used as a community and support forum for tech companies. Regardless of the use though, pretty much ever server has to deal with spam and scammers...
Self-hosted Markdown Generator in Python
Markdown is a great format for storing text files that need to be compatible with multiple systems. And LLMs excel at generating Markdown. If you regularly copy/paste responses from ChatGPT to a text...
Extracting Object Data from Unstructured Text
What is NER (Named Entity Recognition)? Named Entity Recognition is a technique in Natural Language Processing (NLP), which involves identifying and classifying entities—such as names of people,...