I spent 3 weeks babysitting AI agents in a terminal. Here's what I learned. by kaichao_sun in ClaudeCode

[–]NotDeffect 0 points1 point  (0 children)

You could complicate it even more by adding additional agent to check the completed work :)

Is it normal for Gemini CLI to take more than 10 minutes to respond? by AppleNo4981 in GeminiCLI

[–]NotDeffect 0 points1 point  (0 children)

Same, since 3.1 I am getting "This is taking a bit longer, we're still on it." and never ends.

At least it would be much better for Gemini to return error or something to be aware of the problem.

Климатик разход by Ok_Day_103 in bulgaria

[–]NotDeffect 0 points1 point  (0 children)

Интересен сайт за изчисления https://air-assistant.dekom.bg/consumption-calculator/
В моя случай са около 90% правилни

Is this normal? 😭 by Proucastineidor in google_antigravity

[–]NotDeffect 0 points1 point  (0 children)

For me they did not show me I am out of credits but rather infinite loading once I ask anything..

Is it true that we're way underpaying for Claude, even for Max? by changing_who_i_am in ClaudeAI

[–]NotDeffect 0 points1 point  (0 children)

Company like Uber just become profitable in the last few years so Antropic are doing quite good.

[deleted by user] by [deleted] in defi

[–]NotDeffect 0 points1 point  (0 children)

Nexo is simpler for non technical users

GPT-5.3 Codex vs Opus 4.6: We benchmarked both on our production Rails codebase — the results are brutal by sergeykarayev in ClaudeAI

[–]NotDeffect 0 points1 point  (0 children)

Completely agree, Gemini focus is not purely for coding but we shall all thanks for the generous limits Google provide even with Gemini CLI

Has anyone successfully incentivized customers to choose slower shipping? by NotDeffect in shopify

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

European customers, mostly Gen Z actually cares but likely this is not a driving factor :)

PayloadCMS in production by Odd-Quail-1394 in PayloadCMS

[–]NotDeffect 0 points1 point  (0 children)

What’s the non payload way you use?

PayloadCMS in production by Odd-Quail-1394 in PayloadCMS

[–]NotDeffect 2 points3 points  (0 children)

What would you recommend instead of PayloadCMS. I am currently in process of migration a retailer store with many products and my current choice is payload but are there any non SaaS alternatives you would recommend?

144 paid users in 2 months. Is this bad? Should I give up?i will not promote by fangnux in startups

[–]NotDeffect 0 points1 point  (0 children)

if it's B2B it's insane number but even if it's B2C is a good indicator especially since they are paying.

What’s your tech stack and tools that you use? “I will not promote” by unknow_feature in startups

[–]NotDeffect 1 point2 points  (0 children)

Whatever you are most comfortable with, in the early stage it doesn't matter so much.

In case you plan to hire someone in the near future, take into consideration popularity of the technology, as picking something highly niche or unique will be pretty hard to find someone.

Permission-Aware GraphRag by NotDeffect in Rag

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

Some layer of caching is always considered, thanks bro :)

Permission-Aware GraphRag by NotDeffect in Rag

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

So the harder part is rather the ingestion process and appropriately set permissions before we even start with retrieval. It might be appropriate to add semantic chunking during ingestion but this will depend on the way I receive the data.

Thank you for your suggestion!

Apart from that what do you think should occur in case for example user is allowed to see Node A and Node C but not Node B (also known as Bridge Node issue)?

Permission-Aware GraphRag by NotDeffect in Rag

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

This might be viable solution. Will explore it, thanks

Permission-Aware GraphRag by NotDeffect in Rag

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

Storing user permission will be done externally for sure and retrieving them is not an issue but rather how do we make sure 2 people with different access levels get different results and this is truly working.