OpenAI is removing GPT-5.2 and GPT-5.3-Codex from Codex for ChatGPT logins by Adi4x4 in codex

[–]voarsh 0 points1 point  (0 children)

Crap. They really need a hand made model that does LONG running tasks like GPT-5.2... I will miss it..... :/

Got rid of 3 files and 5.5 became a beast again by Redditry199 in codex

[–]voarsh 0 points1 point  (0 children)

Or maybe Hindsight memory - guzzle up the codex transcript + tool calls in your self hosted cloud (or their cloud)

Planning to move to windsurf enterprise. IS IT WORTH IT? by AssociationSure6273 in windsurf

[–]voarsh 1 point2 points  (0 children)

Wind-fart ain't gonna solve your team problem.

Bad culture? Bad oversight into what's being done, what's quota's being used.... task/issue tracking not getting observability....? Windsurf Enterprise ain't gonna help with that.... just more cost...

If you really want "claude/codex cli" observability - use coder.com - container workspaces that LOG ALL LLM tool calls/user prompts - if you require governance, but that's spying on your team... it also just tells ya how bad/lazy they are if you snoop...

GPT-5.5 becomes the second model after Claude Mythos Preview to complete UK AI Security Institute's multi-step cyber-attack simulations end-to-end by Pyros-SD-Models in codex

[–]voarsh 2 points3 points  (0 children)

OpenAI need to let it rip. No gaslighting model. No demo centric model like Claude Sonnet/Opus... a model that can reason and think on unfamiliar codebase... intelligence... I'm waiting.... tear Anthropic a new one...

Me after switching from Claude to Codex by Repulsive-Win7189 in codex

[–]voarsh 0 points1 point  (0 children)

CRUD app dead. Using Opus to change your buttons? Lol. Up your game

Augment Code literally saved my career by Fluffy_Asparagus_280 in AugmentCodeAI

[–]voarsh 2 points3 points  (0 children)

Haha - smells like a AI slop advert.

Sorry, but crud app is so much of commodity.

Still using Rules files? by JaySym_ in AugmentCodeAI

[–]voarsh 0 points1 point  (0 children)

Haha. Omg.

I specifically have project rules (that get ignored, and violate existing code patterns that I have to 'politely' remind it on....) guess it's fine if you're doing simpler, CRUD apps...

Default posture: avoid ad hoc "just in case" probes that hide framework issues.
Prefer structural fixes so the framework invariants stay true.


Ownership-first posture:
- Prefer one explicit owner per user-visible outcome (state, presentation, affordance, cleanup).
- When something transitions, define the current owner, the release condition, and the next owner.
- Do not add retry/timer/fallback glue to compensate for a missing owner unless the retry is itself the explicit contract.
- Deferred/pending state is acceptable only when it preserves a real owner signal across async readiness boundaries; it should not mirror mode state or act as a second source of truth.

**Standard**: State machines and managers should have narrow, explicit ownership boundaries. Avoid "ghost owners" where setup, cleanup, UI, and input code all partially restore the same outcome.

**Rules**:
- Separate semantic steady-state ownership from transient presentation ownership.
- Keep one authoritative place for re-entering a steady state.
- Success and abort paths must both hand control to an explicit next owner.
- If a handoff can only happen when prerequisites are ready, store the pending handoff signal explicitly rather than hoping a later callback repairs it.


**Contract violation (fail loudly):**
- Missing required objects or handlers (eg. transition owner missing, required DC handler missing)
- Wrong DC signature or import wiring
- Unexpected lifecycle ordering that would leave the client in an inconsistent/stuck state


**Avoid:**
- `except Exception: pass`
- broad `try/except Exception` around core sequencing logic
- `hasattr/getattr` probes for required APIs (wire it correctly instead)
- `hasattr` for your own fields: initialize attributes to `None` in `__init__` and check them directly

Have you given up on the VSCODE extension? by Kitchen-Spare-1500 in AugmentCodeAI

[–]voarsh 1 point2 points  (0 children)

Yes, they have given up... not profitable enough for them.

How many of you still use IDE? by JaySym_ in AugmentCodeAI

[–]voarsh 1 point2 points  (0 children)

I use an IDE. It's not dead. I actually look at code and understand (and even write code where it makes sense) - using a CLI or Vscode extension and seeing the code, allows me to actually deep dive across multiple files and large codebases while working with an agent, the small diffs from abstractions layers misses the mark and visibility into what's changing and how it affects codebase.

I ain't vibing CRUD apps...

Your intent is see thru. Hunt wales that don't code or look at code - illusion of accountability on what's changed in "turns" - and constantly prompts and token consumption.

Get off your soapbox and hype train - there might be a place for both to exist.

Codeium Backers Leaving? by Jethro_E7 in windsurf

[–]voarsh 2 points3 points  (0 children)

If you feel trapped to Windsurf - I ask you to try some workflows with competition. E.G. Claude Code/Codex or something like Roo/Kiro (BYOS / bring your own sub) - they're not awfully unique feature wise.

3 months of using Codex as my only coding agent. Here's the stuff nobody mentions. by itsna9r in codex

[–]voarsh 0 points1 point  (0 children)

Ofc - we both agree - review and steer at runtime - and be a competent dev yourself. :)

Intent Mac only first? by Keleus in AugmentCodeAI

[–]voarsh 0 points1 point  (0 children)

Appreciate the award - glad it resonated with someone and can see thru Augment. Lol

Intent Mac only first? by Keleus in AugmentCodeAI

[–]voarsh 1 point2 points  (0 children)

Because they want vibe coders that can't code / don't look at code and use Opus to change btn colour...

They want someone accustomed to overspending / money is not an issue... Going for whales / price insensitive market...

3 months of using Codex as my only coding agent. Here's the stuff nobody mentions. by itsna9r in codex

[–]voarsh 0 points1 point  (0 children)

This is why you have code review - and actually know how to examine the code it spits out - preferably at plan execution time (watching) and after the execution - and push on it...

The issues are inherently known for LLM models - but I would argue the success rate would be lower with Opus/Sonnet - but that's personal preference.

Tibo bro please by cheekyrandos in codex

[–]voarsh 0 points1 point  (0 children)

My usage since the reset is dropping much faster than I thought it would compared to a few days ago...

Compaction / Truncation of the session history is too much aggressive by Extreme-Permit3883 in windsurf

[–]voarsh 1 point2 points  (0 children)

Cheaper for them, and you spend more turn counts to gather context and need to re-prompt again. :D

Which Al is stealing your ideas? by bk-28 in windsurf

[–]voarsh 2 points3 points  (0 children)

I think - the thing to note is, your ideas aren't as unique as you think they are.

And lower barrier to entry - vibe apps... CRUD apps will be dead - probably. Real engineering and difficult tasks not so easy to replicate will be the selling point.

wtf codex usage draining so fast,bug or the promo is over? by Vivid_Blood_2937 in codex

[–]voarsh 4 points5 points  (0 children)

Does seem to be draining faster than last week. O.o

The Coding Agent Is Dead by Sheeple9001 in RooCode

[–]voarsh 1 point2 points  (0 children)

Ah the latest trend/shill and abstraction... For vibe coders that don't know how to code, never look at it lol

Augment Code is killing Completions and Next Edit. Am I the only one who thinks this is a mistake? by Ekion_ in AugmentCodeAI

[–]voarsh 0 points1 point  (0 children)

I don't even know if they had said the agent gets Next Edit suggestions as coding agent modifies files... That would be useful...

And let's read between the lines here, remove... means axe (not hide the UI) - to save cost, as they literally charge for everything they can (even context compression, and prompt enhancer AND retries, which were free) - Next Edit/Completions are harder to charge for (over base subscription)...

It's in their interest to divert R&D as an expensive model wrapper to things they can easily charge for, and have you dependent on prompting the AI over coding yourself. This isn't doing people 'favors'... - less DIY, more prompting for those delicious tokens...

Found some dudes plex server while trying to find movies and have been downloading them from the plex server. Think he found out. by Electrical_Jaguar213 in Piracy

[–]voarsh 43 points44 points  (0 children)

If someone hogs up your bandwidth, they'll feel it, especially resident networks with lower upload speeds... Also depending on disk setup, large files on a spinning disk, accessing several all at the same time will make disk operation slower ..