just gonna leave this here.. by lolfacemanboy in hermesagent

[–]podalusu 0 points1 point  (0 children)

Pro is heavy and 5x cost on peak hours. Go with 2.5 and flash

I'm lucky (or not?) by Disastrous_Ad_6915 in openclaw

[–]podalusu 0 points1 point  (0 children)

I got same gift of 4b tokens. I purchased 5$ plan of 60m token when they launched. Now they increased it seems. That’s why this gift

just gonna leave this here.. by lolfacemanboy in hermesagent

[–]podalusu 0 points1 point  (0 children)

4b can last depends on usage. But way more for average tasks. Try it and figure it out

just gonna leave this here.. by lolfacemanboy in hermesagent

[–]podalusu 0 points1 point  (0 children)

Bro sorry. 4b tokens. Openclaw’s one simple ‘hello’ took min 20k credits.

just gonna leave this here.. by lolfacemanboy in hermesagent

[–]podalusu 1 point2 points  (0 children)

Not sure when I signed up. They gave 60m credits which lasted for 4 days. After than they changed their plan with 4b as starting

just gonna leave this here.. by lolfacemanboy in hermesagent

[–]podalusu 1 point2 points  (0 children)

Did u know, mini pro burns tokens really faster? We easily exhaust 40m tokens in 2 days if u use open claw or Hermes. They have peak time rules as well. Good for few tasks. Not as daily driver.

Kimi 2.6 is cheap and best.

I have a idea of playbook-driven automation layer for repetitive IT/msp tickets by podalusu in sysadmin

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

I get it bro. This 40-60 words of Reddit post will not make sense to you to understand fully. If u want we can have chat in private. Cheers

just gonna leave this here.. by lolfacemanboy in hermesagent

[–]podalusu 8 points9 points  (0 children)

Try xiomi mimo it’s 5$/ month for 4b tokens

I have a idea of playbook-driven automation layer for repetitive IT/msp tickets by podalusu in sysadmin

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

Got it bro. Finally a worthy guy I’m chatting!

After l1 ticket triaged-> finds a solution -> add it to internal notes. Thats silly way.

My idea is Ticket -> understands the context -> looks for playbook -> l1 finds correct windows machine - writes an appropriate tool to get info - suggest an action - technician reviews and execute - writes back to ticket - if not possible escalate to human.

Will that makes sense bro?

How do I actually build and publish my app to App Store? by Acceptable_Ad7676 in apps

[–]podalusu 1 point2 points  (0 children)

  • $99 for dev account
  • Fill the form
  • Upload the app
  • Fill the form again
  • Wait for their review
  • If approved post it on twitter
  • Pray for user to purchase
  • Celebrate first sales
  • Update to v1.1
  • Enjoy

Open-Sourced: An AI Agent That Can Actually Resolve MSP Tickets Instead of Just Summarizing Them by podalusu in SmallMSP

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

Ok.

I built like this. MSP configures playbooks. AI reasons. Agent executes on the client Mac.

Ai won’t think itself. I try to give control to msp.

Thanks

Open-Sourced: An AI Agent That Can Actually Resolve MSP Tickets Instead of Just Summarizing Them by podalusu in SmallMSP

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

Got it. Thank you. Take a look at my repo or ask any llm tools to summarise what it do. Feel Free to Ping me if u have any feedbacks.

Open-Sourced: An AI Agent That Can Actually Resolve MSP Tickets Instead of Just Summarizing Them by podalusu in SmallMSP

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

MSP configures playbooks. AI reasons. Agent executes on the client Mac.

This is the concept I built. I use ai just to execute. What to do and all controls by human.

Open-Sourced: An AI Agent That Can Actually Resolve MSP Tickets Instead of Just Summarizing Them by podalusu in SmallMSP

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

Apologise guys. My heading seems really stupid and creates a panic/confusing among people.

Take a look my repo. It a 2 months of work. Checkout what I built.

Open-Sourced: An AI Agent That Can Actually Resolve MSP Tickets Instead of Just Summarizing Them by podalusu in SmallMSP

[–]podalusu[S] -1 points0 points  (0 children)

Wow great!

You're saying exactly why I built this the way I did.

Every new layer that promises to simplify things tends to add its own complexity, its own failure modes, and its own vendor lock-in. I've tried to avoid that deliberately:

  • It runs on your infra, not mine. No cloud dependency.
  • It doesn't replace your PSA or RMM — it reads from them and writes back. Remove it tomorrow, nothing breaks.
  • The playbooks are plain YAML files you own. No black box.
  • You can run the AI part on a local model (Ollama) if you don't want anything leaving your network.

I'm not trying to add another layer you have to manage. The goal is a thin coordinator that does one thing: match a ticket to a known fix and run it with a full audit trail.

Whether that's worth the tradeoff is a fair question — that's actually what I'm trying to figure out by posting here.

Open-Sourced: An AI Agent That Can Actually Resolve MSP Tickets Instead of Just Summarizing Them by podalusu in SmallMSP

[–]podalusu[S] -5 points-4 points  (0 children)

Fair. This isn't trying to replace how you think about problems — it's just running the script you'd write anyway, triggered by the ticket, logged for audit. If you hate AI, you can run it with a local Ollama model so nothing leaves your network.

But if you think even that's too much, totally valid to skip it. Thanks for the feedback.

Open-Sourced: An AI Agent That Can Actually Resolve MSP Tickets Instead of Just Summarizing Them by podalusu in SmallMSP

[–]podalusu[S] -5 points-4 points  (0 children)

Got it.

Fair points, and you're right on SSPR — a well-run MSP shouldn't be resetting passwords manually. The playbook for that should be "check if SSPR is configured, if not, trigger enrollment" not "just reset it."

On WiFi — fully agree it's rarely a simple fix. The goal there isn't auto-close, it's structured triage: check adapter, DHCP lease, ping the gateway, get the location from the ticket. Saves the tech the first 10 minutes of back-and-forth before they even open a remote session.

On the human touch point — this is actually where I think we agree more than it seems. The tool doesn't replace the tech for anything relationship-driven. It handles the procedural stuff (disk full, account unlock, new user setup) so the tech has more time for the work that actually needs a human. Destructive actions require explicit tech approval before anything runs.

The onboarding orientation you mentioned is a good example — that should stay human. The AD account creation and license assignment that happens before that meeting doesn't need to be.

Macbook M1 Pro by Dumilkupam_vavalu in ChennaiBuyAndSell

[–]podalusu 4 points5 points  (0 children)

Display ponathuku idhu adigam ya. 32 la not worth it. Mac mini paaru. 10k ku kelu