Posts

Showing posts from August, 2025

How to Create A Business

In this post, I'm going to go over the nitty gritty of starting a business. This is going to contain some details you won't learn in other places than the School of Hard Knocks™. This is just the process I followed as I did a lot of learning and research and this is my attempt to document the approach I took in order to get my business(es) registered with the state of Texas. This is also going to be specific to Texas since that's where I currently reside and where the businesses were created. I presume all states have their way in which they want you to register the business. Please do your own research to make sure you are following the correct laws and such. Disclaimers I am not a lawyer, nor a CPA. I would like to consult with these officials in order to confirm if the steps I'm following in this blog post were correct. I do not take any liability if you decide to follow this post. This is merely for information and education purposes only. I am also based out of...

Claude Code vs OpenAI Codex vs Cursor

Image
I pitted these three together to see which one would yield the best result and this blog post is a documentation of that effort. So let's take a look at the prompts, how the tests were executed and what are the takeaways from this that should be considered as a result of this effort. Before I got too far into developing the server component and releasing a version of this into the wild and trying to get folks onboarded into the ecosystem I'm building, I wanted to highlight some progress that's being made on the new FinTech Website ! To do this, I wanted to showcase the different experiences I had using OpenAI's Codex , Anthropic's Claude Code and Cursor . I created a repo and setup the scaffolding for an Angular project I'm building. It's the front-end to my new and upgraded FinTech website . Then, I proceeded to create AGENTS.md at the root of the project and in subdirectories where it made sense. I leverated this to add context in each level of the di...

AI Workflows: Electric Company Edition

Image
AI Workflows So, I have been considering make.com for some time now to help me out with workflow automation. I had seen someone using it in the past and thought it was interesting... Then, NetworkChuck's video on n8n crossed my FYP on YouTube... Introducing n8n Website Docs Workflow automation that you can host yourself and get to automating like a pro! Has tons of integrations and this really got me thinking about things that I could automate. This works great as workflow automation visualization tool. In this way, I don't have to hook up all the plumbing for automation, this can serve that purpose. Background: Electricity in Texas Disclaimer: I may not get all these details correct, so don't quote me on how all this works. I just know the players. So, the way electric works here in Texas is you have to select your power company who basically is responsible for collecting the bill and "delivering" electric to your home. I suppose this is great beca...