How did you find CloudeCode's pricing for your project?
I considered using it, but the cost of writing a small Python app was about $15.
I've now purchased DeepSeek 4 (DS4) for $5 as a trial. I generated an API key and connected it via a plugin designed for DS4 that connects to VSCode's Copilot. I had them write the same app as before. It was a bit different, but it worked. It cost 25 cents.
Yesterday, I tried this method to see if it worked with B4X in VSCode and the
plugin: https://www.b4x.com/android/forum/threads/b4x-vs-code-b4x-ide-companion-%E2%80%94-a-complete-tutorial-for-cross-platform.170777/
Surprisingly, DS4 handles our B4X code remarkably well. In my large project with ABMaterial, I asked him to add new features: buttons, edit fields, and implement the logic according to the specified rules. He did everything well. He placed the code where it should be and created almost perfect user logic. Perhaps if I had been more specific, the results would have been better. Overall, it was a positive experience.
I use the $20/month tier. I have been using it pretty heavy for the last 2 weeks so I went into the app to see how I was using my tokens and such, and the 3 bar graphs were at 0%!!! I would be just fine with a $0.20/month plan!
For now, I would rather not use the Chinese tools, like Deepseek or Qwen, even though they are relatively well regarded.
I am looking at using Gemma4, the free Google tool you can download locally.
Over the weekend, I used Claude to help me with the migration of my main website, where the OS and all the standard utilities were well past the freshness date. It went really well, even though my workflow was definitely not as smooth as VS Code (details below). There was a lot of obsolete php code that had to be updated. The only real issue was migrating the ~200GB of data between the two hosts. The old host and the new one could not agree on a commonly supported security protocol for rsync so we ended up using a less secure method, which was not a problem for me since all the data on my website is freely downloadable anyways
But it did take 20 minutes before we could get that started. Once running, it went at about 25MB/s which was pretty good. Another example where I had been pushing this farther because I knew it would have been several weekends of work. It was done in about 4 hours, and 3 of those were the file transfer itself.
While waiting for the file transfer, we worked on a web app I started working on 2-3 years ago but never finished. Well, that's pretty much done now too
At the rate this is going, I might actually be able to retire at some point!
Workflow on the website: I use WinSCP over ssh to edit the files locally through my favorite text editor and WinSCP does the file transfer both ways in the background. This is actually pretty nice, but Claude has no integration for that, even though I am thinking of asking Claude to write one for me so that he could do the work instead of me... So I used the Claude Chatbox to ask questions and ask it to fix bugs or implement new features, it would tell me what commands to run on the server and paste the result (through a Putty box), occasionally it would create entirely new modules that I would upload via WinSCP. Lots of cut and pasting was required, but it got the job done. I even got compliments from Claude about my code