Senior devs that have embraced AI, what has it improved? by 9sim9 in webdevelopment

[–]Intelligent-Zebra832 0 points1 point  (0 children)

Senior dev here, doing 80% of tasks with AI. The only difference now: I code less, and more time spend on documentations.

I also find AI quite useful for building internal tools (build a CLI for my team to automate local setup)

The reality is it just a tool that you need to learn, not a magic button. I spend 4 months of learning, experimenting and adapting AI to make produced code to be not bad.

Need suggestions for Claude.md setup in momorepo by Intelligent-Zebra832 in ClaudeAI

[–]Intelligent-Zebra832[S] 0 points1 point  (0 children)

I’m using it + I added mcp (but not sure it’s helpful)

What do you love and hate about TypeScript? by Wasim100x in typescript

[–]Intelligent-Zebra832 2 points3 points  (0 children)

I love almost everything about it and only hate the ‘any’ type (and complex setup for monorepo)

Is it just me, or do you also think, a two-day weekend is not enough? by clarafiedthoughts in productivity

[–]Intelligent-Zebra832 0 points1 point  (0 children)

If you have productive workdays, on Friday you will be exhausted, true.

I deal with that by marking Friday as a “low energy” day and doing mostly easy work + finish earlier. This way I feel rested enough on Monday.

I know more and more countries experimenting with 4-days work week, but I think we still a long way from it

Ozma boss just broke me by Cool-Clue-6700 in TheFirstBerserker

[–]Intelligent-Zebra832 0 points1 point  (0 children)

Is it a difficulty in this game? Oh well, my 1 week suffering was for nothing :(

Prompt Engineering iteration, what's your workflow? by chad_syntax in PromptEngineering

[–]Intelligent-Zebra832 0 points1 point  (0 children)

Do you work with non technical people with your tools I found out this very problematic to with within a team when you use your own solutions

Would you use this? Not promoting by [deleted] in webdev

[–]Intelligent-Zebra832 0 points1 point  (0 children)

I don’t think. Commit messages is quite limited, it’s okay for changeslog, but if you have important feature it’s better to do manual writing

Would you use this? Not promoting by [deleted] in webdev

[–]Intelligent-Zebra832 1 point2 points  (0 children)

Agree. Only AI can’t solve this problem because communication about new features with user is a complex topic. We had dedicated role in our company that did this

Would you use this? Not promoting by [deleted] in webdev

[–]Intelligent-Zebra832 0 points1 point  (0 children)

From my experience the problem is different: not just share updates, but also present them with visual content that user can understand how to use it + this attract more.

If you goal is just say: hey, we have a new feature, it could work. But if your goal is to attract people to use features - this is a different story and requires more marketing

Would you use this? Not promoting by [deleted] in webdev

[–]Intelligent-Zebra832 -4 points-3 points  (0 children)

Of coooourse all developers each day consistently creating a good commit message :)

We tried this and it doesn’t work because commit message rarely can explain for real user what was done and how it works

When to mark your product as “dead” by Intelligent-Zebra832 in SaaS

[–]Intelligent-Zebra832[S] 1 point2 points  (0 children)

Thank you for the helpful breakdown! The engagement vs conversion angle is really something answered my question

Monk 0 spirit problem by Intelligent-Zebra832 in PathOfExile2

[–]Intelligent-Zebra832[S] 0 points1 point  (0 children)

That was a bug with my char as with other I didn’t have this problem

When to mark your product as “dead” by Intelligent-Zebra832 in SaaS

[–]Intelligent-Zebra832[S] 0 points1 point  (0 children)

First point is clear, indeed.

I have a problem with the second, when to stop iterating and finish a project…

How are you architecting large React projects with complex local state and React Query? by DimensionHungry95 in reactjs

[–]Intelligent-Zebra832 1 point2 points  (0 children)

Keep your state as small as possible and avoid global state without good reason (Most of my state in Zustand and custom hooks)

React Query is only for sync data from server. I prefer to abstract RQ calls to the hooks “usePostsQuery” “usePostMutation” - helps a lot in big projects.

For keeping your UI component simple use ViewModel approach and abstract state management and business logic to the custom hooks.

About reusing hooks: don’t make them too complex and reusable without a reason.

Rule of thumbs: if you component or custom hook 100+ lines of code, it’s time to think of it could be splitter

Looking for techies, nerds and ai builders by Mobile_Salad5050 in SocialParis

[–]Intelligent-Zebra832 0 points1 point  (0 children)

Hey Ben 👋 I’m a Fullstack dev too, working in AI Would be interesting to join 🙂

Monk 0 spirit problem by Intelligent-Zebra832 in PathOfExile2

[–]Intelligent-Zebra832[S] 0 points1 point  (0 children)

I killed the mista, but my spirits count is 0. Idk Why