jonaustin.dev

Hacking with AI - December 2025


General

General Usage / tools

Command Consoles

One off queries

Management/Organization

Concrete Usage

For the “typing” part of coding (the smallest part of software engineering):

My silly little vibe-coded virtual pet project: https://github.com/jonaustin/vpet/ i.e. Find some project for yourself that isn’t important but gives you something meaty to concretely play with.

The CLI Strikes Back

Unix / CLI tools have never been more readily useful.

I’ve generally not pushed folks to live in the terminal like I do, because it requires so much practice and memorization of arcane commands to be effective that only someone who really wants to do that will succeed.

But with LLMs, really anyone can be proficient on the CLI, and the humble | operator to pipe streams of text to focused processing commands is still the Killer App of software engineering.

Obligatory note

None of this post was written by AI, any dumb thoughts are fully my own doing.

#Cli #Ai