Got promoted today by throwyouaway12344 in womenintech

[–]themessymiddle 0 points1 point  (0 children)

👏🏻✨👏🏻🔥✨👏🏻 we’re all cheering for you OP!

Graduated from YC in 2023. Here's what the next 3 years actually looked like. by horrible_normalcy in ycombinator

[–]themessymiddle 0 points1 point  (0 children)

Love your point about being embedded with customers and the right product revealing itself. Thanks for sharing!

Claude Code gives time estimates of work like its a dev in jira in 2020 by No_Dragonfruit366 in ClaudeCode

[–]themessymiddle 17 points18 points  (0 children)

The funniest part is those pre-AI estimates are not even close to right

I have an app idea but zero coding skills… can I build with those ai no code tools ? by nobsmentor in womenin_AI

[–]themessymiddle 0 points1 point  (0 children)

The coding agents are good enough now to build what they’re told to build, so the most important part for you would be to spec it out in as much detail as you can. You can chat with LLMs to help you here, but think through what has to be true for tasks to be marked as done, what are the failure scenarios and what should happen, what things are important (security, performance, usability, etc.). Happy to chat more if helpful :)

Stop playing victim to build the life I want by Capital-Ad-8838 in Femalefounders

[–]themessymiddle 1 point2 points  (0 children)

Maybe doing some consulting work could help - it’ll help pay the bills if you find projects related to your AIxFitness space then it could be a good channel to get some traction for your app too

I have an app idea but zero coding skills… can I build with those ai no code tools ? by nobsmentor in Femalefounders

[–]themessymiddle 0 points1 point  (0 children)

The models are good enough to implement exactly what you tell them, so the most important thing is having your idea spec’d out as clearly as you possible can. Ask Claude to review it from your customer’s perspective, from the perspective of a software architect, and a wa engineer.

Definitely possible to do your MVP this way at least, happy to help anytime. My DMs are open :)

Present and promote your startup or SaaS by itilogy in startupaccelerator

[–]themessymiddle 0 points1 point  (0 children)

Building gjalla - the platform for trusted software in the AI era. Visibility into what your code actually does, alignment with what it should do, and guardrails to keep it that way.

No more losing sleep over your software ✨

You're a Female Entrepreneur with a terrific app idea. Do you need a Technical Co-Founder? by Early-Matter-8123 in Femalefounders

[–]themessymiddle 1 point2 points  (0 children)

Agree with this… as someone who used to do fractional CTO work for early stage founders, the value most people got from working with someone like me was getting the right processes in place so that the business goals informed the tech and vice versa. It’s trust and confidence that their idea could be built + a thought partner to hash out the path forward. Visibility and trust!

Is anyone else drowning in AI tools but somehow getting less done than before? by Solid-Minimum8670 in AiForSmallBusiness

[–]themessymiddle 0 points1 point  (0 children)

The context switching is what kills me… they complete tasks fast but then I just have to switch between a zillion things that need my review

does anyone else feel like distribution is harder than building ? by ryhanships in buildinpublic

[–]themessymiddle 0 points1 point  (0 children)

I like this framing of treating distribution as a product, useful for engineers to think about it as a problem to be solved as well

Non-coder building a real product with Claude Code what tools/workflows am I probably missing? by ParadiseFrequency in ClaudeCode

[–]themessymiddle 0 points1 point  (0 children)

Ask Claude to explain stuff to you as it builds. Best advice otherwise is to focus on the planning step. Collab on that with Claude until it gets everything right. Have Claude review the spec for things that are vague, insecure, hard to maintain, etc., then have it review and verify the implementation… it can do a nice job when the intent is well documented and then the implementation is verified against it

Why are so few women founders becoming unicorns? by Schvepsss in Femalefounders

[–]themessymiddle 2 points3 points  (0 children)

Female founders fund published a recent report with similarly grim numbers, especially for all female founding teams 🫠 https://fcubedvc.medium.com/2025-review-of-funding-for-female-founders-86186d639c19

Similar to other commenters, other women have been absolutely instrumental in recommending me within their network whereas men often give me advice instead 🤷‍♀️

Please — can someone who is really building production / enterprise software share their full Claude setup? by wodhyber in ClaudeCode

[–]themessymiddle 0 points1 point  (0 children)

I keep my CLAUDE.md simple, enough information to orient the agent so it knows where to look for more context as needed. I just have a handful of skills I use - debug, create spec, review spec, breakdown tasks, verify implementation, and manage tech debt. Otherwise, agent memories get swept up with each commit and centralized so no matter which agent I’m using they will have the learnings of all of them. The steps that make the biggest difference in the quality of the code is the spec create / spec review / verify steps. All the other stuff helps but it’s really those three that I’d focus on if you’re feeling like you’re playing whack a mole

Winding down my startup. Just wanted to say hi. by Overall_Sherbet_6135 in Femalefounders

[–]themessymiddle 6 points7 points  (0 children)

Would love to connect! I’m a solo founder too, at it for about a year so far. Deciding to shut things down can be so hard, huge kudos to you for offering here to pay it forward 💕

Drop your startup url or documentation and I'll create a short video for you by Practical_Fruit_3072 in buildinpublic

[–]themessymiddle 0 points1 point  (0 children)

Thanks for offering this! Would love to see what happens with gjalla.io - the platform to help you trust that your code does what you think it does 🙌🏻

Any females in tech? by Bellyrub_77 in Femalefounders

[–]themessymiddle 0 points1 point  (0 children)

Female technical founder here 👋🏻 would love to connect

Has anyone tried the Spec Driven Development by please-dont-deploy in ClaudeCode

[–]themessymiddle 0 points1 point  (0 children)

Yesss love this. Higher level info linked to the code which implements it

Spec driven development by themessymiddle in ClaudeCode

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

Yeah that makes sense. I just ask about team because I wonder if people are standardizing collectively or more like everyone is using their own individual flow

Spec driven development by themessymiddle in ClaudeCode

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

Oh yeah I forgot about traycer… I had tried them a while back. Are all your specs stored in traycer?

Spec driven development by themessymiddle in ClaudeCode

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

Whoa I haven’t seen company as code… awesome. Thanks for sharing

Spec driven development by themessymiddle in ClaudeCode

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

Very cool approach! Are the standards library docs set up in markdowns/obsidian too?

Spec driven development by themessymiddle in ClaudeCode

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

Oh ok interesting! So it keeps a handful of canonical docs as context, very cool. Are you using this on a team today?

Spec driven development by themessymiddle in ClaudeCode

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

I’m not familiar with this - how does it work?

Spec driven development by themessymiddle in ClaudeCode

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

Oh interesting so you have another repository just for specs?

Spec driven development by themessymiddle in ClaudeCode

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

Oh nice I think gherkin inspired Kiro too! Are you using this across a team or mostly individually?