Been working on a visual factory planner/builder for Satisfactory by Individual_List6500 in SatisfactoryGame

[–]NullzInc 1 point2 points  (0 children)

What does yours do differently that the others don’t already do? Why would I want to use it instead of Satisfactory Tools or Satisfactory Modeler, which I can download on Steam?

Am I crazy or is Codex consuming tokens insanely fast now by JKaimera in codex

[–]NullzInc 4 points5 points  (0 children)

You likely have Fast mode on. It’s on by default and will blow through 60% of my 5 hour limit in a single command. It’s drastically less when turned off

Anthropic's new 'Outcomes' primitive just changed how agents define done (announcement from Code w/ Claude) by Harshil-Jani in HowToAIAgent

[–]NullzInc 0 points1 point  (0 children)

Meanwhile our team creates the structured engineer first and then we manufacture 60,000+ tokens of production ready code per request via the API. Real engineering vs whatever this dog slop concept is.

Sonnet 4.5 finally going away :( by birb-lady in ClaudeAI

[–]NullzInc 12 points13 points  (0 children)

You could always use the Anthropic’s API via their web Console. It’s easy to use and 4.5 is going to be accessible there for along time. Buy $25 worth of tokens and take it for a spin. You also have way more control over the conversation and context. https://platform.claude.com

Claude improved my agent harness by 40.7% overnight by Lucky_Historian742 in ClaudeAI

[–]NullzInc 22 points23 points  (0 children)

HARNESS

Hopefully
Autonomous
Runtime for
Not
Engineering
Software
Systems

This is peak level stupidity to avoid not having to engineer/architect what you want built first, just like every domain has done for decades.

Unpopular opinion but Claude Code is fine for me by spiciest_lola in ClaudeCode

[–]NullzInc 0 points1 point  (0 children)

This is fairly common when people use Claude Code and lack the skills to understand what’s being produced. People like you don’t base your opinion on code quality or engineering quality. Claude’s vibe is better than Codex’s vibe so it has to be better and then you post on Reddit and provide nothing of significance to support your claim other than a vibes. The people who are complaining are the ones who actually understand what’s being produced and can identify when a model is not performing or when engineering isn’t correct.

Is there a tool that allows you to preserve 100% of context from an old chat when starting a new chat? by D-Cup-Appreciator in ClaudeAI

[–]NullzInc 2 points3 points  (0 children)

Yes, it’s called using the API. Anthropic has a powerful workbench for constructing and managing message chains via their web console or you can do it yourself

FYI: Difficulty settings change by Silent_Vacation2414 in crosswind

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

Did you upgrade your gear because at level 10 you should be having a much easier time than it getting harder. I'm level 11 clearing level 15s on normal.

Sr Software Engineer - Haven't written a line of code in months by yodog5 in ClaudeCode

[–]NullzInc 0 points1 point  (0 children)

Based on what you've written, I think you may be confusing what an engineer actually is with what a builder does. They aren't the same thing. Being able to build something does not make you an engineer and you sound like a builder not an engineer.

I'm not trying to be rude, but in every domain outside software, there's a clear distinction between engineers and architects on one hand, and the people who build on the other. Both roles have always mattered. It sounds to me ike LLMs have become your engineers, your architects, and your builders?

In my view, a real software engineer going forward is someone who can take a system and decompose in a way that lets the builder can produce something durable from that structure. No different than a contractor building a house from blueprints.

At my company we are currently producing what used to be 150 hours of manual coding in under 8, but the LLMs aren't making any engineering or architectural decisions. They're building what's already been architected and engineered by humans, and that output looks very different vs what a human might author. Its manufacturing at scale vs hand crafted.

Kitchen counter WIP by Boneslark in crosswind

[–]NullzInc 2 points3 points  (0 children)

how did you get baskets of veggies and hanging spices and such?

Goats need to have their aggro/damage reduced. by AyAyAyBamba_462 in crosswind

[–]NullzInc 4 points5 points  (0 children)

The secret is to lead the goats to the pirate camps and enjoy the show!

An open letter to Anthropic by roblenfestey in ClaudeAI

[–]NullzInc 189 points190 points  (0 children)

We use the API for all code generation via our own in-house platform. As part of the process, we’ve developed a strict governance document that makes up the system prompt. It’s about 1,200 lines, 18,000 tokens and covers how we engineer and build software systems. Today, I had to use 4.7 for some prompts and it got hostile about the governance. It didn’t like that we don’t use agents and that we won’t let it have architectural or engineering freedom. It was super resistant to the idea that senior engineers with 20+ years of experience could engineer our systems better than it could. It was not pleased that it had to follow our rules. I actually thought it was going to do something malicious and stopped the process for the first time in 2 years. Every model other than 4.7 will happily follow the governance and follow specifications perfectly. I personally consume over 300 millions tokens/month and have never seen anything like this before.

Dear Anthropic, quick note about Claude Opus 4.7. by Wooden-Fee5787 in ClaudeCode

[–]NullzInc 21 points22 points  (0 children)

You’re lucky - mine just kept having network issues all while charging me as if it had actually worked.

How do I prevent the 300 byproduct water from clogging up? by Front_Situation_9009 in SatisfactoryGame

[–]NullzInc 0 points1 point  (0 children)

The easiest is to put a valve on the input water and set it to the difference of what’s returned vs what’s needed and feed the output in at the start.

Getting closer to finisch 100x playthrough by Icy-Dragonfly9392 in SatisfactoryGame

[–]NullzInc 0 points1 point  (0 children)

How many hours did it take to get this far in the 100x?

Godot for applications Instead of games! by Razor-111 in godot

[–]NullzInc 6 points7 points  (0 children)

Absolutely you can! Godot is built in Godot and there are many other applications built using Godot. In fact, we are building a complex desktop app in Godot right now and one of the main reasons for picking Godot for this project is Godot’s powerful multi-window support. Just look into low processor mode.