Urgent.News

What's breaking now, across thousands of outlets.

Tech

3 Weeks of Silent Failure: How One Missing `--model` Flag Drained My Interactive Quota Across 4 Jobs

I went from ¥100k a month as a student to ¥600k juggling side gigs, then to ¥0 after a layoff—and six months of building an autonomous Claude Code environment brought me to ¥1.2M a month in revenue. The difference wasn't working harder. It was betting on "grow the environment" instead of "do the work." Why This Setup Works Look up how to make money on the side and you'll always land on the same…

The article discusses how a missing `--model` flag in a script led to three weeks of unnoticed failure in an automated content generation setup. The setup involved using Claude Code as infrastructure rather than simply using it as a tool. The setup had four lanes running simultaneously, each performing a different task related to article generation and management.

The failure occurred because the script did not error when the `--model` flag was omitted, causing it to consume interactive session quota without any indication. This went unnoticed for three weeks, as the system only returned a single line when the quota was exhausted, which was mistakenly interpreted as normal output. The issue arose due to a gap in understanding of how Claude Code's quota structure worked, highlighting the importance of knowing how quota is shared and consumed when using AI infrastructure.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

What Math Actually Buys You: Optimizing a Rock-Paper-Scissors Game in C

I was looking through my old projects and found a couple of Rock-Paper-Scissors games I wrote in C a few years back. Why more than one?

  • Naive version seeded random with time, generated 1-3 for Rock-Paper-Scissors
  • Undefined behavior due to uninitialized option variable, loop ran by luck
  • Switch statement in checkrules function applied mathematical rules to game logic

PeckBirdy traffic reaches enterprise networks through casino decoys

China-aligned threat actors are using Chinese-language casino and adult websites to conceal PeckBirdy command-and-control infrastructure, with Infoblox telemetry showing the framework touching…

  • PeckBirdy C2 infrastructure hidden via Chinese casino/ adult sites
  • Infoblox telemetry detects PeckBirdy across 3% of enterprise customers
  • Malicious traffic blends with gambling/adult domain policy dismissals

More from Saturday 19 September →