Bitcoin Forum
December 25, 2025, 10:57:41 PM *
News: Latest Bitcoin Core release: 30.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3]  All
  Print  
Author Topic: Developing projects with AI  (Read 1253 times)
Vod (OP)
Legendary
*
Offline Offline

Activity: 4298
Merit: 3378


Licking my boob since 1970


View Profile WWW
December 19, 2025, 04:38:15 PM
 #41

Thanks for sharing the guide! It’s definitely worth a shot on a machine with a GPU. The experience difference between using your CPU and even a 3060 would be huge!

YW, but it's almost a year old now.  I moved from DS to ChatGPT and now I'm with Gemini and Antigravity (thx to @TryNinja for the hookup!).  I think my next step will be a dedicated server for a LLLM.  (Local Large Language Model) so I can finally move away from Google Assistant playing the wrong music at night and ruining my mood.  :/

release date jan 14 means you are going to be busy over christmas lol

Almost done, actually!  I can release a BETA before xmas, but who wants to code when spiced rum and eggnog is socially acceptable?  I think the natural release date is Jan 1, 2026.

Vod (OP)
Legendary
*
Offline Offline

Activity: 4298
Merit: 3378


Licking my boob since 1970


View Profile WWW
December 23, 2025, 10:13:58 PM
 #42

My AI project is complete, and using Antigravity it took me 14 days in total!  The design is gorgeous, there are no bugs, and it is lighting fast.  This was my test project, and now I'm going to start work on a bitcoin browser game.   It's based off an actual fun game I use to play, and it will reward bitcoin as prizes. 

There is a lot of negativity recently around AI, for good reason, so I want to explain how I am doing something positive with AI.

First, I have a background as a coder.  I started in 1983 so I know what I am doing, but the programming languages, best practices and open source tools change so rapidly I can no longer keep up.  I also was never a designer but I rely on design for inspiration, so I had to pay someone to make every image and change them as my ideas changed.   These would probably not be large issues if I didn't have a brain injury, but with my poor typing dexterity in my left hand, I can make typing mistakes constantly, leading to slow development and frustrating troubleshooting.  For any programmer, using AI to write a common subroutine would be no different than maintaining your own script repository, but they would frown upon AI writing original code. 

Programming this extension took me about the same time it would have if I had coded it myself in my younger days (minus the design).  AI is great for "slop", or generating existing code but if you ask it for something new, it can really go wild in its logic.  You must be precise in prompts, plan for future features yourself and make sure AI doesn't remove the novel code you wrote.    I spent hours revising specific features, but I did not code those revisions myself. 

To me, that's where AI turns from a garbage generator to a lifesaver.  You won't see me creating forum content with AI (wearing a sig would make that fraud) but I am using AI to help me write the exact specific code some systems require.  Things I can no longer do myself.

IsraelK
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
Today at 08:28:08 PM
 #43

I wanted to provide an update on my AI project experience.

When I started two months ago, I would have told you I could complete my project before I went to sleep - Deepseek was that good at doing exactly what I wanted...  Over the last few weeks I've struggled to make much progress just like when I was coding manually.  When I first told it what I wanted, it designed it perfectly.   Then I started to add features and that is where the problem started.

DS would write a function a different way than it wrote for me a day before (example:  passing a parameter in post body vs querystring) and then my code would break.  Rather than fixing what I knew was the issue, I wanted DS to recognize it.  It did, but only after I provided fresh affected code and/or table definitions.   Since I used DS to code things I had no idea of (event handlers on browser clicks for example), it would tell me I was missing this and add it to that, but then later it may tell me to add the same this to a different that, duplicating functions and leading to troubleshooting anxiety.   Also, every now and then DS will give me code that contains a missing closing tag...

I wanted AI to code this entire project based on my input.  I continue to believe that AI is great for mundane tasks like syntax or logic checking, but it cannot be used as a substitute for overall project development.   If I wasn't a coder before, I would have no idea what to ask or tell DS.    Those of you who are waiting on some features I promised; I still feel I can complete it by the end pf this month.

I can definitely relate to this. AI is impressive at getting an initial design or feature off the ground, but once a project grows, consistency and architectural awareness become the real challenge. Another issue I’ve noticed is that AI doesn’t retain a true mental model of the entire codebase, so small implementation differences can quietly compound into bigger problems. Used as a productivity aid rather than a replacement for engineering judgment, it’s still incredibly valuable.
Pages: « 1 2 [3]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!