<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://stevenhostetler.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://stevenhostetler.com/" rel="alternate" type="text/html" /><updated>2026-03-26T02:41:07+00:00</updated><id>https://stevenhostetler.com/feed.xml</id><title type="html">Steven Hostetler</title><subtitle>Personal blog of Steven Hostetler. Writing about security, tech projects, and whatever else interests me.</subtitle><author><name>Steven Hostetler</name></author><entry><title type="html">My AI Experience So Far</title><link href="https://stevenhostetler.com/ai/2026/03/25/ai-coding-agent.html" rel="alternate" type="text/html" title="My AI Experience So Far" /><published>2026-03-25T07:00:00+00:00</published><updated>2026-03-25T07:00:00+00:00</updated><id>https://stevenhostetler.com/ai/2026/03/25/ai-coding-agent</id><content type="html" xml:base="https://stevenhostetler.com/ai/2026/03/25/ai-coding-agent.html"><![CDATA[<p>My experience first started in early 2023 with ChatGPT (Free) to help debug a personal project I was working on. Through a lot of trial and error, it helped get me where I needed to go in terms of generating a working solution.</p>

<p>In early 2024, through my employer, I first got exposed to GitHub Copilot via the VSCode extension. For the most part, it felt like a glorified auto-complete based on what I was working on at the time. Occasionally, I would use the built-in Copilot Chat component to ask one-off questions or to debug a specific error I was getting.</p>

<p>In 2025, I evolved to doing more initial project planning within the native ChatGPT Business/Teams platform. By starting off with high level ideas, I could iterate through a working solution to a problem I was trying to solve. At that point, some boilerplate generated code would be copy/pasted into VSCode manually from ChatGPT to get the ball rolling. From there, it was flipping back and forth between those tools as needed.</p>

<p>In early 2026, through inspiration from DHH’s <a href="https://world.hey.com/dhh/promoting-ai-agents-3ee04945">blog post</a>, I started experimenting with <a href="https://opencode.ai/">Opencode</a>. Like many of you, I have tried different workflows based off feedback on X. Currently, I am using Opencode within the native terminal inside VSCode. I first started using Claude Sonnet 4.5 via the GitHub Copilot provider but have since switched to using GPT-5.3-Codex.</p>

<p>This week, I was introduced to <a href="https://github.com/obra/superpowers">https://github.com/obra/superpowers</a> as a way to develop better planning and building within Opencode. It really felt like superpowers after using it to generate ideas for the first time. Check it out!</p>]]></content><author><name>Steven Hostetler</name></author><category term="ai" /><summary type="html"><![CDATA[My experience first started in early 2023 with ChatGPT (Free) to help debug a personal project I was working on. Through a lot of trial and error, it helped get me where I needed to go in terms of generating a working solution.]]></summary></entry><entry><title type="html">Introducing My Blog</title><link href="https://stevenhostetler.com/personal/2026/03/06/introducing-the-blog.html" rel="alternate" type="text/html" title="Introducing My Blog" /><published>2026-03-06T15:00:00+00:00</published><updated>2026-03-06T15:00:00+00:00</updated><id>https://stevenhostetler.com/personal/2026/03/06/introducing-the-blog</id><content type="html" xml:base="https://stevenhostetler.com/personal/2026/03/06/introducing-the-blog.html"><![CDATA[<p>Welcome to my new blog! I’ve set up this space to write about security, tech projects, and whatever else catches my interest.</p>

<p>I decided to go with a simple <a href="https://jekyllrb.com/">Jekyll</a> setup hosted on GitHub Pages. It gives me full control over the content without the overhead of a complex CMS.</p>

<h2 id="whats-coming">What’s Coming</h2>

<p>I plan to write about:</p>

<ul>
  <li><strong>Security</strong> - Thoughts on security topics, research, and practices</li>
  <li><strong>AI</strong> - LLMs, tooling, agentic workflows, etc.</li>
  <li><strong>Tech Projects</strong> - Build logs and tutorials from things I’m working on</li>
  <li><strong>Miscellaneous</strong> - Whatever else I find interesting</li>
</ul>

<p>The blog uses the minima theme, which keeps things clean and readable.</p>

<p>You can find the source code for Minima at GitHub:
<a href="https://github.com/jekyll">jekyll</a> /
<a href="https://github.com/jekyll/minima">minima</a></p>

<p>You can find the source code for Jekyll at GitHub:
<a href="https://github.com/jekyll">jekyll</a> /
<a href="https://github.com/jekyll/jekyll">jekyll</a></p>

<p>Stay tuned for more!</p>]]></content><author><name>Steven Hostetler</name></author><category term="personal" /><summary type="html"><![CDATA[Welcome to my new blog! I’ve set up this space to write about security, tech projects, and whatever else catches my interest.]]></summary></entry></feed>