Закреплённый твит
Codejimmi
225 posts

Codejimmi
@Codejimmi
Founder @ CODEJIMMI Building products, automating workflows, and solving problems with code. Web • SaaS • AI • Web3
Earth Присоединился Mayıs 2026
140 Подписки68 Подписчики

@Anaya_sharma876 Nothing at all… just prefer Claude, I’ll come back here when I switch
English

@Codejimmi Three. First two were pivots away from what users said. Third was into exactly what they kept asking for.
The direction of the pivot matters more than the count.
English

@Codejimmi Yeah, especially a technical moat creates an absolute advantage for your product quality.
English

@Codejimmi thinking I knew what users wanted without asking them. spent 3 months building features literally no one used. now I ship ugly MVPs first, ask questions after
English

My answer:
Probably not.
The question is:
SELECT COUNT(*) FROM orders;
On a large table with millions of writes per day, this query can be costly because obtaining an exact row count may require scanning a significant portion of the table, increasing CPU and I/O usage.
If executed frequently in production, it can become a bottleneck.
Better options
• Maintain a counter table
• Cache counts
• Use approximate counts
• Precompute metrics asynchronously

English
Codejimmi ретвитнул

@Codejimmi Talking to real users beats guessing what they actually want
English

Technical skills are valuable, but they’re not the only requirement for building a successful AI app.
If you can identify problems, think in systems, anticipate future challenges, and design effective solutions, you’re already building the foundation.
Code can be written.
Vision and structured thinking are harder to teach.
English








