How are you monetizing those AI coding tools?

UrbanSnake

Regular Member
Joined
Jul 10, 2024
Messages
424
Reaction score
725
1) What is the best AI for coding?
2) How are you monetizing it? What are you creating?

Especially if you don't have previous coding knowledge
 
You can always try to create bots, plugins or related tools. I'm not doing it myself, just giving some general ideas.
 
1) What is the best AI for coding?
They're all quite good I'd say, but to get the most out of them you should have some abstract knowledge about how programming and coding works. The best way to get useful outputs with them is providing useful inputs with lots of context and examples for it to work with.

By being as descriptive as possible about the issues you're having with the code, when you want it to fix an error for example.

Or when you want it to generate code for you, have an underlying idea of the libraries it should use, and the techniques it should use. The more information you can give it in the first place, the better. You can even use it to first recommend the best practices and strategies for the things you'd like to create. So you can first get an idea about the best ways it should implement things, and then use that information when you ask it to create it.
 
Back
Top