• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

AI tools in programming, cool addition even for Open Tibia?

Kuzyn

Excellent OT User
Joined
Dec 19, 2009
Messages
1,730
Solutions
3
Reaction score
876
Location
pl?
Hey, today friend showed me a cool tool, ChatGPT from OpenAI.
It helps to understand mathematics, coding etc., even scripting in Open Tibia as on an example below.
Do you think that this would be a helpful tool for OT community?

6N0cF3K.png


B3ScVUs.png
 
This will bring more "not working for me" threads rather than help anyone. It's completely useless for people that know how to fix these scripts because it means that they can code it by themself.
 
It seems incredible to me, I agree with the AI, although a beginner should not trust them 100% since they are still in diapers. but they serve to give good suggestions without a doubt.

I believe that in a short time AI will be powerful enough to supplant programmers in many tasks.
 
Lol, thanks for this. It solved my math problems and explained them better than my uni teacher.
 
Lol, thanks for this. It solved my math problems and explained them better than my uni teacher.
Yeah the great thing about it is that it explains some problems, its not limited to coding. For example:

1669855684352.png
 
Yeah the great thing about it is that it explains some problems, its not limited to coding. For example:

View attachment 72042

Yeah, it's an excellent thing. I'll use it for almost everything now. I even asked it to give me different login forms to apply to my Vue3 web project. it did and it looks fantastic.
It also writes essays about things you'd like to know about.
Even though it's text-based now I believe it can be useful to optimize code in the future, and probably become an extension into vscode?
 
Can you make some tutorial how to use that ? I really enjoyed it and would like to learn more about it.
 
ChatGPT can be tested on its official WEB and is not available in some.
On the same page there are some warning messages that say not to take what the AI writes seriously, just as it can explain things very well it can also do it very badly, in addition to the many limitations of information, literally its strip of knowledge It's very little, it doesn't know many things about the past and it won't know things about the future either, it's just an algorithm that knows how to predict which letter follows another letter. He is not a supreme being yet.
 
Can you make some tutorial how to use that ? I really enjoyed it and would like to learn more about it.
You just need to try.
Today I talked with a bot about some google apps script. I told him what I want to achieve and he suggested some code. After few iterations he managed to made a perfectly working code that I wanted.

But the thing is to talk with him what you really want. When I tested the first versions of script there were some errors, bugs etc. So I told him that hey, I've got this and this error, can you fix that? And he replied that yeah, he sees an error and take this new code and try it out. When I didn't have any errors but it still wasn't what I wanted I told him that hey, script is working but I see some problems with it. And I listed those problems and asked for help and he managed to fix it.

I have 0 knowledge about GAS but I was able to get that working script. If I would, I could ask him about specific parts of the code and he would explain it to me. After some iterations he even added comments to explain specific parts of the code.

From time to time there is a problem that bot is not writing the full code/message. I have no idea if it is because of some characters limits or capacity limits that were reached at that time but you can ask everytime to show the full code. You can write something like this: Your message was cut in a half, I can't see the full code. Please post it again. /or/ Your message was interrupted, please write it again.

And in most cases bot is able to provide you a full message, but there were some situations when he failed to do that and was cutting messages again. Probably due to performance, today I couldn't use it for few hours before the evening due to high usage.

Yeah, it's an excellent thing. I'll use it for almost everything now. I even asked it to give me different login forms to apply to my Vue3 web project. it did and it looks fantastic.
It also writes essays about things you'd like to know about.
Even though it's text-based now I believe it can be useful to optimize code in the future, and probably become an extension into vscode?
You need to note that this bot is in beta for free until end of December. I don't know what is their plan for future but it may be paid.
 
Last edited:
This is such a great tool. It still needs "some" work after it generates the spript but man, it's a nice start and gives a base model of a script that someone was looking for that can be changed to your needs.
 
I've been using Githubs Copilot lately. It scanns the project folder and gives suggestion based on that.
Works perfectly with TFS. I think it's about $10 a month. Can really recommend!
 
I've been using Githubs Copilot lately. It scanns the project folder and gives suggestion based on that.
Works perfectly with TFS. I think it's about $10 a month. Can really recommend!
You can use Copilot for free if you're a student
 
Back
Top