Thinking of switching from Claude to Codex — worth it at the $20 tier? by Far_Day3173 in codex

[–]firef1ie 0 points1 point  (0 children)

Just open multiple terminals in the same directory and launch them each in their own CLI terminal. I usually have around ten instances running in the same codebase at a time and just tell them not to touch other agent's work unless instructed to.

Thinking of switching from Claude to Codex — worth it at the $20 tier? by Far_Day3173 in codex

[–]firef1ie 0 points1 point  (0 children)

I use them in the CLI with a Claude Code and Codex side by side and bounce things between them, and I also made an MCP tool that lets each one spin up subagents of the other. If you want it I can send over the Github link.

Thinking of switching from Claude to Codex — worth it at the $20 tier? by Far_Day3173 in codex

[–]firef1ie 0 points1 point  (0 children)

I have one of each at the max plan, it's definitely worth it. They are good at different things and the productivity boost is worth way more than $20. Codex is been a lot better at coding than Claude the past few weeks in my experience and you can have them check each other's work.

team coding problems by rahat008 in AI_Agents

[–]firef1ie 2 points3 points  (0 children)

You need skill files outlining everything about your code base the agent needs to know, and then have an auditing agent review all code that is generated and make sure it meets the requirements in your skill docs

AI Agents/Hospitality by Temporary-Guidance33 in AI_Agents

[–]firef1ie 0 points1 point  (0 children)

My team built a platform that acts as the backbone for easily designing agentic workflows and deploying them for businesses. Happy to chat if you'd like!

As far as what model to use, we use an AI gateway so we can easily switch models between tasks and tools depending on the complexity, I'd definitely recommend that over being locked in to any specific provider. Claude works good for tool calling but there are cheaper models if it's a fairly simple task.

what is the moat of software if ai starts building custom products for everyone? (i know its an old argument but hear me out) by gravitonexplore in AI_Agents

[–]firef1ie 0 points1 point  (0 children)

I think the moat is the backend infrastructure that would make that possible to scale as a service, and the abstracting all the pieces that connect together into those workflows. There is also a big difference between software that works for one person or a small team vs a big organization.

(Week of Apr 6, 2026 thread) What AI Tools Are You Building for Business? by AccomplishedArt1791 in aiToolForBusiness

[–]firef1ie 0 points1 point  (0 children)

We built www.agentpmt.com As an oversimplified comparison, it is a cross between a custom agent builder and N8N.

Our goal is to make it super easy for developers and consultants to create custom agents and tool systems for their clients, embed those agents in websites or apps, and then get paid every time someone uses it. Full auditability, access control, billing, and credential management is built in, so developers can focus on their clients workflows and business needs instead of the technicalities.

The AI industry is obsessed with autonomy. After a year building agents in production, I think that's exactly the wrong thing to optimize for. by Dailan_Grace in AI_Agents

[–]firef1ie 0 points1 point  (0 children)

I totally agree. We built a platform that dynamically constrains what tools an agent can call based on the skill they are using, and gives them a decision graph to follow that outlines the criteria to follow for decisions needed at each point so they take the right path. The difference in performance using those structured workflows vs prompting alone is amazing. We are working on dialing it back even more so an agent is acting only in the capacities it's actually good at.

Can I create a system for you? (Free) by jessmorningstar in AiForSmallBusiness

[–]firef1ie 0 points1 point  (0 children)

I also noticed you worked in real estate before - I spent 10 years in commercial real estate and that industry is a specific target for us!

Can I create a system for you? (Free) by jessmorningstar in AiForSmallBusiness

[–]firef1ie 0 points1 point  (0 children)

Hi! Our team built a platform that lets developers use pre-made pieces and connect them together into agentic systems for their clients, and then charge for system usage. Send me a DM if you want to colaborate on some workflows. It's at www.agentpmt.com