terminal
howtonotcode.com

Stories by Tags

Search and filter stories across all digests by tags. Stories must match all selected tags.

Stories with tags: github-copilot, sdlc

Showing 1-3 of 3

Coding tutorials are giving way to AI-assisted workflows

article Daily Digest calendar_today 2025-12-24 Daily

A popular dev educator says traditional step-by-step coding tutorials are less useful as AI assistants and agents handle boilerplate and routine tasks. Teams should shift training toward problem framing, debugging, testing, and system design while treating AI as a pair programmer—not a replacement f...

Claude Code CLI in production: practical lessons from a 350k+ LOC codebase

article Daily Digest calendar_today 2025-12-23 Daily

A solo maintainer reports using Claude Code to generate 80%+ of code changes across a 350k+ LOC mixed stack, integrating it via a terminal CLI that works with existing IDEs. The key hurdles were the 200k-token context limit (requiring careful file selection) and balancing speed, code quality, and hu...

Karpathy’s 2025 LLM themes: RLVR, jagged intelligence, and vibe coding

article Daily Digest calendar_today 2025-12-23 Daily

Two third-party breakdowns of Karpathy’s 2025 review highlight a shift toward reinforcement learning from verifiable rewards (tests, compilers), acceptance of "jagged" capability profiles, and "vibe coding"—agentic, tool-using code workflows integrated with IDE/CI. For backend/data teams, this point...