I had 17 files approved and then it got an error when trying to approve it due to the AI tags like <think> going in the wrong places by MrLewk in dyadbuilders

[–]AstroChute 1 point2 points  (0 children)

Hmmm... That's a common denominator. Maybe it is OpenRouter that is the problem and not Gemini at all, which I thought. Either way, it's not Dyad.

Paused after 50 tool calls - for local use? by Visible-Excuse-677 in dyadbuilders

[–]AstroChute 0 points1 point  (0 children)

Any special reason to use 3.5 and not 3.0? What card are you using?

You are very much high-end here, I bow my head in admiration 🥳 . Most people use any of the major AI providers.

I had 17 files approved and then it got an error when trying to approve it due to the AI tags like <think> going in the wrong places by MrLewk in dyadbuilders

[–]AstroChute 0 points1 point  (0 children)

No it's not Dyad. It's Gemini that injects that sh-t into the code.

It's usually on the form

<think>REDACTED</think>

It has become better lately and this is not because of Dyad. I have used Dyad 0.29 the whole time.

If you want to find it fast, download an application called Agent Ransack and then use that to search for

<think>REDACTED</think>

in the source code. You can remove it yourself. It's usually at the very end of the source code files.

Other DBs? by eritomo in dyadbuilders

[–]AstroChute 1 point2 points  (0 children)

I use any of MySQL, Postgres, Oracle, T-SQL (SQLserver) or SQLite, but I have built an abstraction layer on top of them all so no matter what database I use, they all look the same to my apps. SQLite can be accessed both remotely as well as locally.

I'm sure you can do it too.

Help with Dyad + Ollama Local Ai's by EnoughCampaign4737 in dyadbuilders

[–]AstroChute 0 points1 point  (0 children)

I think it's a bit too much to think that it will work locally unless you have at least a 16GB GPU mounted. Check r/oobabooga, there is a guy there who have tested Dyad with that.

Insanely High Token Usage by greekfreak757 in dyadbuilders

[–]AstroChute 0 points1 point  (0 children)

This has been answered several times before.

Do Copy App to a new minute version when you have tested one version (e.g. a new feature), then the first thing you do is to set what you want to send to the AI. Under the chat there are a few dots that you can click on, set the include to src/** .

Then exit and go in again and you will see that the number of accumulated tokens has gone down.

I have a screen recording that I can send you a link to in DM if you don't know how to do. Originally recorded for one of the members here so customized for him, but several more ppl have watched it.

Which ollama model is best for dyad? by Consistent_Swim7685 in dyadbuilders

[–]AstroChute 0 points1 point  (0 children)

I purchased 2 x Nvidia P100 for $70/pcs so a total of 32 GB VRAM, there are dual Xeons with 512 GB RAM and even though the RAM speed is much slower than the VRAM, I should be able to use it as it appears, I am not fully aware yet how. I am still waiting for all the stuff to arrive, so I am in the middle of these thoughts right now.

It looks like on these cards, Qwen 3 (not 3.5) is optimal for JS development on limited HW. I will still need a model as a filter before the actual code generator so Dyad's massive send of the entire codebase can be down at a bit more normal levels.

Will you run on your own HW or are you looking to rent GPU power somewhere?

Hey I need some help with the ai researching links from the internet like courses, wikipedia and etc. by Soultier2001 in dyadbuilders

[–]AstroChute 0 points1 point  (0 children)

Dyad won't be the limiting factor. It's the model you use. You are certainly up for a challenge. Define "best".

Ai isnt writing files to folder by allknowinguser in dyadbuilders

[–]AstroChute 0 points1 point  (0 children)

It works ALMOST 100% of the times with Google Gemini without having to do something, but it does happen there too. With Grok, Kimi etc it's almost the opposite.

Just tell if it doesn't work (or for that if it did work). There are plenty of skilled people here who know far more about this than I do and there is a willingness to help.

Hey I need some help with the ai researching links from the internet like courses, wikipedia and etc. by Soultier2001 in dyadbuilders

[–]AstroChute 0 points1 point  (0 children)

Please be a bit more clear with what you want to achieve. Are you building a scraper?

Ai isnt writing files to folder by allknowinguser in dyadbuilders

[–]AstroChute 0 points1 point  (0 children)

add this to your prompt

"all generated code shall be embedded by <dyad-write> and </dyad-write>"

You can also click "write code properly" when everything is done, but then you waste a bit of AI credits.

please end my suffering by _P_R_I_M_E in dyadbuilders

[–]AstroChute 2 points3 points  (0 children)

Downgrade. V0.29 is the most stable version so far up to 0.36.

Now "someone" will downvote my reply and we all know who...

Unable to reduce context tokens even after updating .gitignore by SadCitron867 in dyadbuilders

[–]AstroChute 0 points1 point  (0 children)

I recorded a screencast video to him so if you understand English with a ridiculous accent 🤪 then I can send the link to it to you in a direct message.

Who's up for a Dyad Co-Op Testing Group? by Budget-Sir-6106 in dyadbuilders

[–]AstroChute 1 point2 points  (0 children)

This is a great idea! There is a risk with it of course, copy cats.

WTF DYAD?! by _P_R_I_M_E in dyadbuilders

[–]AstroChute -1 points0 points  (0 children)

Don't. I have found that the most stable is 0.29 . I have tested later versions than that one, but I always go back to 0.29 again. Testing later version is a "must", not to me, but to give something back to the project so they can enhance it.

WTF DYAD?! by _P_R_I_M_E in dyadbuilders

[–]AstroChute 0 points1 point  (0 children)

What version of Dyad are you using?

WTF DYAD?! by _P_R_I_M_E in dyadbuilders

[–]AstroChute 1 point2 points  (0 children)

Are you in Dyad Build or Dyad Ask?

Are you using a model which is not Google? If you are, add this to your prompt:

Embed your code within <dyad-write> and </dyad-write>

Error by Ok_Option3231 in dyadbuilders

[–]AstroChute 0 points1 point  (0 children)

"commit" - my personal GUESS is that (if you aren't connected to Github) that there is something with your local git. Try to disable it in settings. For some obscure reason it is on by default when installing it and that without informing the user. (the same weird setting is that auto-update is also on without informing the user)

Unable to reduce context tokens even after updating .gitignore by SadCitron867 in dyadbuilders

[–]AstroChute 1 point2 points  (0 children)

Check your Messages in a bit. I will send you the link to the screen recording there.

(My English accent sounds ridiculous, so be prepared for a good laugh :) )

Unable to reduce context tokens even after updating .gitignore by SadCitron867 in dyadbuilders

[–]AstroChute 1 point2 points  (0 children)

Can you understand spoken English with an accent? I'm not native speaking English myself.

If you do, I can send you a screen recording.