I tend to build and tinker on occasion. I often like to share and pulling up localhost:3000 isn't always an option when I'm out and about!
Some of the things I've been working on. Tinkering with LLMs and building tools to help me do it.
The following projects were primarily built with:
Jan 2024
I wanted to create a system that could trascribe audio to text and then summarize the meeting notes.
Lots of learnings across speech to text, and audio embeddings.
May 2024
A little widget to visualize LLM responses and their token probabilities.
Then, utilizing token probabilities to defend against responses that appear to contain hallucinations.
May 2024
A simple tool to find jobs that match your skills and interests.
Using job postings and resumes to match candidates to jobs.
June 2024
A simple chat app that uses Claude 3.5 Sonnet to generate responses.
I would get messages from the Anthropic interface that I have asked too many questions and need to come back in a few hours.
So I caved and built an interface to use the API. Challenge was to complete it in 1 day.
July 2024
Writing blogs takes a lot of time. This tool aided in drafting and editing the posts.
The motifation came when I spent 3 hours using chat to write the blog about building chat.
Perhaps we can imagine a better interface?
July 2024
I find myself juggling a lot of balls and even still new ideas come up.
So I built a simple task manager to help me keep track of the things I need to do.
Aug 2024
I really wanted to begin integrating images into my projects.
So I built a simple tool using the Stability AI API to generate images.
Aug 2024
Across my previous projects I had needed more features native to a rich text editor.
And I was never happy with what I ended up with, so I built a simple WYSIWYG editor that I can continue to improve.
This editor will be what we can drop into other projects when needed.
Sep 2024
First attempt at using workflow automation.
Friends pinged me about Zapier and Make. But I kept figuring I could code this stuff faster.
Then the agentic parts of each of my projects was growing.
So I thought I would give them a shot.
I settled on n8n because it had a self hosted option and 45,000+ GitHub Stars.
I figured a quick use case would be to aggregate RSS feeds, perform a quick google search on the topic, then request an AI summary.