And with that, we officially have so many testimonials for Siren that I have to redesign my reviews layout on my product page. 🎉🎉🎉
-
-
Alex Standiford
An AI-enhanced workflow absolutely can multiply your work, but I’ve never been totally satisfied with a “one shot” of anything AI made when it’s actually something that I need to maintain.
So much of my flow has begun to revolve around a lot of the things Chris Lema is talking about here.
-
Alex Standiford
This has been a pretty big time/money saver with PHPNomad. I set up a CLI that makes it possible to scaffold code that fits PHPNomad’s patterns quickly. With it, I’m able to establish patterns in projects and save the patterns as JSON files in my PHPNomad projects so AI can leverage them when it needs to create things again later.
Not only does this save a lot on tokens, it also ensures that AI doesn’t have to guess when I say “Use the x pattern that is established in this repository to do y”
It can also discover them on its own, which is nice.
The CLI also has the capability to index pretty much all of PHPNomad’s code and save it into a batch of JSONL files, which allows AI agents to grok my project quickly without combing through the entire codebase.
It has had a profound impact on my AI token usage.
https://github.com/phpnomad/cli
-
Alex Standiford
The gravity of your hometown will always give you reasons to stay home. Sometimes that gravity is strong, and sometimes it will weaken. When it’s weak, leave. Travel. See things. You can always come back, but the opportunity is always a fleeting thing.
When we traveled in our camper, we left my kids were 1 and 4. My family and parents weren’t anywhere near needing any help from us, my kids didn’t have school friends yet, I was working remotely for a stable job, and my wife didn’t have a job. We happened to have a camper in our posession and a truck to haul it.
On paper, that’s about as good of an opportunity as any, and yet it was still a significant, and difficult transition, but I’m glad we did when we did, because the gravity of my hometown ramped up quite a bit more once my kids started making friends.
By the time they’re old enough to decide to go travel full-time, it’s entirely possible that either of mine or my wife’s parents may need us to be nearby to help them as they get older.
I guess what I’m getting at is take a look at your life right now, and if the only reason why you are where you’re at is because you’re scared, then re-think it. A few years on the road can completely change your life, and the opportunity to do it is neither universal, nor permanently on the table.
-
Alex Standiford
This old pupper sure does love going to the campground with me ❤️. She loves going to the dog park and playing fetch. Good for about 3 throws these days but by god she gives it her all for those throws.
-
Alex Standiford
Is anyone actually leveraging and consuming the WordPress Abilities API? If so, how? I want to understand the benefits for consumers before I go implementing something for it into Siren (Please boost for reach)
-
Alex Standiford
The number of microservices I’ve spun up this year using PHPNomad is something to behold.
I’ve really gotten into a groove with that system, and it’s just so, SO nice to have every single thing I build and manage using the exact same framework. It’s better to be consistent than great, and my biggest bottleneck right now is reviewing code. I can review and identify code smells so much faster with PHPNomad because I know just from a glance when something isn’t built using the patterns it should be built using.
Plus the CLI I buit for it scaffolds most of the code when we’re building greenfield projects, and that saves a ton of tokens when building.
I love it.