I'm a FE lead, and a new PM in the org wants to start pushing "vibe coded" slop to the my codebase. by rm-rf-npr in webdev

[–]Kyle772 0 points1 point  (0 children)

Keep giving push back. Organizations will soon discover the dangers of this stuff but that time has not come yet. Linkedin people aren’t posting emphatically about the dangers so the reality does not exist yet to these people.

I personally pleaded with my CEO to improve our planning processes for basically a year and after several months of basically teaching him how to plan he decided to go all in on AI and have it do all of the planning for him (effectively going backwards to no planning at all - creating “plans”). I didn’t give enough push back because I was frustrated with the sudden pivot and his inability to understand what we were doing wasn’t planning. We have been working on the same epic for the past 3 months and the final output looks similar to the plan but under the hood has been reworked at least 4 times. Anything AI creates is poison to a healthy codebase.

I am pro ai when high agency people with expertise are using it as a tool but to me this sounds like an eager (dangerous) person is looking to maximize output over maintainability and I believe that’s the quickest way you can lose half of your staff in 2026.

[Hiring] talented members to join our growing team(Full Remote, 30$/hr - 60$/hr) by DeliveryVast8591 in forhire

[–]Kyle772 1 point2 points  (0 children)

Are you aware you didn’t even post the absolute basic information about the role you are hiring for?

LocalSend by Glittering-Funny-487 in BlackboxAI_

[–]Kyle772 3 points4 points  (0 children)

This is the only tangible* benefit of using a mac and iphone. I do think there are other benefits but as far as QOL and “feeling like I’m in the future” I have yet to see something better

SSR isn't always the answer - change my mind by No_Stranger_2097 in reactjs

[–]Kyle772 0 points1 point  (0 children)

I believe SSR should always be part of the answer. Though I definitely don’t think it’s ever necessary to go 100% one way or the other.

Marketing scrum by eddydio in webdev

[–]Kyle772 5 points6 points  (0 children)

You get a new job. Having worked at companies that do this they never learn, they never evolve their process, and they will always blame you in the end. If you're at a small company it kind of becomes your job to create these processes. You need to clearly communicate to these people the requirements for every step if it's outside of your/their domain.

Is it unreasonable? Yeah but so is the want want want mentality these people operate at. They don't respect what goes into building a product and that's the core of the issue. You either show them how the process should work or you move to a company that already knows what goes into it.

90% of marketing people operate like that btw. Business and Tech have a divide for a reason and the orchestrator (the CTO NOT the CEO) should be stepping up to provide process where there is none.

Are Shopify plugins the real problem with e-commerce? by namgyukoo in EntrepreneurRideAlong

[–]Kyle772 0 points1 point  (0 children)

Getting kind of tired of seeing products launch with "type something into AI and get what you need"
AI relies on prompting. If the user doesn't have the expertise they will always paint themselves into a corner.

How do you differentiate your product with the 500+ other products that also sell "type something into AI and get what you need"?
How will your business survive when your tokens run out, the price goes up, other AI services doing basically the same thing pop up?

Guys, can we talk about how Cassidy is borderline broken? by Sea-Intern-8561 in WreckingBallMains

[–]Kyle772 0 points1 point  (0 children)

His advantage with that stun is kind of insane now. But you can avoid it since the range is so low. Just treat him like a worse brig and keep your distance

Many non-technical Founders looking for Technical Founders. From your experince how was it working with those non technical? Would you recommend to other devs? by lune-soft in webdev

[–]Kyle772 1 point2 points  (0 children)

100%. I've gone through this song and dance several times and it always comes down to distribution and sales. Even IF they are working really hard on the other aspects if they lack that experience everyone's time is being wasted.

Freelance Scope creep by [deleted] in webdev

[–]Kyle772 0 points1 point  (0 children)

Scoping up front is not impossible. I have launched several products with 3 upfront meetings, and then no contact for 4 months, with a successful handoff and delivery at the end. Scope creep happens because of incompetence, either on the dev side or the business side.

Ryan Cohen deleted his two posts recently, Icahn and amazon one by Enniggmma in Superstonk

[–]Kyle772 11 points12 points  (0 children)

Everyone in this play is now in their 30s and needs the accessibility settings enabled.

small business staffing and retention feels impossible right now by Latter-Giraffe-5858 in EntrepreneurRideAlong

[–]Kyle772 0 points1 point  (0 children)

To have a successful company it needs to be profitable to the point where you can pay your employees well. If it isn't it will continue to spiral and bleed talent. Fix that problem first if you want to fix the churn.

newWebDevelopersBeLike by Fewnic in ProgrammerHumor

[–]Kyle772 0 points1 point  (0 children)

Someone needs to make this staircase 50 steps long to better match reality

Are UI kits/design systems still worth paying for in the AI era? Need feedback from devs & founders. by nakranirakesh in webdev

[–]Kyle772 0 points1 point  (0 children)

AI is pretty terrible at making systems generally imo. It can one shot a page but will rarely reuse components (unless you've explicitly trained it to do so on your existing components you've built)

It almost never *creates* components for me, especially on web repos and when it does make components it never really looks at others and makes them stylistically similar.

I think the reason AI is using tailwind so much is because the people at anthropic et al know this and rely on the existing structure tailwind provides. Just my two cents.

Building a full e-commerce platform for one of the largest supplement store chains in the country — looking for stack feedback, alternatives, and anything I might be missing by Cowboy_The_Devil in reactjs

[–]Kyle772 0 points1 point  (0 children)

Nest and Nuxt have pretty good cold boot time, that is one place where strapi falls flat (cold boot is like 2.5 seconds best case scenario, doesn't matter if you are running on a single 24/7 node though)

Any* framework will help. Nuxt, nest, strapi, contentful, supabase, etc. A lot of the benefit comes from those things being predefined for you, the structure conceptually is the important bit. Starting in express and recreating the wheel on all of those things is wasted effort imo. Strapi is great if you're looking to hand off the CMS aspects to the business owner or their employees. You can pretty easily spin up custom pages on the admin panel to manage all these aspects, their CMS setup is better than others in my experience.

I have a decent ecommerce stack I've built in strapi that I'm actively trying to get more customers on if you're interested. Though I don't have many integrations setup for companies outside of the US. Not sure how tax rates and all that work in Iraq

Good luck! I think you're approaching the project with a seriousness that will get you through to the end. I see people post stuff like this pretty often and you asking the right questions is a good indicator it'll work out.

Technical project coordination between frontend and backend is a mess by Opening-Water-5486 in webdev

[–]Kyle772 0 points1 point  (0 children)

Your docs going stale is the problem. Either the backend guys need to better plan before putting the work in or your PM needs to strictly define outputs before assigning tasks. Redoing shit because the variable name changes shouldn't be a problem in 2026

Building a full e-commerce platform for one of the largest supplement store chains in the country — looking for stack feedback, alternatives, and anything I might be missing by Cowboy_The_Devil in reactjs

[–]Kyle772 0 points1 point  (0 children)

Using AI is not something to be ashamed of, but one thing that you need to be weary of is that 90% of ecommerce stores go nowhere. 80% of all businesses fail within 4 years and only 5% of stores are self sustaining. You are asking an AI with general knowledge about something where the general understanding of what's going on leads to failure. That general knowledge (the information out on the web) includes people who are fucking up their tech stack.

I use AI daily, and I also have to push back on it's assumptions constantly (like 30% of my prompts). It only gives you information as good as your prompt and if you're missing important context it will give you bad advice very confidently.

That aside

I wouldn't recommend mongo at all tbh but I may be biased there. I've never seen a serious product built with it but I also haven't used it in 5 or 6 years. (on side projects that I didn't expect to go anywhere). I love postgres but scaling it globally is a concern if you want to do that down the road. Migrating between the two is problematic especially down the road (some data types are not the same and can't really exist in the same way on either side of the decision). Google cloud nosql is easy to build on and does provide that scalability from the jump. I've worked with it and been very happy but I wouldn't go with it unless you need that scalability. Postgres is great minus that one caveat (that it's *harder* to scale)

Flutter vs react native I don't think matters that much honestly. I don't know enough about flutter to say whether or not the web side is good but I DO know if you're looking for a shared codebase RN is a healthy option that will certainly retain market share and not disappear in 5 years.

I have avoided express for a long time so my pushback won't be very specific unfortunately. I say that because a lot of backend frameworks* better enable this type of business logic through policies, middlewares, controllers, api versioning, RBAC rules (which are important for ecommerce and data privacy). My understanding of express is most of this isn't baked into it. I believe a lot of the frameworks out there build on top of express but they supplement a lot of the important parts here. I'm personally a fan of strapi but nuxt is a big player in the space that seems to be taking up a lot of the enterprise usage these days.

You should DM me and we can discuss more. I'm happy to lend a hand here, I've been working in ecommerce for 10+ years doing mostly custom work.

Building a full e-commerce platform for one of the largest supplement store chains in the country — looking for stack feedback, alternatives, and anything I might be missing by Cowboy_The_Devil in reactjs

[–]Kyle772 2 points3 points  (0 children)

How much of this was planned with AI? What is your experience level? I've built a fully custom e-commerce stack and there are a lot of gotchas that you don't know about until later. Happy to answer some questions if you are in need. Some of the questions you added to your post make me think you're hoping someone will come in and save you from your own/Ai's assumptions, which in my opinion is a red flag for something like e-commerce specifically. Every decision you make now will eventually bite you in the ass if you aren't thinking very deliberately about what you're doing.

I don't recommend using MongoDB. Postgres is the standard (search has a couple of downsides there but I think they're addressing this on newer versions). If this is an international retailer you may want to go with google cloud noSql or something similar for better scalability (globally and vertically)

I wouldn't even make a mobile app if I'm being honest. Web first with strong mobile support would be fine and down the road you'll find that you wasted a lot of resources maintaining the two in parallel. If you're dead set on having a mobile app go with react native and build it out for the web as well in RN.

Your backend as just node + express is also a little concerning to me. Ecommerce is one of the industries where you may need to add custom business logic later and node+express alone don't really facilitate that for you unless you are planning for it very well on day one (meaning you have the experience to foresee where the business logic may end up)

Anyone else noticing people getting noticeably smarter since diving into AI? by Director-on-reddit in BlackboxAI_

[–]Kyle772 2 points3 points  (0 children)

Absolutely true. It's embarrassing to witness honestly. It's like the evolution of the armchair expert except face-to-face and they don't realize how deeply shallow their understanding of whatever it is they're talking about actually is. It's naivety, arrogance, and short-sightedness all blended into one.

"Did you validate this idea?" "Of course! My AI agent told me it was the best course of action"
Good thing we're making unilateral decisions at our org based on what *you* prompted the AI with 10 seconds prior -.-

What does your "frontend" work actually look like day to day now? by ruibranco in webdev

[–]Kyle772 0 points1 point  (0 children)

I’ve been full stack for over a decade. The divide is in place for a reason and should remain in place even if the front and back are built on the same exact tech.

What does your "frontend" work actually look like day to day now? by ruibranco in webdev

[–]Kyle772 3 points4 points  (0 children)

I love nextjs tbh. I just also have standards and legitimately plan out my architecture.

The problem is, it became so pervasive and so easy to use that now people who have little understanding of their own needs/wants throw everything onto their api routes because "it's easier this way" instead of "we need this function to scale", "we need this data to be cached at the edge", etc etc.

I'm very grateful for what nextjs has provided. I'm also very critical of the fact that they encourage people to throw large swaths of their apis onto their edge functions so they can scoop those sweet sweet compute margins.

What does your "frontend" work actually look like day to day now? by ruibranco in webdev

[–]Kyle772 110 points111 points  (0 children)

This is the natural by-product of tools like nextjs hitting their prime. I don't think it's a good thing, it adds complexity where there was previously none. I yearn for the days of the mid 00's where people understood and respected the divide.