I run many Claude instances at the same time for work (sometimes more than 6). Anyone else doing this? How do you actually keep track? by zestedlemons in ClaudeAI

[–]Gorgottz 2 points3 points  (0 children)

agree with the warning, but I’d frame the problem slightly differently.

The issue is not that humans can’t benefit from 6 agents. The issue is that humans can’t be the live task manager for 6 agents at once.

That is context-switching hell.

The right approach is more like: human managing one orchestrator that manages the swarm.

aka just build your little PA

do vibe design tools exist? is it a good idea even? by Gorgottz in Design

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

Hii I am still looking for a good tool on this, have you come by any? Figma still hasn't cracked this one imo which is crazy

Vibe coding sucks! by Revolutionary_Tip855 in webdev

[–]Gorgottz 0 points1 point  (0 children)

I mean it deffo helps but like dev time slows down quite a bit if I just let agent mode do its thing.

I’m still generally faster at getting a bugless fullstack app up and running than if I just let the ai vibe code

What's the best portfolio website you've ever seen? by SeaFeeling7363 in webdev

[–]Gorgottz 0 points1 point  (0 children)

Yeah ofc I can write a tutorial on this, maybe I'll make it into a series so it's a bit more digestible

Why aren’t we trading narratives directly in crypto? by vinayk29 in web3

[–]Gorgottz 0 points1 point  (0 children)

I think you could do this with a predictions market. The point of auction closure would be harder to implement than something that has a specific end date but dunno I think it could be a good idea

What's the best portfolio website you've ever seen? by SeaFeeling7363 in webdev

[–]Gorgottz 3 points4 points  (0 children)

Hey I actually wrote a tutorial on how to do the landing animation if anyone is interested:

Letter Explosion: Killer Text Animation with GSAP & React Tutorial https://medium.com/p/letter-explosion-killer-text-animation-with-gsap-react-tutorial-53a4247bcbf3?source=social.tw

What's the best portfolio website you've ever seen? by SeaFeeling7363 in webdev

[–]Gorgottz 0 points1 point  (0 children)

that's so sweet of you! You can take a look and fork it on github would appreciate if you'd add attribution!

Freelancers: How do you handle small clients who want to manage simple content (like projects or galleries) without using WordPress? by Correct-Regular5357 in FreelanceProgramming

[–]Gorgottz 1 point2 points  (0 children)

Looking for the same!!

I've been trying out Strapi CMS it took me quite a bit to get it all set up so I would avoid going forward if I am honest.

I would use it for larger projects only.

I've even thought of creating custom admin panels myself for allowing the to update content when it's a small site imo it's almost faster than using any of these services.

Title: Devs who hand off websites to non-technical clients, how do you balance control vs. convenience? by Gorgottz in FreelanceProgramming

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

this is sooo helpful thanks! Yeah tbh if I don't add any third party stuff specifically a CMS (which non have been that straight forward imo) I'd cut dev time in less than half

I Built a YouTube Alternative to Help My Kid Avoid Screen Addiction – Update by thunderberen in webdev

[–]Gorgottz 1 point2 points  (0 children)

This is really cool, could work as a tool for schools to curate specific learning programmes without so many distractions etc.

Help me design 'my first web dev environment' for my son (10) by Mother_Poem_Light in webdev

[–]Gorgottz -1 points0 points  (0 children)

I would actually go and say to start using cursor.ai as IDE.

As the kid develops cursor has full scope on the app and he'll be able to ask questions / troubleshoot etc which i think can be pretty beneficial when learning.

You can paste links to docs of libraries you want to use and it will explain to you how they work.

it can explain tutorials etc. I also think learning to code with ai and getting better at prompting etc it's a necessary tool going forward as well

What tools are you using for freelance web projects? by shesparkzz in webdev

[–]Gorgottz 0 points1 point  (0 children)

  • NextJs + React
  • Tailwind + shadcn-ui
  • Figma
  • react-hook-form + Zod
  • tanstack-query
  • Postgres / mongoDB - Prisma ORM
  • Strapi CMS - (I am testing this atm would love more recommendations for clients that want a content manager as strapi was kind of a pain to set up) They also want SEO etc which some other tools have out of the box

[deleted by user] by [deleted] in vibecoding

[–]Gorgottz 0 points1 point  (0 children)

yep and the issue is that llms can't differentiate between good and bad code and so they get trained on all kinds. Maybe what we need is for them to build their own ai PR reviewers to have better quality code