BBS:      TELESC.NET.BR
Assunto:  Using AI for coding
De:       Nightfox
Data:     Fri, 20 Feb 2026 13:22:00 -0800
-----------------------------------------------------------
  hbRenb: hcUsing AI for coding
  bBynb: hcDumas Walker bto cALL bon cFri Feb 20 2026 10:17 amn

 DW> Is anyone using an AI product for coding with any success?

I had tried a couple of them a few years ago for coding, and at the time, I thought they were fairly bad.  Recently I've started using a few of them again, and I think they've gotten better.  AI has helped in some of my programming tasks lately, which has saved me some time working on them.  But it seems that (at least for now), it has more success with small things.

I've had ChatGPT write a couple of short JavaScript functions for things I wanted to quickly get working, and it was able to quickly generate functions that did what I needed and work as epected.

I've also used Cursor to help with some C++ tasks.  I was working on an old C++ project recently (from 2007, and it was using the C++98 standard). I wanted to modernize the code a bit (using some functionality from C++11 up through C++17 etc.).  One of those changes was a bit tedious, adding the 'override' keyword to class functions that were overridden from their parent class. I asked Cursor to do that, and it was able to do it, which saved me some time.  I think it missed a couple, but I added those after I noticed they were missing.

Also, I have a trivia game I wrote for Synchronet (Good Time Trivia / GTTrivia), and I wanted to add more questions to it.  I was using ChatGPT and Google NotebookLM to go search for content (with specific themes) and generate questions & answers in the format used for the game.  They were moderately successful, though Google's NotebookLM sometimes generated silly questions where the answer is literally in the question, etc..

I also have an Android app I was working on. I had last worked on it about 5 years ago, and when I tried to build it recently, it failed due to using old components.  I noticed Android Studio now has Google Gemini integrated, and when build failures occur, it has a "fix with AI" feature.  I made use of that, and it basically has a look at the build failure, goes to search online, and finds a solution to apply to the project.  The "fix with AI" feature was able to get it building & running again with the latest Android Studio, and it saved me some time trying to manually fix the build issues.  I had also tried asking Gemini in Android Studio to make some code & layout changes to the Android app with fairly good success.

I've also seen Grok generate a small command-line disk checking program for Windows in C++ which worked fairly well.

Nightfox
n
---
  gSynchronetn  Digital Distortion: digitaldistortionbbs.com

-----------------------------------------------------------
[Voltar]