Bitcoin Forum
August 30, 2026, 06:26:36 PM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 [23]  All
  Print  
Author Topic: [TOOL] ⭐Bitcointalk BRDb score  (Read 7377 times)
Gragebox
Member
**
Offline

Activity: 111
Merit: 22


View Profile
August 22, 2026, 02:54:33 PM
Merited by *Ace* (1)
 #441


We still are a t the complete beginning of the AI revolution. AI are still in their infancy, this is why there are the problems that we al recognise. But if you think at the rate of improvements of these systems, it will be difficult to even imagine where we will be in 10 years.
It feels like we are only on the precipice of the AI revolution. Everything happening now seems par for the course as we go through the growing pains. It seems more shocking how rapidly this is progressing. Imagine how far ahead AI would be in 10 years, if it continues on at this current pace, then the real work will be what we do with it, and how we adapt to it.
Lillominato89
Legendary
*
Offline

Activity: 1484
Merit: 1298



View Profile WWW
August 24, 2026, 05:20:21 AM
 #442


We still are a t the complete beginning of the AI revolution. AI are still in their infancy, this is why there are the problems that we al recognise. But if you think at the rate of improvements of these systems, it will be difficult to even imagine where we will be in 10 years.
It feels like we are only on the precipice of the AI revolution. Everything happening now seems par for the course as we go through the growing pains. It seems more shocking how rapidly this is progressing. Imagine how far ahead AI would be in 10 years, if it continues on at this current pace, then the real work will be what we do with it, and how we adapt to it.

I’m convinced that in 10 years’ time, artificial intelligence will have advanced so far that it will replace many jobs that currently require human involvement.
They’ve already made huge strides in the medical field.
This is what the future will look like; this is the path they intend to take.
And I use AI to draw silly pictures  Grin

*Ace* (OP)
Hero Member
*****
Online Online

Activity: 518
Merit: 949



View Profile
August 24, 2026, 07:37:13 AM
 #443

You’ll find loads and loads of bugs  Grin
I worked on BRDB all night today, but I didn’t manage to sort out much. I’ve completely removed every reference to BitList, as I’m no longer using the BitList APIs.
I tried scraping the profiles with my scraper but something’s gone wrong; I’ll have another go tomorrow if I’ve got time.
I don’t use Claude, but I’m using Qwen Coder for help and I’d say I’m getting good results
I am not using any AI toold for coding so they are all the same for me  Wink
Problem with them fixing bugs is that they are creating new bugs in the process, this is what I heard from some developers recently.
Be careful, and never really or fully trust any of this tools.

Man, this is so true!  Smiley
Previously, when I made a simple expense manager app using Codex, the same thing happened with me. There were like hundreds of errors/bugs.
One time the UI is messed up, one time the login button wouldn't work, another time the whole calculation logics breaks down.
Every time I fixed one bug, two more would take it's place! So, it took me more than 30-40 builds/versions before I could have perfected my app.
AI tools are really powerful that I admit, but what experience told me is that when you start using one you need to hand feed him everything.
Do this, do that, be careful not to touch that, don't go there, it needs to be done this way. The more detail you explain it things, the better it works (though it still misses a few things).






Lol This is exactly what happens to me every time I rely on deepseek or Qwen coder. The problem is that you have to give specific commands limited to that action, otherwise it makes unwanted changes that then maybe create further bugs. Anyway, I should have some time tonight and I'll get back to fixing the project! Intent data collection continues smoothly


Gragebox
Member
**
Offline

Activity: 111
Merit: 22


View Profile
August 24, 2026, 01:22:09 PM
 #444

Lol This is exactly what happens to me every time I rely on deepseek or Qwen coder. The problem is that you have to give specific commands limited to that action, otherwise it makes unwanted changes that then maybe create further bugs. Anyway, I should have some time tonight and I'll get back to fixing the project! Intent data collection continues smoothly
DeepSeek and Qwen can both be excellent tools for writing AI code, but you really need to tell it exactly what you want within some limits, or it will start changing pieces of your project that should never have been touched. Often, one change can lead to yet more bugs, and it can become a struggle to track things down with many small, unplanned, changes. My strategy is now to give one specific task, tell it exactly what I want it to change (and, just as importantly, what it definitely shouldn't) and then to run the code and see what I need to fix in the next round. The intent data is coming in fine, and once the code can be stabilized, it will be interesting to see how that data turns out to be useful for project improvements.
*Ace* (OP)
Hero Member
*****
Online Online

Activity: 518
Merit: 949



View Profile
August 25, 2026, 12:47:28 PM
Merited by dkbit98 (1)
 #445

Last night I made some more new changes.
I removed all references to bitlist, removed the global feed Tab which was consuming a huge amount of worker resources, It exceeded Cloudflare's free plan limit by about 1400 times.
I then started fixing profile scraping directly from bitcointalk, every time you write a post or send or receive a merit, your profile will be updated. At least I hope it works!
There are still bugs to be solved, but I'm slowly fixing them.

fillippone
Legendary
*
Online Online

Activity: 2996
Merit: 21363


Duelbits.com - Rewarding, beyond limits.


View Profile WWW
August 26, 2026, 01:02:33 PM
 #446

I am starting to think that this tool might have a true value in detecting farming accounts, trying to elaborate patterns over posts and merits.
One cool feature would be trying to understand if there are “big feeders” in merits from a single account.

DYING_S0UL
Legendary
*
Offline

Activity: 1134
Merit: 1207


The Alliance Of Bitcointalk Translator - AOBT


View Profile WWW
August 26, 2026, 07:03:44 PM
 #447

Lol This is exactly what happens to me every time I rely on deepseek or Qwen coder. The problem is that you have to give specific commands limited to that action, otherwise it makes unwanted changes that then maybe create further bugs. Anyway, I should have some time tonight and I'll get back to fixing the project! Intent data collection continues smoothly

Where/which platform are you using to run them exactly? I mean are they like subscription based? Or locally runnable LLM models? I personally, used all of the types. Right now I have a couple downloaded in my machine which I run locally. They aren't perfect but they are capable enough for small simple tasks. And when they can't fix my problems anymore, I turn to online version of Claude or Chatgpt!

These are the locally available LLM on my device (accessible through LM Studio or Ollama). Since I have a high end GPU, they don't give any pain.



As for giving specific commands, I learned that their thinking should be kept at normal/medium mode. If you set it high/extreme, they would go above and beyond your instructions, making something entirely different that you never wanted. And keeping it low has it's disadvantages also. So I just keep it to medium mode.

I am starting to think that this tool might have a true value in detecting farming accounts, trying to elaborate patterns over posts and merits.
One cool feature would be trying to understand if there are “big feeders” in merits from a single account.

In case you didn't notice, someone else made a similar tool, that in short can be describe as an analyzer for accounts. It's a cool project that can find certain patterns (seems still in developments).

Multi-Account-Scanner by jahead

▄▄███████████████████▄▄
▄███████████████████████▄
████████████████████████
█████████████████████████
████████████████████████
████████████▀██████▀████
████████████████████████
█████████▄▄▄▄███████████
██████████▄▄▄████████████
████████████████████████
████████████████▀▀███████
▀███████████████████████▀
▀▀███████████████████▀▀
 
 EARNBET 
██
██
██
██
██
██
██
██
██
██
██
██
██
███████▄▄███████████
████▄██████████████████
██▀▀███████████████▀▀███
▄████████████████████████
▄▄████████▀▀▀▀▀████████▄▄██
███████████████████████████
█████████▌██▀████████████
███████████████████████████
▀▀███████▄▄▄▄▄█████████▀▀██
▀█████████████████████▀██
██▄▄███████████████▄▄███
████▀██████████████████
███████▀▀███████████
██
██
██
██
██
██
██
██
██
██
██
██
██


▄▄▄
▄▄▄███████▐███▌███████▄▄▄
█████████████████████████
▀████▄▄▄███████▄▄▄████▀
█████████████████████
▐███████████████████▌
███████████████████
███████████████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀

 King of The Castle 
 $200,000 in prizes
██
██
██
██
██
██
██
██
██
██
██
██
██

 62.5% 

 
RAKEBACK
BONUS
*Ace* (OP)
Hero Member
*****
Online Online

Activity: 518
Merit: 949



View Profile
August 29, 2026, 03:28:55 PM
 #448

Lol This is exactly what happens to me every time I rely on deepseek or Qwen coder. The problem is that you have to give specific commands limited to that action, otherwise it makes unwanted changes that then maybe create further bugs. Anyway, I should have some time tonight and I'll get back to fixing the project! Intent data collection continues smoothly

Where/which platform are you using to run them exactly? I mean are they like subscription based? Or locally runnable LLM models? I personally, used all of the types. Right now I have a couple downloaded in my machine which I run locally. They aren't perfect but they are capable enough for small simple tasks. And when they can't fix my problems anymore, I turn to online version of Claude or Chatgpt!

These are the locally available LLM on my device (accessible through LM Studio or Ollama). Since I have a high end GPU, they don't give any pain.



As for giving specific commands, I learned that their thinking should be kept at normal/medium mode. If you set it high/extreme, they would go above and beyond your instructions, making something entirely different that you never wanted. And keeping it low has it's disadvantages also. So I just keep it to medium mode.

I am starting to think that this tool might have a true value in detecting farming accounts, trying to elaborate patterns over posts and merits.
One cool feature would be trying to understand if there are “big feeders” in merits from a single account.

In case you didn't notice, someone else made a similar tool, that in short can be describe as an analyzer for accounts. It's a cool project that can find certain patterns (seems still in developments).

Multi-Account-Scanner by jahead

I'm using deepseek and Qwen coder 3.8 but without subscriptions, I mainly use their web versions, I had taken a subscription with Claude some time ago, But in my opinion the tokens they gave with the subscription were too few and I never signed up for another subscription. I'm getting along well with Qwen, but it has many limitations in my opinion, or maybe I just don't know how to give commands in the right way.

DYING_S0UL
Legendary
*
Offline

Activity: 1134
Merit: 1207


The Alliance Of Bitcointalk Translator - AOBT


View Profile WWW
August 29, 2026, 04:04:24 PM
Merited by *Ace* (1)
 #449

I'm using deepseek and Qwen coder 3.8 but without subscriptions, I mainly use their web versions, I had taken a subscription with Claude some time ago, But in my opinion the tokens they gave with the subscription were too few and I never signed up for another subscription. I'm getting along well with Qwen, but it has many limitations in my opinion, or maybe I just don't know how to give commands in the right way.

Man, when it comes to token limits, Claude is the worst. A few commands and you are out of it, it finishes way to soon. The other day I was working on fixing/updating a topic with a lots of tables, and I had to switch between 3 Claude accounts just to get the work done. I kept getting rate limited, lol. Still, I prefer it because it gives me the most accurate (what I want) results. Another thing I noticed today was sometimes you have to lie in order to get past the usual restrictions. Otherwise he would deny his service. So I had to come up with another story to get the work done, so it seems how well your prompt is written is what really matters if you want better results.

Btw, what's the progress with BRDb? Still scraping the data? The merit stats are still blank!  Lips sealed

▄▄███████████████████▄▄
▄███████████████████████▄
████████████████████████
█████████████████████████
████████████████████████
████████████▀██████▀████
████████████████████████
█████████▄▄▄▄███████████
██████████▄▄▄████████████
████████████████████████
████████████████▀▀███████
▀███████████████████████▀
▀▀███████████████████▀▀
 
 EARNBET 
██
██
██
██
██
██
██
██
██
██
██
██
██
███████▄▄███████████
████▄██████████████████
██▀▀███████████████▀▀███
▄████████████████████████
▄▄████████▀▀▀▀▀████████▄▄██
███████████████████████████
█████████▌██▀████████████
███████████████████████████
▀▀███████▄▄▄▄▄█████████▀▀██
▀█████████████████████▀██
██▄▄███████████████▄▄███
████▀██████████████████
███████▀▀███████████
██
██
██
██
██
██
██
██
██
██
██
██
██


▄▄▄
▄▄▄███████▐███▌███████▄▄▄
█████████████████████████
▀████▄▄▄███████▄▄▄████▀
█████████████████████
▐███████████████████▌
███████████████████
███████████████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀

 King of The Castle 
 $200,000 in prizes
██
██
██
██
██
██
██
██
██
██
██
██
██

 62.5% 

 
RAKEBACK
BONUS
*Ace* (OP)
Hero Member
*****
Online Online

Activity: 518
Merit: 949



View Profile
August 29, 2026, 04:09:58 PM
 #450

I'm using deepseek and Qwen coder 3.8 but without subscriptions, I mainly use their web versions, I had taken a subscription with Claude some time ago, But in my opinion the tokens they gave with the subscription were too few and I never signed up for another subscription. I'm getting along well with Qwen, but it has many limitations in my opinion, or maybe I just don't know how to give commands in the right way.

Man, when it comes to token limits, Claude is the worst. A few commands and you are out of it, it finishes way to soon. The other day I was working on fixing/updating a topic with a lots of tables, and I had to switch between 3 Claude accounts just to get the work done. I kept getting rate limited, lol. Still, I prefer it because it gives me the most accurate (what I want) results. Another thing I noticed today was sometimes you have to lie in order to get past the usual restrictions. Otherwise he would deny his service. So I had to come up with another story to get the work done, so it seems how well your prompt is written is what really matters if you want better results.

Btw, what's the progress with BRDb? Still scraping the data? The merit stats are still blank!  Lips sealed

I haven't had the chance to work on it these days, I've been completely absent from the forum too.
This evening I'll try to fix something, unfortunately the Merit statistics tab took the data already prepared from bitlist. Data that unfortunately I no longer receive, but I have an idea and I hope it works, take the data from loucev's Merit list which should have senders and receivers, but unfortunately I can't divide them by board.
Or maybe yes, but I have to work on it so I can take them in an alternative way

DYING_S0UL
Legendary
*
Offline

Activity: 1134
Merit: 1207


The Alliance Of Bitcointalk Translator - AOBT


View Profile WWW
August 29, 2026, 11:06:10 PM
 #451

I haven't had the chance to work on it these days, I've been completely absent from the forum too.
This evening I'll try to fix something, unfortunately the Merit statistics tab took the data already prepared from bitlist. Data that unfortunately I no longer receive, but I have an idea and I hope it works, take the data from loucev's Merit list which should have senders and receivers, but unfortunately I can't divide them by board.
Or maybe yes, but I have to work on it so I can take them in an alternative way

Yeah man I totally understand you! I have been also busy myself. Real life stuff! Totally sucks...  Sad
Now can't you just acquire the data from BitList again? Little by little....(without slowing down BitList).
As for your suggestion about Qwen coder, man it's freaking awesome! Just signed in this evening and starting coding right away! Actually, this is my first time using Qwen Coder specifically (used paid codex before), this version to be precise. Used the local LLM's but this feels totally different.

▄▄███████████████████▄▄
▄███████████████████████▄
████████████████████████
█████████████████████████
████████████████████████
████████████▀██████▀████
████████████████████████
█████████▄▄▄▄███████████
██████████▄▄▄████████████
████████████████████████
████████████████▀▀███████
▀███████████████████████▀
▀▀███████████████████▀▀
 
 EARNBET 
██
██
██
██
██
██
██
██
██
██
██
██
██
███████▄▄███████████
████▄██████████████████
██▀▀███████████████▀▀███
▄████████████████████████
▄▄████████▀▀▀▀▀████████▄▄██
███████████████████████████
█████████▌██▀████████████
███████████████████████████
▀▀███████▄▄▄▄▄█████████▀▀██
▀█████████████████████▀██
██▄▄███████████████▄▄███
████▀██████████████████
███████▀▀███████████
██
██
██
██
██
██
██
██
██
██
██
██
██


▄▄▄
▄▄▄███████▐███▌███████▄▄▄
█████████████████████████
▀████▄▄▄███████▄▄▄████▀
█████████████████████
▐███████████████████▌
███████████████████
███████████████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀

 King of The Castle 
 $200,000 in prizes
██
██
██
██
██
██
██
██
██
██
██
██
██

 62.5% 

 
RAKEBACK
BONUS
fillippone
Legendary
*
Online Online

Activity: 2996
Merit: 21363


Duelbits.com - Rewarding, beyond limits.


View Profile WWW
Today at 10:23:03 AM
 #452


I'm using deepseek and Qwen coder 3.8 but without subscriptions, I mainly use their web versions, I had taken a subscription with Claude some time ago, But in my opinion the tokens they gave with the subscription were too few and I never signed up for another subscription. I'm getting along well with Qwen, but it has many limitations in my opinion, or maybe I just don't know how to give commands in the right way.

You can try GLM, apparently this open weight system deliver the same agentic capabilities of Opus 4.8.
Things are moving fast in this industry.
The have just released GLM 5.3

https://openlm.ai/glm-5.3/


*Ace* (OP)
Hero Member
*****
Online Online

Activity: 518
Merit: 949



View Profile
Today at 04:16:35 PM
Merited by fillippone (3)
 #453


I'm using deepseek and Qwen coder 3.8 but without subscriptions, I mainly use their web versions, I had taken a subscription with Claude some time ago, But in my opinion the tokens they gave with the subscription were too few and I never signed up for another subscription. I'm getting along well with Qwen, but it has many limitations in my opinion, or maybe I just don't know how to give commands in the right way.

You can try GLM, apparently this open weight system deliver the same agentic capabilities of Opus 4.8.
Things are moving fast in this industry.
The have just released GLM 5.3

https://openlm.ai/glm-5.3/



Never heard of glm
But this has to be done locally and not via a web page, right? I'll take a look at it tonight and see if it's right for me or not, and if I can I'll fix some other bugs. I'll most likely need to use another database, because the Cloudflare one is starting to stop reading and writing rows because I go over the limit.

fillippone
Legendary
*
Online Online

Activity: 2996
Merit: 21363


Duelbits.com - Rewarding, beyond limits.


View Profile WWW
Today at 04:47:00 PM
 #454


I'm using deepseek and Qwen coder 3.8 but without subscriptions, I mainly use their web versions, I had taken a subscription with Claude some time ago, But in my opinion the tokens they gave with the subscription were too few and I never signed up for another subscription. I'm getting along well with Qwen, but it has many limitations in my opinion, or maybe I just don't know how to give commands in the right way.

You can try GLM, apparently this open weight system deliver the same agentic capabilities of Opus 4.8.
Things are moving fast in this industry.
The have just released GLM 5.3

https://openlm.ai/glm-5.3/



Never heard of glm
But this has to be done locally and not via a web page, right? I'll take a look at it tonight and see if it's right for me or not, and if I can I'll fix some other bugs. I'll most likely need to use another database, because the Cloudflare one is starting to stop reading and writing rows because I go over the limit.

Well, of course it depends on your hardware. But generally speaking I guess no, unless you have a monster in your studio.
I would recommend some services like ollama.com.
This is a good compromise, in my experience.

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 [23]  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!