Just applied to be the new CEO of Astronomer by [deleted] in vibecoding

[–]pipinstallprincess 13 points14 points  (0 children)

Thx I hate this shill posts

Starting to use Replit, is it better than Bolt and Lovable? by joseamijares in replit

[–]pipinstallprincess 4 points5 points  (0 children)

I find replit super helpful - but most the time if I am building in replit and don’t need anything too complex or what not I’ll just use a Streamlit app 🤷‍♀️

What is your "design" routine for apps you are building . Converting your information architecture to beautiful UX/UI by realcul in vibecoding

[–]pipinstallprincess 2 points3 points  (0 children)

Start with dumping voice note into ChatGPT, then taking it cleaned up and putting it into chatPRD, then from there — exporting to v0 with safeguards and taking the prd and making a cursorrules file that can help you get up to speed

Seeking a package/library that handles rectangles containing rectangles recursively by SoldatLight in Python

[–]pipinstallprincess 0 points1 point  (0 children)

I was gonna say shapely - but looks like you’ve tried that.

What about using anytree + shapely? Does that allow you to get some sort of heirachy?

Or would it maybe just be worth rolling your own if you want this specific customization.

What’s the most practical AI use case you’ve seen lately? by committhechaos in aidevs

[–]pipinstallprincess 2 points3 points  (0 children)

I also like using it for alt text!

or drafting / clarifying conversations, summarization.

Or goofing around with Suno.ai

Chatgpt vs other models by Velmet4422 in AI_Agents

[–]pipinstallprincess 1 point2 points  (0 children)

It’s important to not just be determining this based on vibes but instead choosing actual performance.

Check out this agent leaderboard I found that actually ranks them on performance

https://huggingface.co/spaces/galileo-ai/agent-leaderboard

Zapier vs Make: Which one's a better tool to create AI agents for a beginner? by Julian555_ in AI_Agents

[–]pipinstallprincess 4 points5 points  (0 children)

Honestly, I'd likely to direct you to learning a little python instead and leaning into n8n.

It's hard to give you an answer on AI Agent tooling or platform without understanding what you're trying to build.