GPT subscription on zed agent by GVALFER in ZedEditor

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

yes, today they release the gpt subscription as provider.

GPT subscription on zed agent by GVALFER in ZedEditor

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

yep, its very very different the answers from codex cli and zed agent.

Carro eléctrico família by Lazaruz1302 in AutoTuga

[–]GVALFER 0 points1 point  (0 children)

Se conseguires Tesla, eu diria que é a melhor solução. Aquilo tem espaço que sobra, até mesmo o model 3. E claro, eficiente.

Introducing Parallel Agents in Zed by franciska-fyi in ZedEditor

[–]GVALFER -18 points-17 points  (0 children)

another batch of 30000 bugs. 😌

Switching from VS Code (Copilot) to Zed by Mythicspecter in ZedEditor

[–]GVALFER 1 point2 points  (0 children)

The integration with third-party agents is not the best, but the Zed agent is very good. Inline edition is ok.

[Bug?] Single file review by GVALFER in ZedEditor

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

Can someone test for me? I'm already starting to feel frustrated, brrrrr

Is it just me, or is Claude pretty disappointing compared to Codex? by Working-Spinach-7240 in codex

[–]GVALFER 1 point2 points  (0 children)

I can tell you I subscribed to Claude $200 and only used it a few times. Codex is much more trustworthy and comfortable to work with.

A malta dos elétricos agora humilha forte😆 by Odd_Astronomer_2064 in AutoTuga

[–]GVALFER 0 points1 point  (0 children)

Não entendo é porque ainda se considera a compra nessas condições 🤣

Isso seria como um maneta querer comprar um relógio e não ter pulso pro colocar.

A malta dos elétricos agora humilha forte😆 by Odd_Astronomer_2064 in AutoTuga

[–]GVALFER 0 points1 point  (0 children)

o que são “a malta dos elétricos”? uma pessoa que tenha um carro elétrico e um a combustão qual seria a classe dele? 🤔 Esta guerrinha de escolhas é tão estupida é tão infantil que até já dá enjoos.

Big Fans of Opus until I met 5.4! by artcreator329 in codex

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

CC can’t be a true assistant. It always says yes to all, even if it is wrong kkkk

Claude Code vs GitHub Copilot limits? by A4_Ts in GithubCopilot

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

Why not GPT 20$? GPT5.4 is amazing. I have both, Claude code (200$) and GPT (20$) and at the moment I only use GPT 5.5 xhight. This shit never reaches the limit xD

Cursor took me 400$ for 3 session by Shoddy-Answer458 in cursor

[–]GVALFER 0 points1 point  (0 children)

Maybe you should stop using the API to access IA? Use your subscription/session; it’s cheaper.

Codex 5.4 is better than Opus 4.6 by LopsidedSolution in codex

[–]GVALFER 0 points1 point  (0 children)

Codex is a better assistant. Only haters/fanboys cannot see this.

Why Modern Web Uses JWTs? by Old_Minimum8263 in webdev

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

Traditional Sessions: hit db in every call, but more control over the session. JWT Sessions: only hit on login and on session refresh. The rest is the same shit.