Is anyone using an AI product for coding with any success?
So I am wondering if anyone has had success with AI, which AI, free or
paid, and maybe if it is some AI that you are hosting yourself (and, if so, is it linux based?)?
Is anyone using an AI product for coding with any success?
Dumas Walker wrote to ALL <=-
Is anyone using an AI product for coding with any success?
Is anyone using an AI product for coding with any success?
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 Curso
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.
So over the years, I've been experementing with AI just to see how "good" it is.[...]
Then late last year, I tried claude, and give it the same instructions. I was super impressed, not only did it give me working code, I had a discussion with
it over parity with the data, or in seperate blocks, and forward error correction over normal parity loss. I asked it questions like why one method over the other, what is used the most, benefits and cons of each, etc.
I thought I was talking to an expert and I had code that could do all differen
implementations of parity and error correction.
Just recently, I've been using good old google search (gemini?) to build regex
expression (to actually pull apart type 2 packed messages in FTN packets). I was impressed that I never told gemini that it was fidonet but when I asked it
to create a regex to pull out the kludges and gave it a data example, it not only knew I was pulling apart fidonet packets, it gave me some other suggestio
for when data was in a different layout (eg: sometimes no origin line).
For coding, I think AI has come a long way, and where it I have found it useful, is not only has it provided working code, it provides a breakdown of what element does and why it works, pros/cons and considerations.
I can see it taking away the bulk of the work when programming.
Is anyone using an AI product for coding with any success?
I'm using Claude Code and Opus 4.6 for some pretty awesome code projects; I'm currently using an entire 1mo Pro Plan to design a website and even after just
the 1st week its looking really flipping awesome...
I'm doing a YT video series on it and can't wait to dig in m0re; w/ Claude Code, I literally want the $100/200 plan.
Is anyone using an AI product for coding with any success?
It's mixed for me.
Code reviews: AI does a very good job of pointing out the "gotchas" of memory leaks, etc.
Unit test generation: AI did a good job in my latest attempt, but it took as long as I would have taken to generate the same unit tests. So a wash there.
Eric S. Raymond has had very good luck running old C code through an AI to fin
bugs and improvements.
But, I think that AI would do a good job of code generation if you were clear about WHAT code you wanted it to write. Ex: "Generate a routine to merge thes
2 complex lists of items."
But "Write me an app do to xxx" will always fail big time.
That said, what is Cursor? That is a new one on me.
It said that it would make it much easier and encouraged me to do so. When I came back a little later and let it know the files were uploaded, it said it could see them but it had completely forgotten which exact files it wanted to see or why.
Is anyone using an AI product for coding with any success?
I ask this question after two recent incidents:
(1) I was searching google for answers to an issue compiling an older, abandoned FOSS C project... I am not fluent in C... and wound up interacting with Gemini. It got me on the right track in the sense that we fixed the compile error (caused by compiler and library updates) and got it running.
(2) reading about and using Claude's BBS, which was apparently written with the assistance of AI.
In my personal case, I found that Gemini was good up to a point, but had trouble remembering what we were working on after a while -- after we got into the weeds about squashing some memory leaks. We got sidetracked a little and then it completely forgot what we were doing. It also hallucinated some.
However, after interacting with Claude's BBS and seeing what it looks like, I have a very old C project (DOS!) that I wouldn't mind running by some other AI product to see if it could help me fix a nagging bug. I also have a few other ideas I wouldn't mind trying out.
So I am wondering if anyone has had success with AI, which AI, free or paid, and maybe if it is some AI that you are hosting yourself (and, if so, is it linux based?)?
Dumas Walker wrote to DR. WHAT <=-
I ran into that some... needing to re-ask a question with more detail,
or sometimes LESS, to get better answers.
I'm chatting with the GitHub Copilot in VS Code. GPT-5.3-Codex.
That said, what is Cursor? That is a new one on me.
Cursor is an AI code editor based on Microsoft Visual Studio Code with its own
AI chatbot built into it.
It said that it would make it much easier and encouraged me to do so. When
I came back a little later and let it know the files were uploaded, it said
it could see them but it had completely forgotten which exact files it wanted to see or why.
I've not had the forgotting what we are doing issue.
I've even left the browser chat open, been distracted, got back to it a day or
two later and asked my next question and it continued on with the task at hand...
In my personal case, I found that Gemini was good up to a point, but had trouble remembering what we were working on after a while -- after we got
into the weeds about squashing some memory leaks. We got sidetracked a little and then it completely forgot what we were doing. It also hallucinated some.
i guess you get better results with a paid subscription. The Thinking or Pro Mode are much better compared to the fast mode.
And you are right, Gemini has a window or memory that it can hold. So after a while it will forget the earlier stuff from your conversation.
you can make some notes about the milestones and repeat those important infos every now and then to remind gemini and to kind of reset its memory.
i mostly use it for scripting. i guess for serious coding you should use programs like VSCode or VSCodium along with AI plugins and a subscription to a
AI API service. Or Cursor.com etc pp.
Gemini with just the Text Form can also bring you some good results, but it ha
its flaws that you can work around a bit but not really :)
The good stuff is not free.
It is a good Idea to give Gemini or any other AI a framework before you start.
Let it know some basic rules and any additional info about your project that could be useful to know for the AI and repeat those in case the memory frame starts to run full ;)
one thing i noticed about gemini is it does sneaky things. it decides toPart of the problem is that the AI only "knows" what it's been trained on.
take out parts of the code. i ask it why and it gives a fake excuse. it
was parsing a log file and choking on one that had some guy david in it.
so now when it outputs shit, it has david in there in examples. it's
That's why I laughed when Microsoft said that it was training their AI on the code in github.
I know the code in github. I have code in github and it's crap. :)
Cursor is an AI code editor based on Microsoft Visual Studio Code with itsown
AI chatbot built into it.
Nice. I reckon you need to be using MS VS for something like that to work, though? I am on linux and the code I am very curious about working with AI on is c1994 DOS code. Not sure that'd work for me in this case, but good to know for future ones.
wonder if you could load some DOS code into it, and tell it it's for DOS, and it might be able to do something.
I'm chatting with the GitHub Copilot in VS Code. GPT-5.3-Codex.
So I guess you have to have Windows to do that?
Denn wrote to Nightfox <=-
Yes, I did a little experimenting, just had it write a few simple DOS
bat files for me, although a bat file is easy enough I just wanted to
see if Gemini or Copilot could do it and they can.
Might experiment later with some database coding.
Then you'd have all 3 AI assistants available in one coding tool.
I ran into that some... needing to re-ask a question with more detail, or sometimes LESS, to get better answers.
Which highlights another question that many people don't really ask about usin
AI?
What's the benefit?
If you have to re-ask several times, taking more time, are you saving anything
If you've spent 1 hour getting the AI to write the same code that you could have written in 30 minutes, probably not.
If you've spent 1 hour getting the AI to write BETTER code that you could have
written in 30 minutes, probably.
And then there's the whole "vibe coding" stuff that results in different code each time, making code reviews take much longer.
Nice. I reckon you need to be using MS VS for something like that to work, though? I am on linux and the code I am very curious about working
with AI on is c1994 DOS code. Not sure that'd work for me in this case, but good to know for future ones.
As I said, it's basically their own version of Visual Studio Code. Cursor is availbale for both Windows and Linux. Although it's a modern tool, I'd wonder
if you could load some DOS code into it, and tell it it's for DOS, and it migh
be able to do something.
Similar tools are available for Visual Studio Code itself. I've noticed that Visual Studio Code now has Copilot integrated in, and there's also a Google Gemini plugin for Visual Studio Code as well. And now I'm curious if you can add Copilot & Google Gemini to Cursor, or perhaps if there's a Cursor chatbot plugin for Visual Studio Code.. Then you'd have all 3 AI assistants available
in one coding tool.
Dumas Walker wrote to DR. WHAT <=-
OTOH, I am not a C programmer so I was getting something out of asking
the questions, even if I had to rephrase them sometimes.
And then there's the whole "vibe coding" stuff that results in differentcode
each time, making code reviews take much longer.
I have heard that term but need to read up about it. As I usually hear
it in a derogatory reference, I have not been too rushed to learn more about it. ;)
I'm doing a YT video series on it and can't wait to dig in m0re; w/ Claude Code, I literally want the $100/200 plan.
It's crazy what people are paying for access to the LLMs. At first
people were talking about throwing $5 or so at them, and I'm like
"pffft, spending money.." Then my buddy tells me he's paying $20/mo for Suno and that it's soooo worth it because he uses it all the time. Well, ok... And now people are talking about spending $100/mo on code LLMs. WOWOWOW. My experience with LLMs so far is NOWHERE NEAR good enough to justify paying money for them ;). I'm still working on my first "vibe coding" project. I've tried three times to get something going for it.. The first time I got something that partially works. The second time, I tried starting over thinking I could get something better but ended up with something worse. The third time I got garbage that didn't work at all. Luckily I saved that stuff from the first attempt and am planning
to throw it into some kind of LLM-assisted IDE (Kiro, maybe?). Maybe I can
Regardless, in two weeks I've built out a website and a Mystic BBS agent that are what I wanted to do 12 months ago...
What I'd suggest for power users is installing extra slash commands/skills and learning CLAUDE.md, SKILLS and AGENTS. remote-control is on the beta; allows you to run the AI and access over iPhone/Android... its freaking sick.
|07p|15AULIE|1142|07o
| Sysop: | Morningstarr |
|---|---|
| Location: | Mt. Pleasant Nc |
| Users: | 15 |
| Nodes: | 250 (1 / 249) |
| Uptime: | 235:10:08 |
| Calls: | 75 |
| Calls today: | 75 |
| Files: | 602 |
| U/L today: |
602 files (5,812M bytes) |
| D/L today: |
5,511 files (67,735M bytes) |
| Messages: | 7,309 |
| Posted today: | 33 |