terminal
howtonotcode.com

Stories by Tags

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

Stories with tags: anthropic, anthropic, anthropic

Showing 1-9 of 9

Claude Code v2.0.75 published without GitHub release notes

article Daily Digest calendar_today 2025-12-24 Daily

Anthropic’s Claude Code v2.0.75 is on npm but lacks a corresponding GitHub release/tag, so the /release-notes command only shows up to v2.0.74. This is a regression seen in prior versions and breaks standard changelog-based upgrade workflows. Treat 2.0.75 as untracked until release notes appear or p...

Claude Code workflow for controlled multi-file edits (Max plan)

article Daily Digest calendar_today 2025-12-24 Daily

A recent walkthrough shows using Claude Code (available on the Max plan) as a chat-driven assistant for multi-file changes: describe the task, let it propose edits across files, review diffs, and iterate. The workflow favors deliberate, task-scoped sessions over inline completions to keep developers...

7 Claude Code skills for backend and data teams

article Daily Digest calendar_today 2025-12-24 Daily

A practical video walks through seven habits for using Claude Code effectively: scope tasks clearly, give focused repo context, request minimal diffs, write and run tests, iterate on errors, refactor safely, and document outcomes. The approach maps well to pairing workflows and reduces review noise ...

Long-interaction evals, T5 refresh, and NVIDIA Nemotron 3

article Daily Digest calendar_today 2025-12-23 Daily

A news roundup flags three updates: Google hinted at a T5 refresh, Anthropic introduced 'Bloom'—an open system to observe model behavior over long interactions—and NVIDIA highlighted Nemotron 3. The common thread is longer context and reliability tooling that affect how agents and RAG pipelines beha...

Practical guide to using Claude Code on your repo

article Daily Digest calendar_today 2025-12-23 Daily

A hands-on guide explains how to enable and use Claude Code to work against a real codebase, including setup, scoping permissions, and effective prompt patterns. It emphasizes breaking work into small, testable tasks and being explicit about files, constraints, and acceptance criteria for reliable o...

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

Claude Code adds Language Server Protocol support

article Daily Digest calendar_today 2025-12-23 Daily

Claude Code now integrates with Language Server Protocol (LSP) servers, letting the AI use your project’s existing language intelligence (symbols, types, diagnostics) for edits and reviews. The video walks through setup and shows how LSP-backed context improves code navigation and refactor reliabili...

Claude Code updates: hands-on walkthrough for backend teams

article Daily Digest calendar_today 2025-12-23 Daily

A walkthrough video demonstrates 10 recent updates to Anthropic's Claude Code and shows how to use them in day-to-day coding. Treat it as a demo: reproduce the workflows on your repo and measure latency, context handling on larger codebases, and PR diff quality before rolling out.