The Groff Dev Blog

Matthew Groff's musings on full-stack web software engineering and more.

LLama 3.2 Released

Meta released Llama 3.2 and its ready for edge and mobile devices, along with a new vision model.

When to Code, When to Use LLMs: Striking the Right Balance for Efficiency

Learn how to efficiently balance traditional coding with the use of Large Language Models (LLMs) to solve problems effectively. Discover strategies to optimize processes like web scraping, saving time and resources by knowing when to code and when to leverage AI.

SALTE: Semi-Autonomous Linux Task Executor

Comparing Ollama w/ Mixtral vs GPT-4 vs Claude 3 Opus for my command line application SALTE: Semi-Autonomous Linux Task Executor

Ingesting PDFs using OpenAI GPT-4 Vision

Being smart about how we ingest PDFs is crucial. Here's how I used OpenAI's GPT-4 Vision to convert them to Markdown.

Introducing Next-Rails CLI

I made an npm package called next-rails that gives the power and syntax of the Rails CLI to Next.js applications.