• Using AI for coding

    From Nightfox@VERT/DIGDIST to Dumas Walker on Saturday, February 21, 2026 14:24:19
    Re: Using AI for coding
    By: Dumas Walker to NIGHTFOX on Sat Feb 21 2026 10:47 am

    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.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From deon@VERT/ALTERANT to Dumas Walker on Sunday, February 22, 2026 10:58:14
    Re: Re: Using AI for coding
    By: Dumas Walker to DR. WHAT on Sat Feb 21 2026 10:47 am

    Howdy,

    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...


    ...ëîåï

    ---
    þ Synchronet þ AnsiTEX bringing back videotex but with ANSI
  • From Mindsurfer@VERT/FUNTOPIA to Dumas Walker on Sunday, February 22, 2026 03:04:00
    Re: Using AI for coding
    By: Dumas Walker to ALL on Fri Feb 20 2026 10:17:58

    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.

    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 an AI API service. Or Cursor.com etc pp.

    Gemini with just the Text Form can also bring you some good results, but it has its flaws that you can work around a bit but not really :)

    The good stuff is not free.

    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?)?

    I use Gemini every now and then for scripting and chatGPT to help out when Gemini starts to run in circles.

    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 ;)

    Mindsurfer

    ---
    þ Synchronet þ FuNToPiA BBS - telnet://funtopia.synchro.net:3023 ssh:3022
  • From MRO@VERT/BBSESINF to Mindsurfer on Sunday, February 22, 2026 06:57:48
    Re: Using AI for coding
    By: Mindsurfer to Dumas Walker on Sun Feb 22 2026 03:04 am

    or paid, and maybe if it is some AI that you are hosting yourself
    (and, if so, is it linux based?)?

    I use Gemini every now and then for scripting and chatGPT to help
    out when Gemini starts to run in circles.

    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 ;)

    Mindsurfer



    i've been doing a lot of this stuff and i'd have to say that gemini is a turn off and it continues to do dumb shit. grok is okay but shuts me down in the free tier. claude has been great so far. i'm doing a pac man clone with additional features. or the ai is doing it


    --
    "Before using Wildcat....This Company did not have a convenient way of
    looking after some of the richest clients in the world...Now we do!"
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Mindsurfer@VERT/FUNTOPIA to MRO on Sunday, February 22, 2026 17:31:00
    Re: Using AI for coding
    By: MRO to Mindsurfer on Sun Feb 22 2026 06:57:48

    I use Gemini every now and then for scripting and chatGPT to help out when
    Gemini starts to run in circles.

    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 ;)

    i've been doing a lot of this stuff and i'd have to say that gemini is a turn off and it continues to do dumb shit. grok is okay but shuts me down in the free tier. claude has been great so far. i'm doing a pac man clone with additional features. or the ai is doing it

    Have you paid for each service to test it? Because i think most AI has its flaws in the free tier. Gemini especially in thinking mode is quite decent, but you have limited prompts there only. The fast mode is ok for as long you don't chain to many prompts together. I guess Gemini Pro will be alot better as well.

    Is claude usable for a little coding in the free tier? i really have to check claude out again! =) AI is changing completly every x months. A while ago claude was nothing special at all.

    Mindsurfer

    ---
    þ Synchronet þ FuNToPiA BBS - telnet://funtopia.synchro.net:3023 ssh:3022
  • From Dr. What@VERT/THEGATEB to MRO on Sunday, February 22, 2026 10:16:00
    MRO wrote to Dr. What <=-

    one thing i noticed about gemini is it does sneaky things. it decides
    to 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 fucking with me apparently.

    Part of the problem is that the AI only "knows" what it's been trained on.

    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. :)


    ... You can turn ANY conversation into one about sex!
    --- MultiMail/Linux v0.52
    þ Synchronet þ ** The Gate BBS - Shelby, NC - thegateb.synchro.net **
  • From Dr. What@VERT/THEGATEB to Dumas Walker on Sunday, February 22, 2026 10:25:00
    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.

    Which highlights another question that many people don't really ask about using 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.


    ... Hot water Heaters: hot water needs heating?
    --- MultiMail/Linux v0.52
    þ Synchronet þ ** The Gate BBS - Shelby, NC - thegateb.synchro.net **
  • From Denn to Dr. What on Sunday, February 22, 2026 12:16:20
    Re: Re: Using AI for coding
    By: Dr. What to MRO on Sun Feb 22 2026 10:16 am

    one thing i noticed about gemini is it does sneaky things. it decides to
    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
    Part of the problem is that the AI only "knows" what it's been trained on.

    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. :)

    Lol, We can all put a lot of crap code in our github and pay Microsoft back for some of their shitty versions of windows, Like (Vista) and (Windows 8).

    Denn

    ...Sometimes I sits and thinks, and sometimes I just sits.
  • From Dumas Walker@VERT/CAPCITY2 to JASO110 on Sunday, February 22, 2026 10:24:39
    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?

    Since the code in question isn't mine, I have not been working on it inside
    any framework... just editing with nano and then running my make commands.


    * SLMR 2.1a * Multitasking: When you get the weekend chore list.
    ---
    þ Synchronet þ CAPCITY2 * Capitol City Online
  • From Dumas Walker@VERT/CAPCITY2 to NIGHTFOX on Sunday, February 22, 2026 10:24:39
    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.

    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.


    * SLMR 2.1a * Perhaps this situation requires a more Klingon response.
    ---
    þ Synchronet þ CAPCITY2 * Capitol City Online
  • From Dumas Walker@VERT/CAPCITY2 to DEON on Sunday, February 22, 2026 10:24:39
    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...

    Re: Gemini

    That is the funny thing... I left the windows open overnight twice and it seemed to remember but, once we got just a little sidetracked with the idea
    of me putting the code online were it could better review it, it lost its marbles completely in real time.

    That said, this was the "free" version that you get by pressing the "ai
    mode" on the google.com page, and someone has pointed out that
    this could be why I ran into that.


    * SLMR 2.1a * I forget the dream, but I'm missing a pajama button...
    ---
    þ Synchronet þ CAPCITY2 * Capitol City Online
  • From Dumas Walker@VERT/CAPCITY2 to MINDSURFER on Sunday, February 22, 2026 10:24:39
    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.

    Quite a few people have suggested Claude and have also suggested that a pay tier is worth it, even possibly short-term project. I am not adverse to
    that, I just want to be sure I don't get stuck paying for something that I
    only use for a month and then don't have use for again for several months.

    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.

    Right now what I have been working with has been in nano and not any kind
    of framework. Do any of those plugins work with linux-based coding frameworks?

    Also, the program I was really interested in giving AI a shot with is DOS-based, so I am sure there likely are no plugins for any kind of
    "framework" I might use there! ;)

    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.

    I am sure it isn't.

    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 ;)

    Good idea. If I ever start my own project, beyond just trying to get
    something to compile with newer libraries and compilers, I will certainly
    need to do that.


    * SLMR 2.1a * Maybe I should cut the power before I-- ZZZAAPPOWWWWWW
    ---
    þ Synchronet þ CAPCITY2 * Capitol City Online
  • From Nightfox@VERT/DIGDIST to Dumas Walker on Sunday, February 22, 2026 13:51:17
    Re: Using AI for coding
    By: Dumas Walker to NIGHTFOX on Sun Feb 22 2026 10:24 am

    Cursor is an AI code editor based on Microsoft Visual Studio Code with its
    own
    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.

    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 might 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.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Denn to Nightfox on Sunday, February 22, 2026 15:52:43
    Re: Using AI for coding
    By: Nightfox to Dumas Walker on Sun Feb 22 2026 01:51 pm

    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.


    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.

    Denn

    ...Never hit a man with glasses; hit him with your fist.


    Denn
  • From MRO@VERT/BBSESINF to Mindsurfer on Sunday, February 22, 2026 17:21:45
    Re: Using AI for coding
    By: Mindsurfer to MRO on Sun Feb 22 2026 05:31 pm

    Have you paid for each service to test it? Because i think most AI
    has its flaws in the free tier. Gemini especially in thinking
    mode is quite decent, but you have limited prompts there only. The
    fast mode is ok for as long you don't chain to many prompts
    together. I guess Gemini Pro will be alot better as well.


    no i'm just playing around.

    Is claude usable for a little coding in the free tier? i really
    have to check claude out again! =) AI is changing completly
    every x months. A while ago claude was nothing special at all.


    check it out and form your own opinion. im' thinking of paying for claude
    just to finish this game. i shot my whole load when i turned up the brainpower on it and asked for a total rewrite. now i cant use it for 4 hrs.


    --
    "Before using Wildcat....This Company did not have a convenient way of
    looking after some of the richest clients in the world...Now we do!"
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From MRO@VERT/BBSESINF to Dr. What on Sunday, February 22, 2026 17:49:50
    Re: Re: Using AI for coding
    By: Dr. What to MRO on Sun Feb 22 2026 10:16 am

    MRO wrote to Dr. What <=-

    one thing i noticed about gemini is it does sneaky things. it decides to 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 fucking with me apparently.

    Part of the problem is that the AI only "knows" what it's been
    trained on.

    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. :)



    they're actually using a lot of different ways. they're using doctors and nurses and programmers to train ai. there's jobs on indeed where they are looking for people to train ai.

    they are in it to win it.


    --
    "Before using Wildcat....This Company did not have a convenient way of
    looking after some of the richest clients in the world...Now we do!"

    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Digital Man@VERT to Dumas Walker on Sunday, February 22, 2026 23:47:31
    Re: Using AI for coding
    By: Dumas Walker to JASO110 on Sun Feb 22 2026 10:24 am

    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?

    No, VS Code runs on all modern OSes.
    --
    digital man (rob)

    Synchronet/BBS Terminology Definition #37:
    FTP = File Transfer Protocol
    Norco, CA WX: 61.7øF, 38.0% humidity, 2 mph ENE wind, 0.00 inches rain/24hrs ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From MRO@VERT/BBSESINF to Mindsurfer on Monday, February 23, 2026 02:14:29
    Re: Using AI for coding
    By: Mindsurfer to MRO on Sun Feb 22 2026 05:31 pm

    fast mode is ok for as long you don't chain to many prompts
    together. I guess Gemini Pro will be alot better as well.

    Is claude usable for a little coding in the free tier? i really
    have to check claude out again! =) AI is changing completly
    every x months. A while ago claude was nothing special at all.



    so i paid the 20 bucks.

    i'm working on a pac man clone.
    everything is configurable. the maze size, the colors for everything, the speed for everything, the ghost ai for each ghost.
    There's other things you can do like drop a bomb that freezes them for 5
    secs. you can hit c and change the maze color.

    mazes are randomly generated each time. unlimited levels.

    you can do the teleport tunnel thing. it does pacman style high scores.
    you can hit c and it cycles the colors of the maze.

    gemini was doing the back and forth shit where it would do what i said and then remove 5 features and act like it didnt know.

    i ended up having this huge list i would paste saying exactly what the game should have. everything. and then i would tell it to fix what it did
    wrong. it still was doing the bullshit.

    so i went to claude and paid and it did a huge improvement. then it did 5 script changes and then it said i hit my limit and i have to wait 3 hrs.

    ah well it's better. it's only 3 hrs. i need a break anyways.
    i'm not just telling it what to do, i'm fixing what i can find and working with it. granted, it's doing a lot because making games is not my thing, nor is javascript. it's also getting so complicated and doing some weird things it's hard for me to follow.


    --
    "Before using Wildcat....This Company did not have a convenient way of
    looking after some of the richest clients in the world...Now we do!"
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Mindsurfer@VERT/FUNTOPIA to MRO on Monday, February 23, 2026 12:20:00
    Re: Using AI for coding
    By: MRO to Mindsurfer on Mon Feb 23 2026 02:14:29

    so i paid the 20 bucks.

    i'm working on a pac man clone.
    everything is configurable. the maze size, the colors for everything, the speed for everything, the ghost ai for each ghost. There's other things you can do like drop a bomb that freezes them for 5 secs. you can hit c and change the maze color.

    mazes are randomly generated each time. unlimited levels.

    you can do the teleport tunnel thing. it does pacman style high scores. you can hit c and it cycles the colors of the maze.

    so i went to claude and paid and it did a huge improvement. then it did 5 script changes and then it said i hit my limit and i have to wait 3 hrs.

    sounds interesting. Let me know when the game is playable/testable =)

    btw. are you working in a coding environment like VScode + claude plugin or just on a prompt? I have seen there is also a bash installer for linux Terminal.

    Good luck with the pac man clone! I hope we get an amazing new game soon!

    Mindsurfer

    ---
    þ Synchronet þ FuNToPiA BBS - telnet://funtopia.synchro.net:3023 ssh:3022
  • From poindexter FORTRAN@VERT/REALITY to Denn on Monday, February 23, 2026 07:06:41
    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.

    I have some old, orphaned web gallery software written in PHP that
    started throwing up errors a couple of versions ago. I've thought about
    piping it into an LLM to see what it could do to update the code to run
    in modern PHP.




    --- MultiMail/Win v0.52
    þ Synchronet þ .: realitycheckbbs.org :: scientia potentia est :.
  • From Mortar@VERT/EOTLBBS to Nightfox on Monday, February 23, 2026 11:17:36
    Re: Using AI for coding
    By: Nightfox to Dumas Walker on Sun Feb 22 2026 13:51:17

    Then you'd have all 3 AI assistants available in one coding tool.

    Yeah, but then you'd have the three of them arguing about who's answers were the best.

    ---
    þ Synchronet þ End Of The Line BBS - endofthelinebbs.com
  • From Dumas Walker@VERT/CAPCITY2 to DR. WHAT on Monday, February 23, 2026 11:29:18
    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 it is a language you are familiar with, I would say you are not saving anything that way. For example, I would not be likely to ask it multiple
    times regarding a COBOL question.

    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.

    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.

    In this case, I would be in the latter category for sure. ;)

    And then there's the whole "vibe coding" stuff that results in different code 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. ;)


    * SLMR 2.1a * Reward for a job well done: more work.
    ---
    þ Synchronet þ CAPCITY2 * Capitol City Online
  • From Dumas Walker@VERT/CAPCITY2 to NIGHTFOX on Monday, February 23, 2026 11:29:18
    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.

    Ah, ok, I missed that part. I thought it was something that had to be
    plugged into MS's Visual Studio.

    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.

    That could be interesting, and also maybe overwhelming! ;)


    * SLMR 2.1a * What goes around usually picks up momentum!
    ---
    þ Synchronet þ CAPCITY2 * Capitol City Online
  • From MRO@VERT/BBSESINF to Mindsurfer on Monday, February 23, 2026 19:38:11
    Re: Using AI for coding
    By: Mindsurfer to MRO on Mon Feb 23 2026 12:20 pm


    so i went to claude and paid and it did a huge improvement.
    then it did 5 script changes and then it said i hit my limit and
    i have to wait 3 hrs.

    sounds interesting. Let me know when the game is playable/testable
    =)

    it is playable and testable now.

    btw. are you working in a coding environment like VScode + claude
    plugin or just on a prompt? I have seen there is also a bash
    installer for linux Terminal.

    i'm just on the website using claude.ai
    I'm just having it make javascript or tcl scripts.

    Good luck with the pac man clone! I hope we get an amazing new game
    soon!

    well it's pac man so it's not going to be amazing.
    it's about done but there's some errors it added the last time i used it.


    --
    "Before using Wildcat....This Company did not have a convenient way of
    looking after some of the richest clients in the world...Now we do!"
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Dr. What@VERT/THEGATEB to Dumas Walker on Tuesday, February 24, 2026 07:34:00
    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.

    Eric S. Raymond went over this on X today with an interesting view.

    So say you need to convert a COBOL program to C. You have the AI do it. You need to know enough C to verify that the conversion did what it's supposed to. AI's "hallucinate" (I call it "lie") wayyyy too much to blindly trust it's output.

    Which means you still need to know C, at least to a certain extent.

    And then there's the whole "vibe coding" stuff that results in different
    code
    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. ;)

    It's the script kiddies of old going into ChatGPT and typing in a prompt to have it build some software.

    They compile, run, adjust their prompt, which generates completely new code, that they compile, run, ...


    ... Diplomacy: Saying "Nice doggie" until you can find a rock
    --- MultiMail/Linux v0.52
    þ Synchronet þ ** The Gate BBS - Shelby, NC - thegateb.synchro.net **
  • From phigan@VERT/TACOPRON to paulie420 on Wednesday, February 25, 2026 08:32:13
    Re: Re: Using AI for coding
    By: paulie420 to Dumas Walker on Fri Feb 20 2026 04:59 pm

    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.

    Definitely interested to see it.

    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 get it fixed up.

    ---
    þ Synchronet þ TIRED of waiting 2 hours for a taco? GO TO TACOPRONTO.bbs.io
  • From DaiTengu@VERT/ENSEMBLE to MRO on Wednesday, February 25, 2026 11:44:13
    Re: Using AI for coding
    By: MRO to Dumas Walker on Fri Feb 20 2026 06:53 pm

    Since i saw dm using gemini i figured it was learning a lot about synchronet from him so it made some scripts for me. sometimes i had to make corrections and upload it and fight with the script. sometimes it did things to the script it didnt tell me, like adding mock stock reports for one of the scripts.

    That's not how LLM models work. they don't "learn" in real-time. They have a limited memory based on your current conversation with an agent (some agents can share the data with other agents, but you're not going to find that through a web interface chat)

    advanced "Thinking" models will search appropriate websites for information, and formulate a response based on that data using its model to output what it deems is the most likely response based on the tokenset (the data you've given it and the data it has acquired in your conversation).

    But it's not going to use what it's learned from other users until the model is updated. And even then, only 1 or two users "teaching" it something would fall very low on the list of "common things" that it's designed to respond with.

    You can do things like feed it an MCP, or a skill that it will ingest and use as part of your conversation, but that's something specific you need to give it, and it won't be used by anyone else unless they also use that MCP and/or skill.

    ...Friends, Romans, countrymen, lend me your taglines!

    ---
    þ Synchronet þ War Ensemble BBS - The sport is war, total war - warensemble.com
  • From MRO@VERT/BBSESINF to DaiTengu on Thursday, February 26, 2026 04:45:28
    Re: Using AI for coding
    By: DaiTengu to MRO on Wed Feb 25 2026 11:44 am

    Since i saw dm using gemini i figured it was learning a lot about synchronet from him so it made some scripts for me. sometimes
    i had to make corrections and upload it and fight with the script. sometimes it did things to the script it didnt tell me, like adding mock stock reports for one of the scripts.

    That's not how LLM models work. they don't "learn" in real-time.
    They have a limited memory based on your current conversation
    with an agent (some agents can share the data with other agents,
    but you're not going to find that through a web interface chat)

    how do you know that though? maybe it talked to someone about synchronet. maybe they made scripts with that person and the person uploaded code. the AI banked all that info for use later.

    we don't really know what these things are doing behind the scenes, do we?

    regardless, they can make code. i would call claude.ai the most superior.
    it will be done with the ai editor in a bit. it just needs some visual cleanup.

    i'll upload a video when it's ready.


    --
    "Before using Wildcat....This Company did not have a convenient way of
    looking after some of the richest clients in the world...Now we do!"
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From DaiTengu@VERT/ENSEMBLE to MRO on Thursday, February 26, 2026 12:44:02
    Re: Using AI for coding
    By: MRO to DaiTengu on Thu Feb 26 2026 04:45 am

    That's not how LLM models work. they don't "learn" in real-time. They have
    a limited memory based on your current conversation with an agent (some
    agents can share the data with other agents, but you're not going to find
    that through a web interface chat)

    how do you know that though? maybe it talked to someone about synchronet. maybe they made scripts with that person and the person uploaded code. the AI banked all that info for use later.

    It's part of my job to know these things. unfortunately.

    we don't really know what these things are doing behind the scenes, do we?

    this statement is more accurate than people realize. You're right to a degree, but probably not in the way you think.

    We do know that AI Models don't "learn" and "share" input among sessions until the model is rebuilt/updated. building/training a model is VERY expensive and incredibly time consuming, require multiple datacenters worth of compute power for things like Claude, OpenAI and Gemini.

    What we don't really know is how these models work internally. Even the people who create and train them don't really understand how they work. That's why they can be jailbroken, and why models like Grok can suddenly start calling itself "MechaHitler", and go on to generate nude pictures of real people.

    regardless, they can make code. i would call claude.ai the most superior. it will be done with the ai editor in a bit. it just needs some visual cleanup.

    Claude Opus 4.5 has been my go-to for code generation. I'm told 4.6 is even better, but it's expensive as hell to use.

    That said, it is nice that my job pays for me to use it. I'm on the low-end of our teams budget, so if I use it for personal projects, no one is really going to notice.

    A thing I did that's 95% generated by Claude Opus 4.5: https://github.com/DaiTengu/slaane.sh

    It's basically what i use in my bash environment. It did a decent job of generating "thematic" documentation in the style I wanted (Warhammer 40K), and only took me swearing at it and threatening it a handful of times to get things right.

    The whole project is really only useful for me, but I had it create a "modular" system that allows for extensive modification, people can easily create new modules that contain tools they want in their bash environment.

    I even have a "TOOD.md" file with stuff I want to add in the future.

    I spend a day or two a month working on it. I'm not super-fond of the bash code it's written, as it's a bit of a mess, but it works. I initially created it with the idea that it would run on Debain, Redhat, SuSe, Arch, Gentoo and other distros out of the box, but it really struggled with the testing of that, so right now it's only verified to work on RedHat-based systems.


    And to head off the question of "Why would you create something like this? how many servers do you need to log into?"

    I only need to log into a server if there's a problem, but when I manage thousands of servers, it's nice to run a curl command that will set up my bash environment just the way I want it quickly.

    ...A pnp transistor will be an npn.

    ---
    þ Synchronet þ War Ensemble BBS - The sport is war, total war - warensemble.com
  • From MRO@VERT/BBSESINF to DaiTengu on Thursday, February 26, 2026 14:48:59
    Re: Using AI for coding
    By: DaiTengu to MRO on Thu Feb 26 2026 12:44 pm


    we don't really know what these things are doing behind the scenes,
    do we?

    this statement is more accurate than people realize. You're right
    to a degree, but probably not in the way you think.

    We do know that AI Models don't "learn" and "share" input among
    sessions until the model is rebuilt/updated. building/training
    a model is VERY expensive and incredibly time consuming, require
    multiple datacenters worth of compute power for things like Claude,


    they have a checkbox that asks you if they can use your sessions to improve user sessions. i'm sure they are using whatever they can to build their information cache. I do not think it's innocent.

    I would assume they are doing anything and everything to gather information
    to compete to be #1.


    --
    "Before using Wildcat....This Company did not have a convenient way of
    looking after some of the richest clients in the world...Now we do!"
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From paulie420@VERT/BEERS20 to phigan on Thursday, February 26, 2026 23:08:00
    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


    If someone wanted to, I would CURRENTLY suggest a $20 Claude.ai Pro plan... install Claude Code and start using Sonnet 4.6 or Opus 4.6. I'm using the better Opus currently, but it rapidly eats the $20 plan;

    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
    |08.........

    --- Mystic BBS v1.12 A49 2024/05/29 (Linux/64)
    * Origin: 2o fOr beeRS bbs>>>20ForBeers.com:1337
  • From Lonewolf@VERT/BINARYDR to paulie420 on Friday, February 27, 2026 07:33:10
    Re: Re: Using AI for coding
    By: paulie420 to phigan on Thu Feb 26 2026 11:08 pm

    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

    If you want to give your users access to AI, check out my new door, I call her Quantasia AI Assistant. She is essentially something like Open WebUI only in the form of a BBS door. You can create up to 32 different AI Bots (LLMs with their own prompts and personalities/purpose) and pull from Ollama, OpenAI or LM Studio. Also features Bot2Bot chat. Its about to be released, preview it on my BBS at firesidebbs.com:23231. I think its freaking sick too, especially for a door.

    I know you use my AI-WX door too, so I wanted to let you know I have a new version 3.0 that integrates the Quantasia engine in it to give you an AI Analysis of the weather data when a user selects 7 Day Forecast, Temp Trends or Precip Trends. The analysis is in the form of a TV meteorlogist's weather report complete with graphs and charts. You can have the AI bot's personality mimic anyone (Jim Cantore, Al Roker or anyone for that matter). You can download it now from my BBS, just go to the Lone Wolf Software file area and grab it.

    Thanks man,
    ---
    þ Synchronet þ Fireside BBS - AI-WX - firesidebbs.com:23231
  • From DaiTengu@VERT/ENSEMBLE to MRO on Friday, February 27, 2026 09:12:43
    Re: Using AI for coding
    By: MRO to DaiTengu on Thu Feb 26 2026 02:48 pm

    they have a checkbox that asks you if they can use your sessions to improve user sessions. i'm sure they are using whatever they can to build their information cache. I do not think it's innocent.

    I would assume they are doing anything and everything to gather information to compete to be #1.

    It's not "real time" though. They use it for model training (and occasionally humans will go through things to see if there's any modifications they can make to the platform to resolve issues you may have had, in the future).

    And, as I said, model training can take weeks or months.

    LLMs aren't giant databases of everything they're fed, they're boiled down hashes of everything they've been trained on, and the most common words, phrases etc are brought to the top.

    That's why an LLM will tend to give the most generic/popular/common responses to questions it is asked.

    ...RAM = Rarely Adequate Memory

    ---
    þ Synchronet þ War Ensemble BBS - The sport is war, total war - warensemble.com
  • From MRO@VERT/BBSESINF to DaiTengu on Friday, February 27, 2026 17:53:51
    Re: Using AI for coding
    By: DaiTengu to MRO on Fri Feb 27 2026 09:12 am


    they have a checkbox that asks you if they can use your sessions
    to improve user sessions. i'm sure they are using whatever they
    can to build their information cache. I do not think it's innocent.

    I would assume they are doing anything and everything to gather information to compete to be #1.

    It's not "real time" though. They use it for model training (and

    I didn't say it's real time. but why do you think it isnt?

    occasionally humans will go through things to see if there's any modifications they can make to the platform to resolve issues you may
    have had, in the future).

    And, as I said, model training can take weeks or months.

    LLMs aren't giant databases of everything they're fed, they're
    boiled down hashes of everything they've been trained on, and the
    most common words, phrases etc are brought to the top.

    That's why an LLM will tend to give the most generic/popular/common responses to questions it is asked.

    i'm sure they are doing anything and everything to be #1.


    --
    "Before using Wildcat....This Company did not have a convenient way of
    looking after some of the richest clients in the world...Now we do!"
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From DaiTengu@VERT/ENSEMBLE to MRO on Saturday, February 28, 2026 09:13:09
    Re: Using AI for coding
    By: MRO to DaiTengu on Fri Feb 27 2026 05:53 pm

    It's not "real time" though. They use it for model training (and

    I didn't say it's real time. but why do you think it isnt?

    I don't "think" it isn't real time, I know it isn't. That's not how LLMs work. It's not possible, they can't keep all those conversations that are going on in context and share it amongst each other, it would completely break the system. IIRC one tried doing something like that, and people started getting nonsensical replies to their questions based on other people's conversations.



    ...You can't evaluate a man by logic alone. McCoy, I, Mudd, stardate 4513.3.

    ---
    þ Synchronet þ War Ensemble BBS - The sport is war, total war - warensemble.com
  • From MRO@VERT/BBSESINF to all on Saturday, February 28, 2026 20:29:07
    Re: Using AI for coding
    By: MRO to DaiTengu on Thu Feb 26 2026 04:45 am

    how do you know that though? maybe it talked to someone about
    synchronet. maybe they made scripts with that person and the person uploaded code. the AI banked all that info for use later.

    we don't really know what these things are doing behind the scenes,
    do we?

    regardless, they can make code. i would call claude.ai the most
    superior. it will be done with the ai editor in a bit. it just needs
    some visual cleanup.

    i'll upload a video when it's ready.


    i kind of lost the enthusiasm for the ai coding. i'll probably be back some other time. with the claude pay model i hit the wall pretty quick.

    And this thing put like 900 lines of comments in my js msg editor script!
    So, i could have it fix 3 little things and then it would want me to come
    back in 4 hrs. and then it said i hit the 'weekly limit' and i'm like wtf is that.
    I wasn't even doing that much with it. so i got a refund.

    I know it's just 20 bucks and i spend that much at the gas station every day or whatever, but i was surprised how limited the pay tiers are. it also wasn't doing what i asked. i asked to revert code and then make the fixes and it still did what it wanted to do and continued on with the bad code.

    If they were more giving i'd probably go mid tier and move around to the full tier and back.


    --
    "Before using Wildcat....This Company did not have a convenient way of
    looking after some of the richest clients in the world...Now we do!"
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::