Curious how you’re using it? I’m a developer by trade and manage a team for a large web application in the education space. We’ve seen a lot of productivity gains by using models like Claude and ChatGPT through GitHub Copilot. The whole vibe coding scene is a joke, as no model can effectively right a decent production ready application by itself, but I would say I’d question hiring a developer today who wasn’t at least willing to experiment with AI in their workflow.

Reply to this note

Please Login to reply.

Discussion

I use it as a static analysis tool and for when i get stuck. It maybe gets to the root of the problem 20% of the time. I rarely use code it generates because it is terrible at programming.

I gotcha. Is this with Swift code primarily and/or something else? I’ve only used AI models with JavaScript and Python code, which they seem to be reasonably good at.

i've never seen it generate usable rust code