You're probably listening to the wrong people about AI Codingblog.robbowley.net3 points·by imasl42·hace 9 meses·0 comments
Coding with LLMs: We can talk to computers now and we're upset about itcoding-with-ai.dev3 points·by imasl42·hace 9 meses·0 comments
What is good software architecture?newsletter.pragmaticengineer.com1 points·by imasl42·hace 9 meses·0 comments
After the AI boom: what might we be left with?blog.robbowley.net162 points·by imasl42·hace 9 meses·462 comments
If you use Claude Code with Codex or Cursor: ln -s AGENTS.md CLAUDE.mdcoding-with-ai.dev7 points·by imasl42·hace 9 meses·0 comments
Claude Code 2 and the hidden cost of slow coding assistants: context switchingcoding-with-ai.dev3 points·by imasl42·hace 10 meses·1 comments
If you are good at code review, you will be good at using AI agentsseangoedecke.com192 points·by imasl42·hace 10 meses·197 comments
I ran Claude in a loop for 3 months, and it created a genz programming languageghuntley.com20 points·by imasl42·hace 10 meses·19 comments
Claude Code Techniques from Summer 2025coding-with-ai.dev4 points·by imasl42·hace 11 meses·1 comments
Cchistory: Tracking Claude Code System Prompt and Tool Changesmariozechner.at2 points·by imasl42·hace 11 meses·0 comments
imasl42·hace 11 meses·discussI get about an hour per day with Gemini 2.5 Pro for free in Gemini CLI, then it downgrades to flash model.
imasl42·hace 11 meses·discussAwesome! I’m curious how is the team you built these models with? Is it great?
imasl42·hace 11 meses·discussYou might find this repo helpful, it compares popular coding tools by hours with top-tier LLMs like Claude Sonnet: https://github.com/inmve/free-ai-coding
imasl42·hace 11 meses·discussMy Gemini CLI quota for Gemini 2.5 Pro gets used up way faster than the ~100 h/day math. I’m seeing <1 hour of coding before it auto-switches to Flash. Anyone else experiencing it?
Never commit directly to `main` - always use feature branches