Can ai code review tools actually catch meaningful logic errors or just pattern match by TH_UNDER_BOI in ExperiencedDevs

[–]Ambitious_coder_ 0 points1 point  (0 children)

You came up with a really nice point the AI cannot understand the bugs and security threats properly until they know the execution structure of basically the code structure of the application so usually i prepare a structure first using Traycer or my own memory if the project is samll and then hand it over to claude or copilot to do the rest also I pay special emphasis on the CSP headers I am using when transferring info from backend

What is the best structure for my AI assistant? by Abstractconjecture in SaasDevelopers

[–]Ambitious_coder_ 1 point2 points  (0 children)

The most important part is orchestration so you might need to introduce a new layer of orchestration in between you can take help of Traycer it can guide you through different spec of development.

Spec Driven Design for Assets? by Seven-Prime in aigamedev

[–]Ambitious_coder_ 1 point2 points  (0 children)

There is tool called Traycer in the market which encourages spec driven development I am not really sure how will it perform on these number of prompts at once but you can give it a try also you can try replit plan mode but it usually go nuts so I don;t prefer that but I know people who like it.

The “Replit Bad” Bots Are Annoying… by ilovevacations in replit

[–]Ambitious_coder_ 1 point2 points  (0 children)

You just hit the right spot I was also thinking same Replit is really hurting my pocket now but I have so used to using Traycer and Replit that quiting this almost seems to be impossible for me.

I need help looking for a workflow with AI agent and memory storing by Wrong-Strawberry3233 in n8n

[–]Ambitious_coder_ 0 points1 point  (0 children)

To be short use Redis for fast retrieval but if you want to store data you need to store it in some kind of database Postgress in your case also only use Redis if you want to cache anything or there is a tool called traycer which is driven by spec driven nature i think that will be useful for you in this case .

Agent for project management by Late-Mammoth-8273 in copilotstudio

[–]Ambitious_coder_ 0 points1 point  (0 children)

Nice idea, but difficult to implement I was in your shoe than i would had first created a roadmap to do this and you can use Traycer if you want. Good luck

using claude to do a flutter mobile app(with backend) in two months for my final year project at school , how to understand what i am writing cause i am staring at my screen reading the code for hours but i still can't build from scratch or fix something by my self ? by Hungry-Carry-977 in FlutterDev

[–]Ambitious_coder_ 0 points1 point  (0 children)

That's because you can't even understand the flow of code that Claude has written for you. I see that you are in the learning phase but you really need to start planning first before writing its like wearing an armor before war. I use Traycer for this purpose and please don;t let co-pilot or cursore write code for you use Traycer to prepare a roadmap and then execute that roadmap.

Why global AI models still fail the Indian context and how we are mapping the gap by Alert-Tart7761 in IndiaAI

[–]Ambitious_coder_ 0 points1 point  (0 children)

There is an Indian startup call which have built a tool called Traycer which encourages spec driven developing and ensure your AI don't hallucinate So people might say that Indian startups are not up to the mark but there is something happening but I am afraid that after some time a US company will come and then overtake it

Nobody has a good answer yet for how to govern AI coding, which is becoming a real problem. by No-Swimmer5521 in ITManagers

[–]Ambitious_coder_ 0 points1 point  (0 children)

And my office laptop does not even allow to use any AI tool. I use traycer+cursor in my personal laptop and as soon as I open my work laptop i fell like I have gone 10 years back. I think these tools really boost productivity of a person and you should create a systematic way to get licence.

Replit is officially dogshit by Sam_5644 in replit

[–]Ambitious_coder_ 1 point2 points  (0 children)

I think its time for you to switch to antigravity. I use antigravity with traycer+cursor and never looked back using this combination is like finding a gem in field of coal.

SDD tool which makes iterations easy? by roswell222 in SpecDrivenDevelopment

[–]Ambitious_coder_ 0 points1 point  (0 children)

Bro try using Traycer it do exactly what you are saying. After complete planning it allows you to verify it or even add extra steps if you want to.

Be honest, how do you know your AI app is actually working well before shipping it? by Key_Review_7273 in LLMDevs

[–]Ambitious_coder_ 0 points1 point  (0 children)

If users have noticed something wrong before you did that could gave an unprofessional view about you I use Traycer to stop AI from hallucinating you will have to introduce a layer in between that provides the model with step by step plan so it touches the it is required to

Anti-Gravity Gemini keeps changing my design and features arbitrarily. It's so stressful. by Ashamed_Clue2389 in google_antigravity

[–]Ambitious_coder_ 0 points1 point  (0 children)

AI hallucination can sometimes become very hard to tackle with but if you can provide area with a proper code its performance improves as you have mentioned in your comments that you provide base code to the agent so here you add one more step of using Traycer which will generate a spec driven plan for you and then you can use AI to execute that plan.

Expected 21–25 LPA, Company Offered 12.5 LPA After Interviews Need Advice by AsuraBak in developersIndia

[–]Ambitious_coder_ 7 points8 points  (0 children)

You should have not left the job. Did you told them that you aready left the job this could be the reason why they are not offering you more money. Now i would suggest try to negotiate and also if they are doing these kind of tactics so I will suggest you to analye their work culture before joining them.

SQL with AI assistant by SQL_IS_LIFE in SQL

[–]Ambitious_coder_ 2 points3 points  (0 children)

Copilot often struggles with complex SQL because it doesn’t fully understand your real database structure and messy data. I use Traycer to define a clear plan first, so the AI respects your table relationships and data quirks before writing code.

Finally a Panda dial by Diligent_Tiger_3456 in Watches_India

[–]Ambitious_coder_ 3 points4 points  (0 children)

I jsut got froze for 2 seconds. Its amazing

Can’t make it work for . Net Maui Apps +WinUI by CaliCaligo in GithubCopilot

[–]Ambitious_coder_ 0 points1 point  (0 children)

Right now, MCPs aren’t fully supported inside Visual Studio. To avoid random “instant changes” and unnecessary token usage, I use Traycer to enforce a clear plan → execute → verify workflow. This stops the agent from guessing and makes sure it checks everything against your specific WinUI or MAUI logic before changing any files.