Your Machine Is the Boundary

I have been building locally with AI over the past year and I wanted to start moving what I had truly online. Taking something from prototype to hosted is normal work in my day to day. Doing it with no platform team behind me is a different story, because everything that machine had been covering for was suddenly mine to build. Your machine in every case, is the boundary. On your own laptop you’re the whole system whether you meant to be or not, it’s your logins, network and various local dependencies. Point a public URL at the same code and it’s doubtful to work (well safely). In a company a separate team is usually overseeing the security model and the various components. ...

August 17, 2026 · 6 min · Kashif Nazir
Step Out homepage introducing community opportunity matched to the visitor's situation

Step Out

July 30, 2026 · 0 min · Kashif Nazir

Pilot to Production: The Gap Nobody Plans For

Most migrations don’t start because someone planned one, they start because half the organisation is already using something unsanctioned and you’re formalising it before it turns into a compliance problem. I’ve seen that across different types of tech, and the failure mode is always the same: the pilot gets all the investment and the rollout gets whatever’s left, which is usually not much. That gap is the rollout version of the question I came back to in Better Than What It Replaces: is the new thing actually better for the person who has to use it? ...

April 4, 2026 · 6 min · Kashif Nazir

Building This Site

I’m not a web developer I’m a senior technical architect and my day job is application compatibility, migration, and platform modernisation, figuring out why software breaks when you move it between platforms and fixing it. The tools I reach for are Sysinternals, WinDbg, and Process Hacker, not CSS and JavaScript. Building a website from scratch wasn’t exactly in my wheelhouse. I’ve wanted a personal site for years but kept putting it off because I didn’t want something that looked like it was built in 2003 on GeoCities (though I do miss the flame borders). I also didn’t want to just use Squarespace or WordPress because I wanted to understand the build. When I moved into a strategy role last year where thought leadership is actually part of the job, the timing finally made sense. AI tools had collapsed the barrier too. What would have taken me weeks of learning web development took about two weeks of evenings and weekends. ...

March 22, 2026 · 7 min · Kashif Nazir
Building This Site social artwork with circuit traces around the title

Building kashifnazir.com

kashifnazir.com is the first public build of my personal site: Hugo, PaperMod, GitHub Pages, and a lot of iterative work with Claude and Codex to get it from generic template to something that actually feels like mine. The project is really two things at once: a live site and a record of how it was built. That includes the design direction, the circuit motif, the decision to launch on GitHub Pages first, and the AWS architecture I deliberately chose not to build yet. ...

March 9, 2026 · 1 min · Kashif Nazir