u/tskull

A friend is thinking about build an ai which automatically runs your marketing, how does this make you feel?

p.s. this is an actual friend, not a "my friend" kinda post 😂

We were debating whether these kind of tools are good, and would anyone want them.

You probably seen some form of this agentic system where you connect your startup/saas or whatever and it automatically writes seo content, generates and runs video ads, spams linkedin etc

Personally I was skeptical that anyone would want to use it. Everyone thinks they can make this themselves. But my experience is that a) the output is not that good without quite a bit of human in the loop and b) if it did work, then everyone would do it, then it wouldnt work again anyway bc it's basically just spam email at that point.

Would this be a slop cannon you would avoid?
Or would you try it and put your company marketing on autopilot?

reddit.com
u/tskull — 6 days ago
▲ 49 r/cursor

FYI, you can save tokens by stacking AGENTS.md within subdirectories

I just realised nobody on my team knew you could add agents md in subdirectories to progressively expose info based on the folder your within.

This will attach each one to the prompt, with the lowest at the bottom of the prompt effectively overriding previous agents md or at least extending them.

This works with claude, cursor, codex etc but codex has some great docs on it that are worth reading

https://developers.openai.com/codex/guides/agents-md

Hope this saves you some tokens!

u/tskull — 12 days ago
▲ 3 r/SaaS

p.s. this is an actual friend, not a "my friend" kinda post 😂

We were debating whether these kind of tools are good, and would anyone want them.

You probably seen some form of this agentic system where you connect your startup/saas or whatever and it automatically writes seo content, generates and runs video ads, spams linkedin etc

Personally I was skeptical that anyone would want to use it. Everyone thinks they can make this themselves. But my experience is that a) the output is not that good without quite a bit of human in the loop and b) if it did work, then everyone would do it, then it wouldnt work again anyway bc it's basically just spam email at that point.

Would this be a slop cannon you would avoid?
Or would you try it and put your company marketing on autopilot?

reddit.com
u/tskull — 15 days ago

I use openclaw to do a bunch of stuff to run my company

My setup is that oc basically runs its own mac mini with no guard rails. It sort of manages itself and I just chat on telegram

The challenge im facing is that the processes its built for itself sometimes degrade

EG I have a script which detects where my car is parked via tesla api, and then it pays for parking if I am parked in a certain area close to my work.

This works fine for weeks, then randomly fails, the failure mode is not handled. It could be related to claude nerfing the model, some bot detection blocking the payment, oc updates which broke things, whatever

The challenge is when you have dozens of these sort of automations in place, you can end up spending meaningful amount of time just debugging the issues you thought you were solving 😭

Do other people find this a problem?
Any ideas on how to get around it?

reddit.com
u/tskull — 16 days ago
▲ 23 r/SaasDevelopers+1 crossposts

Connect the stripe MCP to your agent

stripe select read only (so it can’t do anything bad)

Then get it to look into how stripe is set up and find opportunities to improve

This was my prompt:

use the stripe mcp to identify any opportunities for how the account is set up and find opportunities to improve

Some of the interesting insights it found on our account.

  1. being targeted on trial abuse where users are issuing chargebacks. We don't even monitor or compete so our win back rate is 2%. Inspired by levels tweet on this to fix it:
  2. https://x.com/levelsio/status/2049847252680614105
  3. We had 4 failed payments over 2 weeks as the retry process, but stripe suggests 8 retries over 2 weeks. 2 click fix
  4. We were forcing card only. No Apple Pay, Google Pay, Link, Cash App. These typically lift conversion by 5–15% and have far lower dispute rates than raw card entry.

Give it a try, lmk if it gives you any interesting insights!
You can set up stripe MCP here:
https://docs.stripe.com/mcp

edit:

this blew up a little bit

We're looking to build an auto tool that does the auto dispute handling on saasco.com too

it should be almost free - maybe <$1/mo, and could auto submit evidence based on the events that the user has sent

if you're interested shoot me a dm. I think we could turn it on using just the analytics data from saasco. But the other challenge is figuring out how to pull more specific customer use or logs from your system to increase chargeback win rate, would love to chat if you're interested!

u/tskull — 17 days ago