u/muchsamurai

▲ 151 r/codex

GPT 5.5 is now lazy fuck just like Claude. TIBO HELP!

I switched to CODEX and GPT back in October because it was not lazy, it did not take shortcuts, it did not hallucinate as much as Claude and was my workhorse. Before it was mainstream even. 5.2 XHIGH was my goat.

Last days though it acts like Claude and i am very disappointed. Instead of doing work it takes shortcuts, implements half-assed features, documents everything as "blocker" instead of adding missing pieces, even when i directly tell it to adhere to instructions and implement missing parts.

When i tell it that missing parts must be added instead of declared blocker, it then says oooh right you are absolutely right. It acts like Claude. Has been like this for last several days.

Please, OpenAI. Don't turn it into Claude. I beg you.

P.s

Rate limits on other hand are very good for me. Spamming XHIGH/HIGH on fast mode and i cant reach rate limits even on big ass project for few days now

reddit.com
u/muchsamurai — 2 days ago

Introducing Sloppy, a new TypeScript runtime and framework (all in one!)

Hi there guys. I was experimenting around for few weeks and made this new TS/JS runtime.

It is not production ready yet. But you can play around and see how it is different from Node, Bun and Deno.

https://github.com/RtlZeroMemory/Sloppy

Here is short TL:DR

Sloppy is trying to bring a more serious, batteries included development experience to the JavaScript ecosystem, closer to what developers expect from .NET or Java/Spring.

It is not trying to be another Node/Bun/Deno clone. The idea is different: runtime + framework + compiler-aware tooling, built together.

Sloppy includes, or is actively building toward:

* pre-compilation and static runtime metadata
* compile-time checks for routes, contracts, ORM models, and framework metadata
* HTTP routing and request/response handling
* OpenAPI/contracts
* authentication and authorization
* logging, health checks, metrics, and management endpoints
* first-party ORM and migrations
* background jobs / scheduler
* cache and output cache
* WebSocket / realtime primitives
* WebHooks 
* HTTP client factory with resilience policies
* Streaming API's 
* Cursor based data streaming from database 
* Redis integration
* TestHost and TestServices for serious integration testing

Ask any questions and clarifications in comments, i will gladly answer.

This project will keep growing/improving and being maintained.

Some feedback would be appreciated

u/muchsamurai — 6 days ago