I'm Jeremy Bloom, a product leader with deep experience in
AI, cloud, security, networking, and data. This site is my professional
home on the internet - a place to see how I think, what I've shipped, and how I might
help your team.
In ten words: Product leader with deep AI/Cloud/Data skills and business background.
Certifications include:
CISSP (ISC Certified Information Security Professional)
This page collects some of my posts, notes, and updates.
Some started and remained as LinkedIn posts, some as internal notes,
and some as experiments I decided to share more broadly.
Over time, I'll link individual items to dedicated pages or external content.
For now, treat this as a simple index of some of the things I've written.
2026 Posts
2026-02-12 —
LLM Benchmarking
I've been experimenting with different types and sizes of LLMs solving different problems.
It's fascinating how models can perform so differently. I started some basic benchmarking
which you can see at apps.databloom.net/ai_benchmark.
2026-02-10 —
Claude Code /init on an Existing Project
I pointed Claude Code at my Streamlit apps project, ran /init, and it produced a
comprehensive CLAUDE.md entirely from reading the source files. Here's what it came up with.
2026-02-03 —
AI-Assisted Coding vs Agentic Coding: A Simple Example
What's the difference between coding with an AI and having an AI code for you?
I build the same small Python project two ways to compare the workflows and tradeoffs.
2026-01-01 —
Advent of Code 2024
A buddy of mine told me about Advent of Code.
In a nutshell, this cool guy named Eric Wastl built a set of small programming puzzles for people to solve.
They start pretty easy and get... hard. I got through a bit more than half.
You can see my (not great, but working) code at
github.com/databloomnet/advent_of_code_2025.