I'm Done Using AI
31–37 of 37 posts
Re: I'm Done Using AI
#32Re: I'm Done Using AI
#33Basically what I do:
- I have an idea of some architecture solution for the current task
- I try to sketch it myself and use AI to find some flaws I missing or try to find alternative approaches
- Review comments from AI and summarize into final decision
- Implement foundational layer myself or using AI to help me
- Document all crucial points like module boundaries, dependencies, key strutural elements
- Use AI to add features on top of newly built architecture
Re: I'm Done Using AI
#34Re: I'm Done Using AI
#35I think it really depends on the person and your existing workflow. For me personally, I find LLMs to be a great pair-programming partner that helps me stay focused even on mundane tasks. When it comes to truly difficult problems, their input can definitely get annoying sometimes, but at the very least, they can be delegated to do massive amounts of verification work. It's an easy way to get a wealth of empirical dat…