Posts by John Paul Helveston
@pingfanhu.bsky.social has an amazing 3-part blog series on agentic engineering workflows:
Part 1 - Claude code basics: pingfanhu.com/blog/2026-03...
Part 2 - Workflow and examples: pingfanhu.com/blog/2026-04...
Part 3 - Software that ties it together: pingfanhu.com/blog/2026-04...
A map showing Vietnam (outlined in red) overlaid on Iran (outlined in blue) for size comparison. Vietnam fits well within Iran's borders, illustrating that Iran is significantly larger in land area than Vietnam.
At its peak, the US had over half a million soldiers deployed to Vietnam, with a total of 2.7 million served over the course of the war, and US forces still failed to secure the country
This is monumental...the entire open source world now has access to a #python version of Claude code, with a #rust port coming soon. This is the fastest repo in history to surpass 100k stars. Absolutely wild that the most powerful AI coding agent is now just out there.
github.com/ultraworkers...
While this specific case is misleading, there's no doubt the content of the article points to a very real threat, one that we may not even be able to detect. That is, LLM responses may already be riddled throughout our data (possibly even in this case) and we may not even be able to tell.
๐ฏ
Oof...damning evidence of AI responses on online surveys. The battle against AI survey bots is well underway, and it doesn't look like the humans are winning
www.theguardian.com/technology/2...
The very best stats course you can get is still free. Absolutely amazing stuff.
@jigarshahdc.bsky.social on point๐
If you think that's cool, wait til yoy see my market research tech
Has there ever been a time when the strategy of "if we just keep bombing civilians eventually they'll finally rise up to overthrow their oppressive government" ever worked?
Someone ported Karpathy's microGPT to pure #julialang in 99 lines with 0 dependencies, it's 1600x faster than CPython... hard to emphasize enough how impressive this is
www.reddit.com/r/Julia/s/Vg...
#opensource always wins ๐
There's just as much thinking going on in how I use agents, they just write code for me. I still architect, execute, and test, which is where all the serious thinking lies in coding. Agents just write the tedious bits with fewer human errors (typos).
More likely that we'll need to clarify the opposite, as in "I wrote this code by hand"
@simonwillison.net is the first I've heard use the term "agentic engineering", which feels like a much better description of how I use tools like Claude Code (as opposed to "vibe coding", which implies no human architecting the result). Great stuff in this post:
simonwillison.net/2026/Feb/23/...
Sharing a new #opensource project we've been building: vehicletrends.us โ an interactive dashboard tracking U.S. automotive market trends from millions of listings. Data is available via the {vehicletrends} #rstats package. Site made with #Quarto, code at github.com/vehicletrends ๐ ๐
Check out this wide-ranging discussion I had with Frank Sesno, director of the Alliance for a Sustainable Future at GWU. Topics include EV competition, US-based EV production, facing the challenge of Chinese EV leadership, and national security (among other things).
www.youtube.com/watch?v=oUMz...
I wanted a totally static site with no server, would that framework be able to handle that? I never used plumber but heard lots about it.
Yup. For a long time I relied on shiny because it was easy to build, and I just lived with production bottle necks. No more. I think we're going to see an explosion of custom builds using tools and frameworks that we only barely understand but can get working
Note that the main data file, the PMTiles files, is hosted on cloudflare to make it accessible for the actual map, but I also exported the data file as a release on that GitHub repo
Actually I have made the HHI metric I calculated publicly available. It's just the underlying raw data that can't be made available. I'm putting it all into a R package, so look out for that soon.
Yes, JS for sure. The whole file is linked below, and yeah I could never have written it myself. I tinkered with other frameworks like shinylive, but it was just too slow. Once I started over from scratch, plain html was the solution github.com/vehicletrend...
Underlying data is licensed from marketcheck.com, which collects detailed listings data from dealerships across the country. This is part of a larger analysis I've been doing with some data from them. HHI is a measure of market concentration: en.wikipedia.org/wiki/Herfind...
Still works for me, not sure why it isn't for you
That's just plain HTML, which Claude code wrote for me. It's a new age now where all you need is the idea and CC will build the code.
We live in a magical time for #dataviz. This map is just a static html page served on GitHub pages ๐คฏ
It uses the incredible {pmtiles} #rstats package by @kylewalker.bsky.social to quickly filter through ~21M rows of data hosted on Cloudflare
vehicletrends.github.io/hhi-map/