I recently switched main agents from Claude Code to Codex, and wow, the code quality feels way higher. But I'm noticing that Codex doesn't explain its decisions or reasoning as clearly as other models. Is it just me, or does Codex skip the 'why' behind the code more often?
Are there tricks to codex out more reasoning? Curious if anyone else has noticed this or found a good workaround.
One for chatbot templates in 2018 that was used by 700+ marketing agencies.
Another in 2020 for job seekers in the U.S., which reached 5.5M users.
So let s suppose I have some experience. You can read about me on Bootstrappers, TechCrunch, Dev to.
Now I m considering building a marketplace where creators can list their vibe-coded projects along with the code, a live demo link, etc. The idea is to target:
The shift toward "Vibe Coding" feels like we ve finally moved from being construction workers to being conductors. We are spending less time fighting syntax and more time sculpting the "intent" of our software.
However, as I ve been leaning into this AI-native workflow, I ve noticed a recurring tension that I d love to get the community s take on:
1. The "Black Box" Debt: When we "vibe" our way through a feature in 20 minutes that used to take 4 hours, are we unknowingly inheriting technical debt that will haunt us when the "vibe" inevitably breaks?
With new tools coming almost every month and old tools becoming better. What is your vibe coding or AI setup that you use in your day to day life.
What IDE, what model for what task and other details of your flow. I use
- Gemini CLI
- VS Code with openai models in chat
- Claude for making specs
I've been thinking about something. We've gotten really good at using AI to generate working code, but we're not treating it like production code in terms of documentation.
Traditional developers spend significant time documenting their code because they know future them (or their teammates) will need to understand, modify, or debug it later. But with AI-generated code, we often just copy-paste and move on.
Background: We have built an AI assistant (Tasker) that can do all sorts of tasks on your behalf.. from using a browser to doing deep research to connecting to your GSuite and all your SaaS apps etc.
I've recently implemented a coding tool for Tasker to use. I asked it to create a website with a Google Sheet as a database, and it worked surprisingly well.
I then started asking Tasker to take on different roles to run my website based on triggers:
I ve been building a product that involves a mix of AI-driven matching + dynamic user experiences (can t share exact details yet). The idea is to create something that feels alive and adapts to each user s vibe.
But here s my dilemma I m torn between focusing first on core UX feel (smooth, immersive flow) or AI logic depth (smarter matching + personalization).
For those who ve shipped vibe-heavy or AI-integrated products what worked better for you early on?