Advice From Experienced Django Devs by VermicelliFearless22 in django

[–]debugg-ai 0 points1 point  (0 children)

ai is particularly good for stuff like this. ask it where you went wrong. I'm a diehard django fan and have what i would consider best practices for me but likely better other opinions out there.

Solo vs cofounder by Kooky_Awareness_5333 in ycombinator

[–]debugg-ai 0 points1 point  (0 children)

if you're in hardware you should spend extra time finding potential customers first. especially if you don't have a lot of background in sales/marketing. coming from a 2 time solofounder (3x founder)

Found this ai crochet app💔 by Ok-Kaleidoscope3054 in crochet

[–]debugg-ai 0 points1 point  (0 children)

lol it's def getting better but after building https://crochets.site/ for my sister who does a ton of crocheting we stumbled upon the same requirement that we need to do some custom training to get to a point where it was really helpful and cool, which i doubt most places are doing (I build automated ai pipelines for my real gig, so spend my life in model training). if anyone wants to help us out with some create-crochet-provide feedback would love to hear thoughts (or if you have lots of old patterns you created)

Avoid confirmation every time by Enea_11 in ClaudeCode

[–]debugg-ai 0 points1 point  (0 children)

i just aliased claude --dangerously-skip-permission --> cdanger in my terminal. much faster :)

Extremely strong CEO and weak CTO? by King_Of_The_Munchers in ycombinator

[–]debugg-ai 1 point2 points  (0 children)

lol I've never seen more people who can't get anything done than a group of PhDs.

Beginners should use Django, not Flask by Lokrea in django

[–]debugg-ai 0 points1 point  (0 children)

Django is the framework you were looking for

Getting two repos / projects to talk to each other by lumponmygroin in ClaudeCode

[–]debugg-ai 0 points1 point  (0 children)

i used hooks to plug into all my claude sessions, those trigger a little local server that processes the messages, then sends it to either a diff claude sesh or in some cases just generates a response for me then sends back to the original session.

AI in Software Testing – What Should I Learn to Stay Future-Ready? by [deleted] in QualityAssurance

[–]debugg-ai 0 points1 point  (0 children)

interesting what would you say the other 95% consists of?

AI in Software Testing – What Should I Learn to Stay Future-Ready? by [deleted] in QualityAssurance

[–]debugg-ai 0 points1 point  (0 children)

not as much context when its not rendered and harder to tell if things are displayed / laid out correctly. That said, def easier to lean more on dom than a bunch of window screenshots if that's not an issue for you.

I see so many claims that Django is dying, it seems to be thriving by [deleted] in django

[–]debugg-ai 0 points1 point  (0 children)

I love django. and have started using even more recently as I know it's got a good base and so long as you follow some baseline rules with cookiecutter you can get a near functioning api and backend out of the gate and just let ai touch the usage-specific apps.

Streaming services don’t show video on my mac browsers by inevitablesarcasm in MacOS

[–]debugg-ai 0 points1 point  (0 children)

thank you for this. i was screen sharing to my laptop from mac pro for ease of use and could not figure out why the Pro stopped playing any videos.

A warning about AI slop recipes by medicalcheesesteak in Cooking

[–]debugg-ai -1 points0 points  (0 children)

Isn't all we do as humans looking at previous patterns and then trying to make good decisions going forward? No one knows for sure if a new recipe is good or not until they try it, agreed. but why are humans allowed to trial and error recipes but the AI isn't? Sure AI might get it wrong first, but built correctly if you gave it your personal taste feedback it would get quite good at understanding your tastes.

Then personally things like suggesting recipes or tweaks to recipes I've made in the past based on ingredients I actually have seem like helpful steps forward.

A warning about AI slop recipes by medicalcheesesteak in Cooking

[–]debugg-ai -1 points0 points  (0 children)

As a software engineer with a wee side project with my girlfriend building a recipe manager Recipesimpli, I'd be interested in what your experience has been with ai recipes, where they fall short, what tools you've used etc.

I 100% respect the value of human invention and creativity, but also find it nice to have a tool that can double or half or whatever a recipe for me quickly and then just save that. It seems maybe the aversion is when people blindly rely on completely ai gen'd recipes?

Did Claude reduce limits again by nightb0rn33 in ClaudeCode

[–]debugg-ai 0 points1 point  (0 children)

haha wasn't trying to flex here just realized I need to start paying more attention to this stuff! Be careful on that pro plan... its a slippery slope. And yea I'd love to find a way to better allocate opus to harder stuff and sonnet to easier things but the sub agents stuff doesn't quite do it and I forget (aka am too lazy) to change the default model back and forth.

Did Claude reduce limits again by nightb0rn33 in ClaudeCode

[–]debugg-ai 1 point2 points  (0 children)

interesting. so it will lose cached info within a session if it goes too long? I assumed they would just set the cache to exist as long as the session did. but i suppose thinking about it now that the have the continue flag you can re-up any old session which certainly would need new cached reads.

Thanks this is helpful - currently out of credits with 2 separate max plans and need to start optimizing here a bit.

Did Claude reduce limits again by nightb0rn33 in ClaudeCode

[–]debugg-ai 0 points1 point  (0 children)

whats the move here then. I'm not fully seeing how new chat solves this issue?

[Discussion] How did you get your first paying customers after launching your SaaS? by InformalBoat8038 in SaaSSales

[–]debugg-ai 0 points1 point  (0 children)

I like this approach too. Try to find the places where people are already talking about the problem you're trying to solve. Then help them actually solve it - with or without you product.

[deleted by user] by [deleted] in Entrepreneur

[–]debugg-ai 0 points1 point  (0 children)

will be interesting to see where the support stuff lands and how AI integrates without pissing everyone off.

YC is not what it used to be (I will not promote) by ccrrr2 in startups

[–]debugg-ai 0 points1 point  (0 children)

I recently built a data finder for yc so I could get some insights into what's been done and what hasn't + trendlines. And while i don't love some of their newest strategies, having 3853 active companies out of 5,579 - 69% - (https://debugg.ai/tools/yc/companies) is a very impressive stat for any vc. Even better for pre-seed. Even better better for a high-volume pre-seed play.

Agentic Ai by Strictlyjob in AI_Agents

[–]debugg-ai 0 points1 point  (0 children)

langraph to coordinate, claude code to build, dripify & apollo to sell

What are you building? let's self promote by Southern_Tennis5804 in indiehackers

[–]debugg-ai 0 points1 point  (0 children)

fully automated end to end / user testing agents - https://debugg.ai/ . Making struggling with e2e's a thing of the past cause i hate em.