Hello, world
#meta #ai
I finally gave this site a place to write things down. For a while it was just a landing page with a shader and some links โ nice to look at, but quiet. This is where that changes.
What I'll write about
Mostly the stuff I think about day to day as an AI engineer:
- AI agents โ what actually works versus what demos well
- Deep learning & computer vision notes from things I'm building
- The occasional deep-dive when I learn something the hard way
A quick code sample
Because every dev blog is contractually required to have one:
function greet(name: string): string {
return `Hello, ${name} ๐`;
}
console.log(greet("world"));
The goal isn't to publish often โ it's to publish things worth reading.
More soon. If you want to follow along, I'm on X and GitHub.