terminal
howtonotcode.com

Stories by Tags

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

Stories with tags: python, sdlc, sdlc

Showing 1-7 of 7

Prepare for new LLM drops (e.g., 'Gemini 3 Flash') in backend/data stacks

article Daily Digest calendar_today 2025-12-23 Daily

A community roundup points to December releases like 'Gemini 3 Flash', though concrete details are sparse. Use this as a trigger to ready an evaluation and rollout plan: benchmark latency/cost, tool-use reliability, and context handling on your own prompts, and stage a controlled pilot behind featur...

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...

GLM-4.7: open coding model worth trialing for backend/data teams

article Daily Digest calendar_today 2025-12-23 Daily

A new open-source LLM, GLM-4.7, is reported in community testing to deliver strong coding performance, potentially rivaling popular proprietary models. The video review focuses on coding tasks and suggests it outperforms many open models, but these are third-party tests, not official benchmarks.

Plan for year-end LLM refreshes: speed-optimized variants and new open-weights

article Daily Digest calendar_today 2025-12-23 Daily

Recent roundups point to new "flash"-style speed-focused model variants and refreshed open-weight releases (e.g., Nemotron). Expect different latency/quality trade-offs, context limits, and tool-use support versus prior versions. Treat these as migrations, not drop-in swaps, and schedule a short ben...

Designing reliable benchmarks for AI code review tools

article Daily Digest calendar_today 2025-12-23 Daily

A practical take on what makes an AI code review benchmark trustworthy: use real-world PRs, define clear ground truth labels, measure precision/recall and noise, and ensure runs are reproducible with baselines. It frames evaluation around both detection quality and developer impact (time-to-review a...

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...

Claude Code pushes 7 updates in 2 weeks

article Daily Digest calendar_today 2025-12-23 Daily

A new video reports seven recent updates to Claude Code, Anthropic’s coding assistant, released over a two‑week span. The key takeaway is a fast cadence that can change suggestion behavior, refactor flows, and IDE integration between sprints. Set up a 1–2 day pilot on a representative repo to baseli...