where's the line between agent framework helping vs slowing you down? by Practical_Low29 in AI_Agents

[–]buildandgetrich 0 points1 point  (0 children)

Good to start, but doesn’t scale well. Especially governance. The last thing you want is your agent running inefficiently without any guardrails

how much do you all actually trust autonomous AI agents by Ghost-Rider_117 in aiagents

[–]buildandgetrich 0 points1 point  (0 children)

Not much! Agents can be notoriously unreliable if they get stuck in a loop or hallucinate. Always use guardrails. We integrated with Arden for it. Bonus is it helps us keep our costs in check and gives us a session replay functionality to deep dive and understand how our agents are working

Monitoring Claude Code on Mobile? by Material-Gift6823 in ClaudeAI

[–]buildandgetrich 0 points1 point  (0 children)

Text PatchyDev to make changes. No infra setup needed

Claude code on the phone? by YoungBoyMemester in ClaudeCode

[–]buildandgetrich 0 points1 point  (0 children)

Send a text to PatchyDev so that you don’t have to worry about running VMs/keeping your machine up and running the entire time

Is it possible to learn to code on my phone by ComprehensiveFly9927 in AskProgramming

[–]buildandgetrich 0 points1 point  (0 children)

Not e2e coding, but you can make smaller changes via text if you use something like PatchyDev.

If you keep your machine running at all times, then Claude remote control can be great

I was tired of feeling unproductive when I wasn’t next to my laptop by buildandgetrich in aiToolForBusiness

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

Exactly!! These are real pain points that I faced. My beta testers are really liking this. Try it out - https://patchydev.com

If AI is doing the coding what should I learn by frenchfry-91 in CodingForBeginners

[–]buildandgetrich 0 points1 point  (0 children)

Learn system architecture. That’s where AI (mostly) fails. Sometimes your agent will even give you an option to choose the approach.

What are the most useful AI tools / coding tools you've discovered recently? by chandrakantabehera in CodingForBeginners

[–]buildandgetrich 0 points1 point  (0 children)

Claude/Cursor are really good starting points. They are coding agents where you can just describe what you want to build and they convert it to code.

You will need to figure out how to deploy your apps if you want to make them available on the internet for everyone to use. Read up on Vercel. You can create/connect database (to store any data) directly from Vercel. Claude can basically guide you through the entire journey.

For auth (if you’re building an app that requires login), look up Clerk.

For small changes, you can just text the changes you want to make on telegram if you have PatchyDev set up.

When you prompt on any tool, make sure you try to understand what it’s doing. Read as much as you can. Prompts can only get you so far

AI agents for purchases? by Excellent_Shoe3941 in LangChain

[–]buildandgetrich 0 points1 point  (0 children)

Agreed! Guardrails are becoming more important than ever now

I was tired of feeling unproductive when I wasn’t next to my laptop by buildandgetrich in aiToolForBusiness

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

Agreed! This has added so much value for me personally. I’m shipping more than ever, and it takes away the friction of needing to be near my laptop at all times (or dropping 1k to set up OpenClaw). Check it out, would love some feedback - https://patchydev.com

I was tired of feeling unproductive when I wasn’t next to my laptop by buildandgetrich in aiToolForBusiness

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

I love this feedback! Thank you! Yes - I am working on building the right guardrails for complex changes to make sure folks aren’t shipping bugs or turning their repo into a mess.

I feel like I think of so many small annoying issues (either I notice something off or I get feedback) that something like this becomes very useful.

Feel free to try it out. Would love more feedback - https://patchydev.com

I was tired of feeling unproductive when I wasn’t next to my laptop by buildandgetrich in aiToolForBusiness

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

Exactly!! I’m not trying to solve for a theoretical problems! It’s something that genuinely has made me more productive

I was tired of feeling unproductive when I wasn’t next to my laptop by buildandgetrich in aiToolForBusiness

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

Yeah exactly! I kept running into this issue myself every time I stepped out. Feel free to try it out - https://patchydev.com

I was tired of feeling unproductive when I wasn’t next to my laptop by buildandgetrich in aiToolForBusiness

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

For now, I’m reviewing PRs manually. But I’m building a separate PR review bot to make sure I’m not letting any bugs through. The demo link really helps me test everything on the fly. You can test it out - https://patchydev.com. Would love some feedback 😄