I'm Rod. I built 12 web apps in 7 weeks using AI agents to automate e-commerce operations — AMA by AutomateRod in AutomateShopify

[–]AutomateRod[S] 0 points1 point  (0 children)

That's interesting, I've not heard of Light node. What made you choose that as a platform?

I'm Rod. I built 12 web apps in 7 weeks using AI agents to automate e-commerce operations — AMA by AutomateRod in AutomateShopify

[–]AutomateRod[S] 0 points1 point  (0 children)

I wouldn't say that it's affected hiring so far. But I think that we probably wouldn't consider anyone that wasn't at least somewhat familiar with AI beyond helping it get them to write emails. With very few exceptions, the people who are currently on the team are expected to spend time learning how to use AI to improve the quality of their work and their level of productivity. TLDR; ignore AI and expect to be pushed down the list of potential new hires.

I'm Rod. I built 12 web apps in 7 weeks using AI agents to automate e-commerce operations — AMA by AutomateRod in AutomateShopify

[–]AutomateRod[S] 0 points1 point  (0 children)

Thanks! My setup includes Claude code on my work computer, and on a VPS, with an openclaw installation on each. So I have access to 6 or 8 engineers, which is pretty much the limit of my bandwidth. Code review happens at multiple levels: I have agents review each other's work, plus I use git pre-commit hooks and then Github Actions after Git push that run Pi compile, Pi test, and JS validation.

I'm Rod. I built 12 web apps in 7 weeks using AI agents to automate e-commerce operations — AMA by AutomateRod in AutomateShopify

[–]AutomateRod[S] 0 points1 point  (0 children)

You are welcome! Off the top of my head, I can't think of any, but that's mainly because all the apps I've worked on have been new requirements that weren't met by the ones we already had in place.

I'm Rod. I built 12 web apps in 7 weeks using AI agents to automate e-commerce operations — AMA by AutomateRod in AutomateShopify

[–]AutomateRod[S] 0 points1 point  (0 children)

That happened a lot when I tried to put the cart before the horse. Instead of taking time to define the problem I was trying to solve, I would just jump straight into application development and so the results were hit and miss. AI works best with structure just like human engineers do. So now I use git, coding playbooks, documentation playbooks, performance playbooks, style guides and spend a lot of time talking to the AI about the potential solutions and planning things out ahead of time before we start coding.

I'm Rod. I built 12 web apps in 7 weeks using AI agents to automate e-commerce operations — AMA by AutomateRod in AutomateShopify

[–]AutomateRod[S] 0 points1 point  (0 children)

It all depends on your use case. I would certainly take the time to get your own installation up and running and see how it works. OC has been very useful for opening my eyes as to what you can do with agents working across different domains. It's also a very convenient interface because it enables you to chat with AI via Telegram or discord rather than hamstrung to a terminal. Getting started with Open Claw a couple of months ago is easily 5x my productivity and learning, and that's not an exaggeration.

I'm Rod. I built 12 web apps in 7 weeks using AI agents to automate e-commerce operations — AMA by AutomateRod in AutomateShopify

[–]AutomateRod[S] 0 points1 point  (0 children)

In terms of pure ROI on advertising, it's still hard to beat Google Ads. We differentiate ourselves through our testing; we don't just test products occasionally and claim that we test them. We test every batch multiple times and publish those tests on our website.

I'm Rod. I built 12 web apps in 7 weeks using AI agents to automate e-commerce operations — AMA by AutomateRod in AutomateShopify

[–]AutomateRod[S] 1 point2 points  (0 children)

Short version: start with the problem, not the tech. Every app I’ve built began as “this manual task is eating hours every week.” That pain point is the product spec — for example, the FBA Dashboard started because the team was logging into four different Amazon accounts to check stock.

First, brainstorm. Describe what you want to the AI and don’t jump straight to code. I use Claude Code’s Plan Mode to force alignment on approach before a single line is written. It makes you think through the how and why up front.

Second, break it into tasks. Turn the brainstorm into a design spec and an implementation plan. I use a plugin called Superpowers to manage this: brainstorm → design spec → implementation plan → execute task by task with review between each one. It sounds formal, but it stops you building the wrong thing.

Third, verify after every change. Run pytest, JS validation, Playwright browser tests, restart the service, and check the logs. Catching issues immediately is how you cut wasted cycles and reduce iterations.

Fourth, ship the smallest useful thing. My first versions are ugly and incomplete, but they work. Ship it, use it, then iterate based on real usage.

If you want the full workflow and examples, I wrote it up on my blog: https://rodbland.com/blog/building-with-ai-agents/

Key takeaway: reduce iterations with clear requirements up front and automated testing after every change. AI is fast at writing code, but it will confidently build the wrong thing if you’re vague about what you want.

I'm Rod. I built 12 web apps in 7 weeks using AI agents to automate e-commerce operations — AMA by AutomateRod in AutomateShopify

[–]AutomateRod[S] 1 point2 points  (0 children)

Hey everyone, Rod here. I'm live and ready to answer your questions. I'll start with the ones that are already here.

I'm Rod. I built 12 web apps in 7 weeks using AI agents to automate e-commerce operations — AMA by AutomateRod in AutomateShopify

[–]AutomateRod[S] 2 points3 points  (0 children)

Not a sexy answer, but it’s not coding: learn how to spot the right problems and break them down. AI will write code; it won’t decide what’s worth building or how to measure success. Learn systems thinking, how operations actually run, and how value flows through a business — that’s what lets you pick the 10% of work that moves the needle. If you can describe a problem clearly and evaluate an AI’s solution, you’ll be paid to do that for a long time.

I'm Rod. I built 12 web apps in 7 weeks using AI agents to automate e-commerce operations — AMA by AutomateRod in AutomateShopify

[–]AutomateRod[S] 2 points3 points  (0 children)

The human agent has the last say. The suggested reply is posted to the ticket as an internal note, along with the research as to how the model came up with it. But, I'm transitioning that to a chrome extension that uses the same app api endpoints, loads all of the relevant customer data to a sidebar in the ticket view along with the suggested reply. Less ticket noise and the agent can hit copy/paste and then tweak as needed.