I have been testing 5.6 Sol lately and haven't seen a really big difference to the old model when I used it with medium, high, extra high effort.
The only thing that surprised me was a co-op bot for my roguelike game. You press a bot run button on the host and it runs kinda optimal strategy and plays the game from all clients. It was done in around 2 prompts and works very well.
I was able to catch around 6 bugs already with it.
Then I added auto mode for LLM, it launches multiple clients each with their own set of launch args. And then LLM reads the console every 5 mins for each client to find anomalies or bugs. It also found a few bugs which led to an incorrect loss.
Apart from that other tasks were the same in terms of speed and quality as 5.5.
This morning I wanted to test 5.6 ultra and compare it against Fable 5, which I used at work to create a pretty big feature on which it worked for 2 days straight with pauses when it was hitting the 5 hour limit of $200 subscription.
So I selected ultra effort, started to write a prompt and then I saw the new update available. It must make things better, right?
I hit it, codex restarted, and the ultra mode is now gone 💀
Do you still have ultra effort on the latest codex version?
And have you tested it against Fable? Which one is better for you?
Drop 💯 if you want to hear more about my Fable experience and how it completed the feature in 2 days on its own.
The only thing that surprised me was a co-op bot for my roguelike game. You press a bot run button on the host and it runs kinda optimal strategy and plays the game from all clients. It was done in around 2 prompts and works very well.
I was able to catch around 6 bugs already with it.
Then I added auto mode for LLM, it launches multiple clients each with their own set of launch args. And then LLM reads the console every 5 mins for each client to find anomalies or bugs. It also found a few bugs which led to an incorrect loss.
Apart from that other tasks were the same in terms of speed and quality as 5.5.
This morning I wanted to test 5.6 ultra and compare it against Fable 5, which I used at work to create a pretty big feature on which it worked for 2 days straight with pauses when it was hitting the 5 hour limit of $200 subscription.
So I selected ultra effort, started to write a prompt and then I saw the new update available. It must make things better, right?
I hit it, codex restarted, and the ultra mode is now gone 💀
Do you still have ultra effort on the latest codex version?
And have you tested it against Fable? Which one is better for you?
Drop 💯 if you want to hear more about my Fable experience and how it completed the feature in 2 days on its own.
💯13👍1
Just now Open AI temporarily removed the 5h limit.
It's an interesting addition to the morning discussion we had here about hitting the 5h limit with sol ultra in 18-40 mins.
I hit the 5h limit twice today and have only 32% of a weekly limit left. Thanks Open AI, now I can spend my weekly limit in around 1.5 hours 💪💀
It's an interesting addition to the morning discussion we had here about hitting the 5h limit with sol ultra in 18-40 mins.
I hit the 5h limit twice today and have only 32% of a weekly limit left. Thanks Open AI, now I can spend my weekly limit in around 1.5 hours 💪💀
👍11🔥3
Everyday Unity
Since May I have been working on a roguelike prototype, first in Three.js and now in Godot. I started with Three.js because it was the fastest way to check the idea. After a small playtest with my friends, when I verified that it is fun at least for me in…
I transitioned my roguelike game from 2D to 3D to test Sol Ultra when it was released 1.5 weeks ago.
I def can say it was a successful experiment. The game was working, but lacked a few animations I had before.
I initially used original sprites as billboards in 3D world, but then eventually swapped it with very simple models. The game transformed from a simple 2d board to a stylized 3d after I threw in a few shaders and post effects.
And of course the game again became slower to load.
So I ran the same profiling with tracy and got the faster loading in just 5 mins.
Cannot recommend it more.
I def can say it was a successful experiment. The game was working, but lacked a few animations I had before.
I initially used original sprites as billboards in 3D world, but then eventually swapped it with very simple models. The game transformed from a simple 2d board to a stylized 3d after I threw in a few shaders and post effects.
And of course the game again became slower to load.
So I ran the same profiling with tracy and got the faster loading in just 5 mins.
Cannot recommend it more.
1🔥9👍1
Meet the Unity CLI: manage Unity from your terminal
I had multiple posts about how I used godot because of great cli tools and now its time to test if Unity can match it. Seems like it doesn't have a lot of stuff yet, but it allows agents to eval any code without full recompilation and domain reload. So in theory agents can do any custom work with this command.
Has anyone tested it already?
https://unity.com/blog/meet-the-unity-cli
#cli
I had multiple posts about how I used godot because of great cli tools and now its time to test if Unity can match it. Seems like it doesn't have a lot of stuff yet, but it allows agents to eval any code without full recompilation and domain reload. So in theory agents can do any custom work with this command.
Has anyone tested it already?
https://unity.com/blog/meet-the-unity-cli
#cli
5🔥10👍1
How Claude Code Uses Prompt Caching
I believe it's important to know what prompt caching is and how it helps save costs.
On this page, I would pay attention to what resets the cache, how agents affect it, how to check your cache usage, and TTL.
One advice I didn't follow before:
https://code.claude.com/docs/en/prompt-caching
#ai
I believe it's important to know what prompt caching is and how it helps save costs.
On this page, I would pay attention to what resets the cache, how agents affect it, how to check your cache usage, and TTL.
One advice I didn't follow before:
Compaction works in your favor when the context you discard is content you no longer need. To choose when its overhead happens, run /compact at a natural break in your work, such as between tasks, instead of waiting for auto-compaction to trigger mid-task. If you’ve gone down a path you want to abandon entirely, /rewind to an earlier turn instead. Rewinding truncates back to a prefix that is already cached, rather than building a new one as compaction does.
https://code.claude.com/docs/en/prompt-caching
#ai
Claude Code Docs
How Claude Code uses prompt caching - Claude Code Docs
Claude Code manages prompt caching automatically. See why a model switch triggers a slow uncached turn, what /compact costs, why CLAUDE.md edits don't apply mid-session, and how to check your cache hit rate.
🔥6👍3
Ponytail Skill for Claude Code: Does It Really Cut Tokens
An interesting read about measuring token savers. Shows how you can compare different tools if you have enough time 💀
https://blog.jetbrains.com/ai/2026/07/ponytail-skill-claude-tested/
#ai
An interesting read about measuring token savers. Shows how you can compare different tools if you have enough time 💀
https://blog.jetbrains.com/ai/2026/07/ponytail-skill-claude-tested/
#ai
The JetBrains Blog
Ponytail Skill for Claude Code: Does It Really Cut Tokens
Part 3 of a series where we take public "token saver" add-ons for coding agents and run the same paired A/B benchmark against each of them. Part 1 was the caveman skill (advertised −65%, measured −8.5
🔥8👍2💩1
This media is not supported in your browser
VIEW IN TELEGRAM
How I made Unity handle half-a-million projectiles without dying : r/Unity3D
https://www.reddit.com/r/Unity3D/comments/1vn9aye/how_i_made_unity_handle_halfamillion_projectiles/
#optimization
https://www.reddit.com/r/Unity3D/comments/1vn9aye/how_i_made_unity_handle_halfamillion_projectiles/
#optimization
👍13🔥1
Rendering at scale: Efficient strategies for massive object counts
Mega Cat Studios shared practical rendering lessons from Backyard Baseball: static batching, GPU instancing, vertex animation textures, culling, and the URP vs HDRP choice.
What I liked most is that the post starts where performance work should start: profile first, then optimize. They explicitly separate CPU- and GPU-bound problems, then explain the tradeoffs. VAT saves CPU time but adds memory pressure, batching saves draw overhead but can increase GPU memory.
This is not a magic checklist, of course. Still, real production notes from the tech trenches are much more useful than another “optimize your draw calls” summary.
https://unity.com/blog/rendering-at-scale-efficient-strategies-for-massive-object-counts
#performance #graphics #optimization
Mega Cat Studios shared practical rendering lessons from Backyard Baseball: static batching, GPU instancing, vertex animation textures, culling, and the URP vs HDRP choice.
What I liked most is that the post starts where performance work should start: profile first, then optimize. They explicitly separate CPU- and GPU-bound problems, then explain the tradeoffs. VAT saves CPU time but adds memory pressure, batching saves draw overhead but can increase GPU memory.
This is not a magic checklist, of course. Still, real production notes from the tech trenches are much more useful than another “optimize your draw calls” summary.
https://unity.com/blog/rendering-at-scale-efficient-strategies-for-massive-object-counts
#performance #graphics #optimization
Unity
Rendering at scale: Efficient strategies for massive object counts
🔥6👍3
PerfLint puts AI optimization on measured ground
I have shared before the example how I used LLM and Tracy to profile a godot game.
And recently I experimented a lot with automating profiling our Unity game at work with the help of agents.
So I’m always skeptical when an AI agent “optimizes” a Unity project by reading files and guessing or even hallucinating (happened a few times in our team).
PerfLint takes a better route: deterministic rules measure assets, import settings, memory and build size, then expose findings through Unity CLI/MCP so an agent can explain or draft a fix.
The author reports Addressables duplication dropping from 337 assets to 5, and bundles shrinking from 1.29 GB to 805 MB. More interestingly, the tool caught an agent’s false texture diagnosis before it changed anything.
I haven’t tried it yet, take the numbers with a grain of salt, but “measure first, let AI explain” is the direction I want.
Have you tried it before or after this latest update?
https://discussions.unity.com/t/released-perflint-free-local-audit-for-build-size-performance-and-unity-6-migration/1734256
#performance #ai
I have shared before the example how I used LLM and Tracy to profile a godot game.
And recently I experimented a lot with automating profiling our Unity game at work with the help of agents.
So I’m always skeptical when an AI agent “optimizes” a Unity project by reading files and guessing or even hallucinating (happened a few times in our team).
PerfLint takes a better route: deterministic rules measure assets, import settings, memory and build size, then expose findings through Unity CLI/MCP so an agent can explain or draft a fix.
The author reports Addressables duplication dropping from 337 assets to 5, and bundles shrinking from 1.29 GB to 805 MB. More interestingly, the tool caught an agent’s false texture diagnosis before it changed anything.
I haven’t tried it yet, take the numbers with a grain of salt, but “measure first, let AI explain” is the direction I want.
Have you tried it before or after this latest update?
https://discussions.unity.com/t/released-perflint-free-local-audit-for-build-size-performance-and-unity-6-migration/1734256
#performance #ai
Unity Discussions
[RELEASED] PerfLint — free local audit for build size, performance and Unity 6 migration
Hi all — PerfLint is on the Asset Store now, and it’s free. It scans a Unity project locally and tells you what is costing you build size, memory and frames, with the file and the number attached. No account, no telemetry, nothing uploaded. Rather than list…
🔥8👍1💩1
I accidentally spent 22 months of my life because I thought text was simple : r/Unity3D
Has anyone here tried the free or paid version of UniText?
How was your experience?
https://www.reddit.com/r/Unity3D/comments/1vywmo7/i_accidentally_spent_22_months_of_my_life_because
Has anyone here tried the free or paid version of UniText?
How was your experience?
https://www.reddit.com/r/Unity3D/comments/1vywmo7/i_accidentally_spent_22_months_of_my_life_because
Reddit
From the Unity3D community on Reddit: I accidentally spent 22 months of my life because I thought text was simple
Explore this post and more from the Unity3D community
🔥8👍2
Google Play makes mobile memory a release metric
Google Play is adding game quality thresholds from February 2027: anonymous RSS plus swap, bitmap memory, and DEX optimization. The key detail is the measurement model: 28-day P90 data by app state and device-RAM tier, not one dev-device capture. For games, foreground limits range from 2.25 GB on 4 GB devices to 5 GB on 16 GB; games over 50 MB of DEX face 25% minimums for shrinking, optimization, and obfuscation.
New metrics are already available in Google Play Vitals.
https://developer.android.com/blog/posts/elevating-app-quality-reducing-memory-usage-and-improving-device-migration
#performance #memory #android
Google Play is adding game quality thresholds from February 2027: anonymous RSS plus swap, bitmap memory, and DEX optimization. The key detail is the measurement model: 28-day P90 data by app state and device-RAM tier, not one dev-device capture. For games, foreground limits range from 2.25 GB on 4 GB devices to 5 GB on 16 GB; games over 50 MB of DEX face 25% minimums for shrinking, optimization, and obfuscation.
New metrics are already available in Google Play Vitals.
https://developer.android.com/blog/posts/elevating-app-quality-reducing-memory-usage-and-improving-device-migration
#performance #memory #android
Android Developers
Elevating app quality: Reducing memory usage and improving device migration | Android Developers' Blog
Maintaining a healthy Android ecosystem is a shared commitment where every app and game has a role to play.
👍8🔥1
Memory Profiler finds the roots behind Unity leaks
I keep coming back to this question with memory tools: not only "where was this allocated?" but "what is keeping it alive?"
Memory Profiler 1.2.0-pre.1 adds a Roots & Impact table attributing snapshot memory to static fields, scenes, AssetBundles, native subsystems, and other roots. It lets you sort leaked objects by total impact, including native and graphics memory they keep alive. It also captures CoreCLR Player snapshots, tho the VM’s own native allocations remain Untracked.
https://discussions.unity.com/t/memory-profiler-1-2-0-pre-1-released-roots-impact-profiling-coreclr-support/1735523
#memory #profiling #unity
I keep coming back to this question with memory tools: not only "where was this allocated?" but "what is keeping it alive?"
Memory Profiler 1.2.0-pre.1 adds a Roots & Impact table attributing snapshot memory to static fields, scenes, AssetBundles, native subsystems, and other roots. It lets you sort leaked objects by total impact, including native and graphics memory they keep alive. It also captures CoreCLR Player snapshots, tho the VM’s own native allocations remain Untracked.
https://discussions.unity.com/t/memory-profiler-1-2-0-pre-1-released-roots-impact-profiling-coreclr-support/1735523
#memory #profiling #unity
Unity Discussions
Memory Profiler 1.2.0-pre.1 Released — Roots & Impact Profiling & CoreCLR Support
We’ve just released version 1.2.0-pre.1 of the Memory Profiler package, and with it the new Roots & Impact table, which enables entirely new workflows for analyzing your memory usage. This thread walks through them. For the full change log, see the releases…
👍10🔥4
Unity Pipeline 0.6 adds hot reload for IL2CPP
It is experimental, with a limited
https://discussions.unity.com/t/unity-pipeline-package-0-6-0-exp-1-is-available-now/1735626
#cli
It is experimental, with a limited
[HotReload] C# subset. In the Editor, open the Window > Pipeline > Settings window, then in the Watcher section, click on Start. Note that you need to put the [HotReload] attribute on methods you intend to edit ahead of time and that it does not support all possible code changes - adding fields to a class is not supported etc.
source
https://discussions.unity.com/t/unity-pipeline-package-0-6-0-exp-1-is-available-now/1735626
#cli
Unity Discussions
Unity Pipeline package 0.6.0-exp.1 is available now!
This new version comes with lots of additions and fixes for you! Sorry for the long post! TL;DR: Hot reload is more powerful and can be used with IL2CPP and on connected players The Runtime Server has been moved from a MonoBehavior to Settings (Breaking…
👍11🔥1
Have you tested Astra already?
I checked deepswe bench and decided to test it with medium effort as it has shown the same result as sol max but cheaper.
I implemented 2 mid-size tasks and spent ~30% of a weekly limit on pro x5. Which subjectively looks more expensive than sol at higher efforts.
At least they gave us 2 more weekly resets.
Quality is the same as I had no major issues with sol before too.
What about your experience?
I checked deepswe bench and decided to test it with medium effort as it has shown the same result as sol max but cheaper.
I implemented 2 mid-size tasks and spent ~30% of a weekly limit on pro x5. Which subjectively looks more expensive than sol at higher efforts.
At least they gave us 2 more weekly resets.
Quality is the same as I had no major issues with sol before too.
What about your experience?
👍5🔥2
Netcode for GameObjects 3.0.0 is now available
It is preparation for Unity’s shared Netcode stack: Netcode for Entities 7.0 becomes a hard dependency, Unity 6.7 is the minimum supported Editor
The interesting caveat: NGO does not actively use Entities yet. So the dependency and migration surface arrive before the feature payoff.
https://discussions.unity.com/t/netcode-for-gameobjects-3-0-0-is-now-available/1736792
#unity #netcode
It is preparation for Unity’s shared Netcode stack: Netcode for Entities 7.0 becomes a hard dependency, Unity 6.7 is the minimum supported Editor
The interesting caveat: NGO does not actively use Entities yet. So the dependency and migration surface arrive before the feature payoff.
https://discussions.unity.com/t/netcode-for-gameobjects-3-0-0-is-now-available/1736792
#unity #netcode
Unity Discussions
Netcode for GameObjects 3.0.0 is now available
Hi everyone! In sync with the Netcode for Entities version 7.0.0 announcement, we wanted to share an update from the Netcode for GameObjects side of things and how it will be delivered starting with Unity 6.7. What do you need to know Netcode for GameObjects…
1👍11🔥2
Claude Code effort level and model selection
They recommend starting with the default effort, as it fits most users and their tasks in terms of efficiency and token usage. Then if anything goes wrong based on the result switch the model, effort, or add more context.
https://claude.com/blog/claude-model-and-effort-level-in-claude-code
#llm
effort means more than just "thinking time." Effort level controls how much work Claude does on your request overall. This does include how long the model thinks, but also:
How many files it reads;
How much it verifies; and
How far it pushes through a multi-step task before checking in with you.
At a higher effort, Claude will take more of those actions (for example, read files, run tests, and double-check) before it comes back to you. At lower effort, it would rather ask you for more context than spend tokens figuring something out on its own
They recommend starting with the default effort, as it fits most users and their tasks in terms of efficiency and token usage. Then if anything goes wrong based on the result switch the model, effort, or add more context.
The model setting is roughly how capable; the effort setting is roughly how thorough. Most real tasks need some of both.
https://claude.com/blog/claude-model-and-effort-level-in-claude-code
#llm
Claude
Claude Code effort level and model selection | Claude | Claude by Anthropic
Anthropic's guide to the Claude Code effort level and model selection: when to raise or lower effort—low, medium, high, and max—and how to choose between Claude Fable, Opus, and Sonnet.
👍7🔥1
Introducing Claude Opus 5.5 \ Anthropic
https://www.anthropic.com/claude-opus-5-5
#ai
Cost and speed. Opus 5.5 requires less compute to serve than Opus 5, and its pricing reflects that. Our tests show that at default settings it will cost 40% less than Opus 5 on typical workloads. Input and output tokens are $4 and $20 per million, 20% less than Opus 5. Cache reads (which make up the majority of agentic and coding work costs) are $0.20 per million tokens, 60% less than Opus 5. Opus 5.5 also generates output more than 30% faster than Opus 5.
In addition to the price drop, we’re increasing five-hour usage limits on Pro, Max, Team, and seat-based Enterprise plans. We’re also providing subscription users a rate limit reset, which you can now save and use whenever you choose.
https://www.anthropic.com/claude-opus-5-5
#ai
Anthropic
Introducing Claude Opus 5.5
Claude Opus 5.5 leads in agentic coding and knowledge work, and costs 40% less to run than Opus 5 on typical workloads.
👍10
Introducing GPT‑6 Sol and Luna
And better & cheaper sol and luna as an immediate response to the opus release.
Time for a lot of testing this night 💀
https://openai.com/index/introducing-gpt-6-sol-and-luna/
#ai
And better & cheaper sol and luna as an immediate response to the opus release.
Time for a lot of testing this night 💀
https://openai.com/index/introducing-gpt-6-sol-and-luna/
#ai
1👍9🔥1💯1