@sqs I already have $200 OpenAI and Anthropic plans. To me if Amp could do a $200-$400 plan that had rate limits and could never go over that price (w/ an "extra usage" option) that's what I want
🤑First I was sad that Amp is too expensive.
🥧 Then I switched to pi because I could use Claude MAX for it
😭 Then Anthropic banned this, so I...was sad, and switched back to Claude Code
🤷 Now, I'm realizing I like pi+gpt5 more than Claude Code
I asked Claude Code to build 100 games with one prompt and this is what it came up with.
Try games: https://t.co/ALTXgtBCxd
Check out for token usage, duration, what worked well and what didn't 👇 @claudeai@AnthropicAI
1/6
Competition time!
I am giving away $50,000 to whoever builds the best app.
As intelligence becomes free, code must not be a blocker for converting thoughts into creation. This competition runs for 2 weeks. Prompt your way to magic.
Here's how it works 👇
@DavidFruin2@thorstenball Nooo don’t lose hope! I’m in the same boat. I just vibed a nvim-based PR review plugin that I’m using with this weird hipster agent coder called Amp. Let’s me put some of my vim 💪 memory to good use anyways
@nicolaygerold I tried today having it do Socratic feature questioning mode (in a Skill) and did the same with regular Smart mode.
Deep mode was quite terrible at this I must say. Did not ask good questions. Probably the type of thing more thinking would have helped with
@AmpCode Ah very cool the ctrl-o thing was easily-solved (w/ Amp's help of course):
-- Ctrl-O: if no jumps made this session in a single buffer, soft quit
vim.g.amp_session_jumped = false
vim.api.nvim_create_autocmd({ 'CursorMoved' }, {
callback = function()
@AmpCode For personal use, wish there was an "Economy" mode that was like Smart but was more careful about over spending, maybe warns me when it's gonna waste tokens loading websites etc.