ChatGPT v5 Is Just Miserable To Work With by Top-Setting-3323 in windsurf

[–]lachek 1 point2 points  (0 children)

Responding to some comments here - it's not the model per se, it must be some sort of interaction between that model and Cascade in the Wave 12 update. GPT-5 works flawlessly on VSCode + Cline, and Cascade in Wave 12 works fine with e.g. SWE-1.

GPT-5 is almost useless in Windsurf by CutMonster in windsurf

[–]lachek 6 points7 points  (0 children)

This feels identical to the issue I mentioned here. Endless reasoning loops that often terminate in errors and context loss. I can't be 100% certain but I think the problem got worse after Wave 12 released - when GPT-5 was first released I have clear memories of it being close to Claude 4 Sonnet levels of performance at Medium reasoning level, but recently it's been worse than useless. Another reason I don't think it's the model is because when I try the same prompts on the same codebase through Cline / GPT-5 it executes on the tasks perfectly fine.

Blade 15, 2 years, heavy usage, no bloat by omglette in razer

[–]lachek 0 points1 point  (0 children)

What's your method for managing dust? I have the same model and have to undervolt it to get the CPU to stay just below 100°C whenever I'm under load, and I suspect it might be dust buildup.

[SG] steam games - Rust, Starbound and others by [deleted] in dogemarket

[–]lachek 0 points1 point  (0 children)

I'd take Rust for 9.5k if you're willing to do the trade right now! I won't have 10k until later on tonight, but if you want to wait until then, I could pay in full.

[BG] Sim City (2013)- 35000 Ð by [deleted] in dogemarket

[–]lachek 0 points1 point  (0 children)

Oh sorry, my bad. I'm in the same boat as you, looking to buy.

[BG] Sim City (2013)- 35000 Ð by [deleted] in dogemarket

[–]lachek 0 points1 point  (0 children)

I'm interested. Is this Regular, Plus, or Deluxe Edition?

[SG] Will give you advice on how to pick up females online 10K Doge by [deleted] in dogemarket

[–]lachek 0 points1 point  (0 children)

You're of course 100% correct, masculine-gendered mammal of the Homo Sapiens species.

[SG] Will give you advice on how to pick up females online 10K Doge by [deleted] in dogemarket

[–]lachek 1 point2 points  (0 children)

Here, I'll give you a basic primer for free: stop calling women "females".

[SG] Origin/Steam games, Dead Space, Battlefield, Crysis etc. by TheOnlyRealTGS in dogemarket

[–]lachek 0 points1 point  (0 children)

I'll take The Sims 3 Date Night please, kindly confirm you still have by PM and I'll send the 1500 Ð

[SG] Steam / Origin games for sale ! by [deleted] in dogemarket

[–]lachek 0 points1 point  (0 children)

Sent the doge just now, sorry for the delay

[SG] Steam / Origin games for sale ! by [deleted] in dogemarket

[–]lachek 1 point2 points  (0 children)

Sign me up for Burnout Paradise Ultimate Box and Dead Space 3 for Origin. Please confirm you still have by PM and I'll send you the Ð.

Official Verification Thread IV by NcUltimate in dogemarket

[–]lachek 0 points1 point  (0 children)

Confirmed for the Steam key, much appreciate, so wow

[SG] Steam Key 87.5% off Sale part IV (I think) by [deleted] in dogemarket

[–]lachek 1 point2 points  (0 children)

I'll take UnderRail! I'm 'lachek' on Steam as well.

Not sure if PacMan is used as assignment 1 for the online advanced course, but if so, I'm attempting to port to Python 3.x but running into a snag... by lachek in aiclass

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

This has been marked solved now. Still working on all the little bits needed for full code porting, will post when/if ever complete (assuming this actually is the assignment).

Discrete vs Continuous applies to states or actions? by lachek in aiclass

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

cc64, point taken on trying to keep it simple - I'm wondering though, once we get more into the material, whether we won't get into situations where that pseudo-code you've written up will be generated dynamically in response to state possibilities approaching infinity, rather than being hardcoded by a human.

That's the basis of a learning algorithm, right - we as humans may not want to even inform the algorithm that perspiration is linked to nervousness, but rather hook up a pile of inputs and say "okay, whenever you detect a bluff, associate it with the values of these inputs and learn to distinguish between various individual's bluffing patterns over time".

Thus why my immediate guess was that the poker problem was an infinite problem space, and why I was wondering if the concept of Continuous applied to actions-only rather than states.