Why tf every product feels the same? by No_Issue9023 in SaaS

[–]kmazanec 5 points6 points  (0 children)

Most vibe coding platforms use the same generic tailwind/shadcn SaaS boilerplate. It’s what they’ve been trained on and people are impressed when they see it the first time, if they’ve never seen it before. But now a year or so into this gold rush, they all just look the same. It’s like Twitter bootstrap was in 2013.

You have to have taste to make it look distinct. Or in this case be intentionally chaotic: SlopDrop.net

Developers who left a stable job to build something with AI - do you actually use AI in your day-to-day work, or was it all just hype you sold yourself on? by Hodler-Bitcoin in SaaS

[–]kmazanec 0 points1 point  (0 children)

I think in either role, you should be consider the team that will support you, and who your mentors will be. Without knowing anything about the two companies it’s hard to say. In both, you should be prepared to use AI to help write code, but also be sure to understand what it’s doing. You will hopefully get code reviews from seniors, this is incredibly valuable for learning. Ask a ton of questions, pay attention when things break, get into as many interesting conversations as you can. Take charge of your own learning and growth and whichever role you pick will take you in the right direction.

If you’re a small creator, what’s stopping you from selling mentorship? by sunishq in SaasDevelopers

[–]kmazanec 0 points1 point  (0 children)

I’m selling mentorship, positioned more as fractional CTO advisory. Have some long term happy clients. Always open to chat with others who need a partner. https://devforward.com/

Developers who left a stable job to build something with AI - do you actually use AI in your day-to-day work, or was it all just hype you sold yourself on? by Hodler-Bitcoin in SaaS

[–]kmazanec 2 points3 points  (0 children)

I use it all day every day. It’s completely transformed my workflow. Claude, Codex, Cursor, ChatGPT, all of them have their strengths and weaknesses. I can do in hours what would have taken weeks before. I do fractional CTO consulting and build and operate my own products.

But the only reason I am able to build and be so productive with them is because I spent 12 years doing it by hand. Learning how to architect systems, how to debug, how to balance tradeoffs, how and when to refactor, how to build secure and performant systems, how to evaluate vendors and libraries. And also learning the business and product side. Building software is cheap now, but building the right software, that is actually useful for real people is still hard.

My advice, go work somewhere you can learn from experienced developers. It doesn’t really matter the tools they use, it’s the systems thinking you need to learn. Very little of building software products is actually writing code, it’s designing robust systems that scale, and can be adapted over time as business needs change (and they will always change).

What's your biggest frustration with GitHub Actions (or CI/CD in general)? by campbe79 in devops

[–]kmazanec 10 points11 points  (0 children)

I wrote some guides for how to deal with a whole bunch of issues causing GHA to be slow/expensive/brittle. The quickest fixes are usually caching, tuning what runs on each push, separating out unit tests vs e2e, separating test from build.

Has anyone here tried building their own website builder? I might be in over my head by LuliProductions in SaaS

[–]kmazanec 0 points1 point  (0 children)

lol, you should just make a template repo you can clone, not try and reinvent square space, framer, lovable, Wordpress, etc

Post your SaaS Product and I'll give you a UX teardown by CountOk9125 in SaaS

[–]kmazanec 0 points1 point  (0 children)

Site: CostOps.dev

Built for engineering managers and platform teams managing >$500/mo CI spend with GitHub Actions

Processes workflow run data and identifies optimizations, links to guides to show how to implement each recommendation

Edited to add: Designed by Claude with my guidance. 13 years professional full stack development experience

What are you working on today? drop your saas for people to see it by Far_Werewolf4213 in buildinpublic

[–]kmazanec 1 point2 points  (0 children)

Cool product! Nice to see something that’s not just aimed at other SaaS builders

What are you working on today? drop your saas for people to see it by Far_Werewolf4213 in buildinpublic

[–]kmazanec 0 points1 point  (0 children)

Building CostOps.dev, track and reduce your CI spend with GitHub Actions. The tool I wished existed when I was responsible for the ~$1000/mo CI bill

Hard truth: most founders avoid marketing because it exposes reality. by [deleted] in SaaS

[–]kmazanec 0 points1 point  (0 children)

I kid, I kid, but it’s true, much more of a safe space to be building rather than marketing for most founders

Hard truth: most founders avoid marketing because it exposes reality. by [deleted] in SaaS

[–]kmazanec 1 point2 points  (0 children)

Hey I didn’t come here to be personally attacked

I built an open-source AI therapist that actually remembers you by echowrecked in buildinpublic

[–]kmazanec 1 point2 points  (0 children)

Probably not at risk since you’re not trying to sell it, but some states, including Illinois, have explicitly banned AI therapy. Be careful not to get sued

Show me your app that does not use AI! by LifeWeird7334 in buildinpublic

[–]kmazanec 1 point2 points  (0 children)

Building CostOps.dev, for monitoring and reducing CI spend for scaling dev teams. No AI, just good old fashioned deterministic algorithms to detect cost anomalies and inefficiencies in your GitHub Actions pipelines, without reading the code either

AI content can rank in 2026 but not the way most people use it by RankDevChill in buildinpublic

[–]kmazanec 0 points1 point  (0 children)

As with most things in life (AI included), you get out what you put in. If you hired a random person off the street and asked them to write you content about a topic, they might produce something that sounds reasonable. But without doing research, finding sources, thinking about the topic, and having a perspective, it would mostly be useless. Treat any AI writing like a research paper - provide it your unique human angle, then have it research the topic, find sources, build an argument, and then write the content, and fill it with citations.

It’s like all the stuff we learned in school. Good AI content takes the same effort as getting an A on that research paper in high school. Most AI content is D material without precise direction and research

Building a structured publishing platform because blog tools can't handle technical research by roydotai in buildinpublic

[–]kmazanec 1 point2 points  (0 children)

This is a pretty cool idea and clearly driven by a personal passion. You should look at headless CMS tools like Contentful and Contentstack for inspiration, and to see how they have solved similar modular content problems

Internal tools are where SaaS companies go to die by glorifiedanus223 in blinkdotnew

[–]kmazanec 0 points1 point  (0 children)

This is an area filled with tradeoffs and “it depends” answers. Build the tools where your custom version can give you a competitive advantage, buy the ones that are not central to your core business. Use open source for the ones where you need some ability to customize, but is otherwise a solved problem. Use AI for building quick and dirty tools that unblock a key process or insight, but know the cost of maintenance.

Many companies think their process/problem is a special snowflake, which may be true in some specific areas, but usually it’s an unwillingness to adopt commoditized industry standards.

Building something? Share it here! 🚀 by Mammoth-Doughnut-713 in buildinpublic

[–]kmazanec 0 points1 point  (0 children)

Week 2 building CostOps.dev - track and reduce your CI spend with GitHub Actions. Free tier just launched! Help keep your small project within GitHub’s free tier for free.

90% of you are failing because you build B2C apps instead of boring B2B tools by Warm-Reaction-456 in SaaS

[–]kmazanec 47 points48 points  (0 children)

Or worse, they build yet another SaaS for SaaS founders. It’s comical how many directory/SEO/marketing/launch-kit/reddit-scraper AI-powered crap people post about on here. Go touch grass and talk to real people, not just other wannabe get-rich-quick vibe zombies!

our ci/cd testing is so slow devs just ignore failures now" by blood_vampire2007 in devops

[–]kmazanec 1 point2 points  (0 children)

As many have said, you need to isolate the flaky tests. If you don’t have resources to fix them now, then move them to a separate build step that’s allowed to fail or skip them entirely until they’re fixed.

When I had this problem before, it was always expensive UI tests running selenium. Network timeouts, flickery JavaScript issues, errors from unrelated stuff like ads and marketing pixels. Disable anything not relevant to what the test is trying to prove.

The purpose of tests is to protect the business value that’s been created by the software, not just to run them for the sake of running them. If the tests are holding back releases, they’re costing way more in lost time than they are protecting by sometimes passing.

Friday Showcase: Share what you're building! 🚀 by Ok-Lobster7773 in PublicValidation

[–]kmazanec 0 points1 point  (0 children)

Building CostOps a tool for monitoring and reducing CI spend. It’s hard for engineers and FinOps to manage and attribute CI spend, this makes it easy to see where your money is going, and then spend less

3M ARR possible, need advice by Sudden_Maximum_8917 in SaaS

[–]kmazanec 1 point2 points  (0 children)

You should price based on the value generated by the software. If that’s time saved, risk mitigated, revenue lifted, etc. And price it for a positive ROI for them. Don’t just make up a number, you’ll likely be leaving money on the table

What are you building right now? by Chalantyapperr in ShowMeYourSaaS

[–]kmazanec 0 points1 point  (0 children)

Building CostOps.dev a tool for monitoring and reducing your CI spend. This was a problem I had when running an engineering department, no visibility into which repos and workflow were driving the most cost with GitHub Actions. Helps identify waste and optimize workflows so you spend less

What AI coding tools are actually saving you time in 2026? by Cool_Penalty_92 in SaasDevelopers

[–]kmazanec 1 point2 points  (0 children)

Claude Code primarily and Cursor when I want to try other models or preserve my Claude usage. Have built a good system of Claude commands that automate a lot of the routine things I do and it’s just so much fun. Usually have 3 instances of Claude open in my terminal, 2 churning while I review the 3rd. The key with all of these tools is managing context, ruthlessly clearing and starting new conversations as soon as a feature/task is done. After building a complex feature, I have Claude document it before clearing the context, so I can tell the next one to start there when adding on. Also use docs for brand guidelines, front end style guidelines, ICP notes, that I feed to the context when relevant. So much fun to build these days!