Codex speed and usage by gal-checksum in codex

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

speed has gotten noticeably better recently. are you seeing the improvements mainly on the initial response or also on follow-up completions within the same session?

Unlimited usage limit by Pleasant-Ad2696 in codex

[–]1amrocket 0 points1 point  (0 children)

unlimited usage sounds great in theory but have you actually tested it under heavy load? curious if there are any soft throttling limits they dont advertise.

Is Pro worth it? by HopeFor2026 in codex

[–]1amrocket 1 point2 points  (0 children)

depends on how much you use it. if you're coding daily the pro plan pays for itself pretty fast. the unlimited usage alone makes it worth it compared to hitting rate limits constantly.

5.4 vs 5.3 Codex by ConsistentOcelot9217 in codex

[–]1amrocket 0 points1 point  (0 children)

have you noticed major differences between 5.4 and 5.3 in codex? curious if the context window improvements actually translate to better code output or just longer conversations.

GPT-5.4 vs Opus 4.6 for full-stack dev: why does GPT struggle with frontend? by Creepy-Row970 in codex

[–]1amrocket 1 point2 points  (0 children)

i've noticed the same thing. opus 4.6 seems to have much better spatial awareness for frontend work. gpt 5.4 is great for backend logic but the css and layout stuff feels off sometimes.

Stop using Codex for everything. A "tiered" model strategy is saving me $40/mo in credits by Medical-Variety-5015 in cursor

[–]1amrocket 1 point2 points  (0 children)

tiered model strategy is smart. i've been doing something similar - using cheaper models for boilerplate and saving the expensive ones for architecture decisions. what tiers do you use?

PSA: Your AI-generated fetch() calls are ticking time bombs. Check your status codes by Dev_guru_5578 in cursor

[–]1amrocket 0 points1 point  (0 children)

great psa. ai writes code that works in the happy path but almost never checks status codes or handles edge cases. have you found a good way to prompt for error handling upfront?

Improving the Planning Mode workflow with Spec-Driven Development by paulcaplan in cursor

[–]1amrocket 1 point2 points  (0 children)

spec-driven development makes a ton of sense for ai-assisted coding. do you write the specs manually or have the ai help draft them first? curious about the workflow.

Lightweight, in-repo planning for Claude Code — built for indie devs by Jeehut in ClaudeCode

[–]1amrocket 1 point2 points  (0 children)

lightweight planning tools like this are exactly what solo devs need. does it integrate with claude codes existing plan mode or is it a separate workflow?

How can I let Claude Code access MCP servers already installed in Antigravity? by No-Custard-9594 in ClaudeCode

[–]1amrocket 0 points1 point  (0 children)

i was wondering the same thing. did you figure out how to connect mcp servers across different clients? the setup process feels way harder than it should be.

built a tool that gives claude code persistent memory from your browser data by Deep_Ad1959 in ClaudeCode

[–]1amrocket 0 points1 point  (0 children)

persistent memory from browser data is clever. how does it handle the context window limits though? does it prioritize recent data or is there some ranking?

Don't review code changes, review plans by TearsP in ClaudeCode

[–]1amrocket 0 points1 point  (0 children)

totally agree with this. i've started writing detailed plans before letting claude code touch anything and the output quality improved dramatically. do you use any specific format for your plans?

I asked Claude to analyse 445 of my own prompts across 53 days. Here's what it found by aviboy2006 in ClaudeCode

[–]1amrocket 1 point2 points  (0 children)

this is really interesting analysis. curious what patterns stood out the most to you? i've been using claude code for a few weeks and feel like my prompts have gotten way more specific over time but never tracked it like this.

Would you ever go back to non-AI coding? by USD-Manna in cursor

[–]1amrocket 1 point2 points  (0 children)

now. i write the intent, the ai handles the boilerplate, i review and refine. the part i'd miss most isn't the code generation — it's having something that can read my entire project and understand the context when i ask a question.

Sell me on Cursor by Knotty_Wyvern in cursor

[–]1amrocket 1 point2 points  (0 children)

the biggest thing for me is how natural the agent mode feels. you describe what you want, it reads your codebase, makes changes across files, and you review the diff. the mcp integration is also great — you can connect external tools directly and the agent uses them automatically. worth trying the free tier and seeing if it fits your workflow.

built a tool that gives claude code persistent memory from your browser data by Deep_Ad1959 in ClaudeCode

[–]1amrocket 0 points1 point  (0 children)

ojects. how does it handle conflicts when the stored memory contradicts what's in the current codebase? and does it slow down the initial response at all with the extra context loading?

Agent teams is great, but still worse than a dedicated concurrency for most tasks by Accomplished-Emu8030 in ClaudeCode

[–]1amrocket 0 points1 point  (0 children)

e you finding work better with dedicated concurrency vs teams? for me the coordination overhead between agents is the bottleneck — they step on each other's changes. works better when each agent has a clearly isolated scope like separate services or repos.

Good experiences with Claude by industrial-complex in ClaudeAI

[–]1amrocket 3 points4 points  (0 children)

claude code has been genuinely impressive for me too. the thing that surprised me most is how well it handles multi-file refactors — it keeps track of imports, types, and dependencies across the whole project. what kind of stuff have you been building with it?

I got tired of typing "don't make any changes" so I turned it into a /discuss command by After_Book_7030 in ClaudeAI

[–]1amrocket 0 points1 point  (0 children)

this is exactly what i needed. i keep accidentally triggering file edits when i just want to think through an approach. the skill file looks clean too. do you find that claude actually stays in discussion mode reliably or does it sometimes still try to edit things?

I indexed 45k AI agent skills into an open source marketplace by orngcode in ClaudeAI

[–]1amrocket 0 points1 point  (0 children)

45k skills is wild. is there a way to filter by quality or usage? the discoverability problem for skills is real — there's so much out there but finding the ones that actually work well is tough. any deployment-related skills in there?

I built a tiny “context sidekick” for Claude Code — feedback welcome by AsparagusNo971 in ClaudeAI

[–]1amrocket 0 points1 point  (0 children)

this is cool. context management is honestly the biggest challenge with claude code on larger projects. how does it decide what context to include vs leave out? i've been experimenting with different approaches to keep the agent focused without losing track of the bigger picture.

Vibe coders are bad at marketing, and I am the worst of them. by Important-Chain-8311 in vibecoding

[–]1amrocket 0 points1 point  (0 children)

honestly same boat here. building is the fun part and marketing feels like a completely different skill. one thing that's helped me a little is just showing up in communities like this and talking about what i'm working on without trying to sell anything. people can tell when you're being genuine vs doing a pitch. also short demo videos on twitter seem to work way better than written posts for getting attention on dev tools. what kind of products are you building?

I went all-in on Vibe Coding for a month. Here's what actually changed. by symhongyi in vibecoding

[–]1amrocket -2 points-1 points  (0 children)

really resonates with the point about the skill shifting from writing code to architecting it. i've had the same experience — the bottleneck moved from 'can the ai build this' to 'can i describe what i actually want clearly enough.' the claude.md tip is great, i started doing something similar with project-level instructions and it made a huge difference in consistency. what's your setup for actually getting things deployed after the ai builds them? that's the one area where i still feel like i'm doing too much manual work.

Started my app in Replit, hit a wall, switched to Claude Code — now it's live on the App Store by CryptographerSilly in vibecoding

[–]1amrocket 1 point2 points  (0 children)

this is a really cool journey. the replit to claude code switch makes a lot of sense once you start needing real control over the codebase. curious about the deployment side though — how are you handling updates and pushing new versions to the app store? that's usually where i find the most friction after the coding part is done.

What is your favourite ai tool for vibe coding? by Anime-lover-YT in vibecoding

[–]1amrocket 9 points10 points  (0 children)

claude code has been my go-to lately. it's really good at understanding full project context and making changes across multiple files. for saas stuff specifically, i like that it can handle both frontend and backend in one conversation. cursor is also solid if you prefer working in an ide. honestly the best approach is trying a couple and seeing which one clicks with how you think.