Futures
Access hundreds of perpetual contracts
TradFi
Gold
One platform for global traditional assets
Options
Hot
Trade European-style vanilla options
Unified Account
Maximize your capital efficiency
Demo Trading
Introduction to Futures Trading
Learn the basics of futures trading
Futures Events
Join events to earn rewards
Demo Trading
Use virtual funds to practice risk-free trading
Launch
CandyDrop
Collect candies to earn airdrops
Launchpool
Quick staking, earn potential new tokens
HODLer Airdrop
Hold GT and get massive airdrops for free
Launchpad
Be early to the next big token project
Alpha Points
Trade on-chain assets and earn airdrops
Futures Points
Earn futures points and claim airdrop rewards
Developer Jokes About 'Prompt Requests' After Spotting AI-Generated Code Fix
Headline
Developer Jokes About ‘Prompt Requests’ After Spotting AI-Generated Code Fix
Summary
Peter Steinberger (@steipete), who created the open-source AI coding tool openclaw, spotted what appeared to be an AI-generated code fix—probably from Anthropic’s Claude Opus—and responded by calling his feedback a “prompt request” instead of a pull request. It’s a funny way of pointing out something real: when code comes from an AI, you’re not really reviewing another developer’s work. You’re essentially suggesting a better prompt.
Analysis
This fits with Steinberger’s recent posts. He’s been vocal about what he calls “AI code slop”—the kind of generic, context-blind output you get when models like Claude aren’t prompted well. He’s shared tools for catching these issues, including a script that tracks how much context Claude is using during a session.
The joke lands because it captures something developers are actually dealing with. Pull requests assume a human wrote the code and can explain their reasoning. But when code comes from an AI, the “author” is really the prompt that generated it. Fixing bad AI code often means going back to the prompt, not line-editing the output.
This creates an odd dynamic. Tools like openclaw let you spawn AI agents that can write code, integrate with Slack, and handle complex tasks. But someone still needs to know when the output is garbage and how to fix the prompt. That’s a different skill than traditional code review.
The practical question is whether this makes development faster or just different. AI can produce working code quickly, but catching subtle problems—or explaining why a fix doesn’t actually address the root issue—still requires a human who understands both the codebase and how to communicate with the model.
Impact Assessment