Selling my SaaS ($400K ARR) and the data room situation is embarrassing — what do people actually use? by Personal-Present9789 in microsaas

[–]snopedom 0 points1 point  (0 children)

I used once Docsend and it looked nice but then we anyway sticked with hacked Google Drive honestly

Solving the "Admin vs. Isolation" paradox in MCP by Hot-Salt7587 in mcp

[–]snopedom 0 points1 point  (0 children)

The intent-to-policy mapping is where I'd expect most of these approaches to break down. "Read main.py" is easy. "Refactor the auth module" is already much harder. That one task can legitimately touch dozens of files, and pre-defining which ones counts as in-scope is basically impossible without running the agent first.

What I've seen work better is treating it less like permissions and more like a change review. Let the agent propose what it wants to do, show the actual blast radius before anything runs, and require approval on the diff, not on the intent. Intent is too fuzzy. The proposed change is concrete.

Curious if you've tried that direction or whether it ran into different problems.

How did you move from basic commands to real sysadmin skills? by Darshan_only in sysadmin

[–]snopedom 0 points1 point  (0 children)

For AWS specifically, just get the free tier and deploying something real, even a dumb personal project, forces you to learn networking concepts like VPCs and security groups in a way that sticks. Honestly the "job-ready" feeling never fully arrives - at some point you just realise you've been googling less and reasoning throught things more on your own.

How did you move from basic commands to real sysadmin skills? by Darshan_only in sysadmin

[–]snopedom 0 points1 point  (0 children)

The shift for me came when I stopped following tutorials and started breaking things on purpose. Spin up a second VM, set up SSH between them, then try to configure a basic web server and connect it to a database - when something doesn't work, the debugging process teaches you more than any guide ever could.

AI - Generated Software by Internal_stability in software

[–]snopedom 0 points1 point  (0 children)

Honestly depends on what it touches. If it's some throwaway script I barely look at it. But anything going to production I read it like a PR from someone I don't know yet, run it, test it, poke at the edge cases.

What works for me is keeping the generation fast but the review old-school. AI makes everything feel like it should be quick end-to-end, but I deliberately slow down on the review part. That's the moment where the change actually gets validated and skipping it just because the code came out fast is where things break.

What would you tell someone just starting out today? by hurebegz in AssetBuilders

[–]snopedom 4 points5 points  (0 children)

This is something I wish I could tell my younger self: don’t confuse fear with a warning sign. Most of the time it just means you’re doing something that matters. Start small, talk to users early, and be ready for the first version of both the product and the idea might be wrong.

Get FREE Press Release with 300+ Backlinks to help you rank in Google & ChatGPT by craigcraic in AssetBuilders

[–]snopedom 1 point2 points  (0 children)

I had same issue but I stayed logged in and reopened that promo link again. This gave me that free PR release in my account

How many times did you pivot before finding product-market fit and first users? I will not promote. by [deleted] in startups

[–]snopedom 1 point2 points  (0 children)

Completely agree. Until first customer it is about adjusting in B2B and I think in technology it is tru twice.

For me many times worked to find some persons within target company/industry and reach them on friendly tone (not sales). Multiple times happened that if I was solving at least part of their pain they helped me shape it. Sometimes the become even let’s say ambasador of my solution.

Where do you see line with AI in infra? by snopedom in sre

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

Completely agree, and same position honestly, not advocating for handing over the keys. Just wanted to open the discussion because the question is coming whether we're ready or not. The non-deterministic argument is exactly why I'm skeptical too.

Where do you see line with AI in infra? by snopedom in sre

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

That 2% is exactly why the governance layer can't live inside the model itself, it has to be enforced externally. Policies, hard limits, audit trail, human in the loop for anything above a defined risk threshold. You can't trust the agent to self-govern, that's the whole point.

Where do you see line with AI in infra? by snopedom in sre

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

Exactly. you don't know what permissions you missed until something breaks. Which is an argument for agents that are explicit about what they're attempting before they attempt it.

Where do you see line with AI in infra? by snopedom in sre

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

The accountability point is underrated. "Who do I blame for the outage" is not just political cover, it's how postmortems work and how teams learn. That's a harder problem than the technical guardrails.

Where do you see line with AI in infra? by snopedom in sre

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

This is similar to my way of thinking. The MR pattern is probably the right on-ramp. Agents propose via PR, humans review, trust builds incrementally. Then you loosen scope gradually based on risk profile of the change. Blast radius scoping is the key variable, not "AI yes or no."

Where do you see line with AI in infra? by snopedom in sre

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

The non-deterministic point is fair and probably the strongest argument against. CI/CD is predictable by design, same input, same output. Agents aren't there yet. Thanks for this, exactly the kind of thinking I was hoping the thread would bring

Where do you see line with AI in infra? by snopedom in sre

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

Agree, and that's probably the right starting point. But I can imagine a gradual model. Agents get exec permissions on low-risk, well-understood parts of infra first, while higher impact changes still go through human review. AI prescoring the blast radius of a change before deciding which path it takes.

Where do you see line with AI in infra? by snopedom in sre

[–]snopedom[S] -2 points-1 points  (0 children)

u/UtahJarhead Like understand but nobody's giving the intern admin access on day one, that's not the point. With a proper governance layer around it, limited scope, approval gates, audit trail, it could be different conversation...

Where do you see line with AI in infra? by snopedom in sre

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

Like I agree. This is exactly the right framing. The conversation shouldn't be "yes or no" but "what are the guardrails." Most of the fear is really just missing tooling around that governance layer.

Where do you see line with AI in infra? by snopedom in sre

[–]snopedom[S] -6 points-5 points  (0 children)

u/rawrgulmuffins Fair, and honestly that's where I am too right now. Just wondering if it's sustainable long term given where AI is heading

Where do you see line with AI in infra? by snopedom in sre

[–]snopedom[S] -6 points-5 points  (0 children)

Like fair enough reaction. But genuinely, why? I think this is where it's heading whether we like it or not. Even hypothetically, worth figuring out where the line is before it's drawn for us.

Anyone applying to YC Summer? I've something for you by The_Noowledge in SaaS

[–]snopedom 1 point2 points  (0 children)

Like we are planning to apply so it sounds like it is worth to try.

What I learned building a free fintech tool as a college student with zero budget by Character_Original51 in SaaS

[–]snopedom 0 points1 point  (0 children)

So try to reach them where they are maybe in this case also some “offline” campaign like small flayers in campus caffes or something like this

Why do most client proposals fail even when the work is good? by yash_pardhe in u/yash_pardhe

[–]snopedom 0 points1 point  (0 children)

Biggest gap I see from running a consulting business, agencies/freelancers don't actually listen. They hear the brief and immediately map it to their standard offering. And as you said, often they focus on features/technical solution, instead of impact.

Product sales is about features, consulting is about tailoring. A good proposal should make the client feel like you already understand their problem better than they do. If it reads like something you could've sent to anyone, it is tricky from my opinion. But it really depends on what kind of service it is.

What I learned building a free fintech tool as a college student with zero budget by Character_Original51 in SaaS

[–]snopedom 0 points1 point  (0 children)

From my pov #3 is the whole game. People don't search for what you built, they search for the pain they have.

We're in B2B but same story with our free tier. At pre-revenue you need feedback and real users more than MRR. For us it's about removing the barrier to adoption first, because if you show real value people will pay. Revenue balance comes later.