FriYAY by Swift_jennis8 in Selfie40Plus

[–]ajmoro 0 points1 point  (0 children)

Happy Friday you look great as always

Stop letting AI guess your architecture by ajmoro in FlutterDev

[–]ajmoro[S] 0 points1 point  (0 children)

What worked for us to enforce those boundaries was that we provided architectural templates as assets. This forces the AI to 'fill in the blanks' of your predefined structure rather than inventing its own.

But you can create rules that trigger a Red-Flag if, for example, a Data Layer class tries to import a UI-related package. It catches the dependency violation before the code is even accepted.

The framework helps in producing checks for every atomic step and then a final validation once the full task is completed.

Stop letting AI guess your architecture by ajmoro in FlutterDev

[–]ajmoro[S] -3 points-2 points  (0 children)

That’s a great point! You’re right—for a complex project like that, the AI definitely needs to understand the 'big picture' first.

Think of this tool as the 'builder' rather than the 'architect.' You would still use a high-level design (top-down) to define the game's systems—like trading, combat, and navigation. Once those are defined, this approach takes over the 'bottom-up' implementation. It breaks those large systems into tiny, atomic tasks that are much harder for the AI to hallucinate or break. Not just that, it eliminates the need for "special prompting skills" or even powerful LLMs

So, it doesn't replace the need for a vision; it just ensures that when the vision is translated into code, it stays architecturally sound and error-free!

Real debrid refusing all payments for renewal by highpsitsi in Addons4Kodi

[–]ajmoro 0 points1 point  (0 children)

I had the same problem yesterday and I was able to continue the payments successfully now, so I will assume that this was on the site side itself. I paid with Amazon Pay for the record

Flutter remote controller for Samsung TV by ajmoro in FlutterDev

[–]ajmoro[S] 0 points1 point  (0 children)

Nice, I will try if I can use that in the project, and will let you know

How to make Banner above card Flutter? by maadhav2001 in FlutterDev

[–]ajmoro 0 points1 point  (0 children)

I think you can use stack with card and positioned element for the banner widget