proomt

Search

Search posts, papers, and topics

All posts

ByteByteGo1 min readintro

LAST CALL FOR ENROLLMENT: Build with Claude Code

Summary

ByteByteGo is reopening a 2‑day intensive course on Claude Code, with enrollment closing in 24 hours. The course promises to teach agentic loops, context engineering, and production workflows.

  • Enrollment ends in 24 hours; the course starts Sep 16.
  • Curriculum claims to cover agentic loops, context engineering, memory layers, and parallel development with Git worktrees.
2/10

Related reading

  1. One style guide for everything Claude Code writes

    A detailed walkthrough of forking the nbj‑write‑clearly Claude Code skill to enforce the Google Developer Documentation style guide across all developer‑facing prose (docs, comments, commit messages, review feedback). The fork expands the trigger set, vendors the 70‑page guide offline via a Bun sync script, and adds a layered approach (global CLAUDE.md rules, on‑demand skill, per‑agent preloaded…

    Bjørn Johansenbjornjohansen.com5 min
  2. Quoting Thariq Shihipar

    Claude Code version 2.1.277 now supports AGENTS.md as a fallback for CLAUDE.md for project instructions. This feature is built on an upcoming "Claude Code mods" system, which will allow users to create custom project instruction configurations.

    Simon Willisonsimonwillison.net1 minrelease
  3. Article: Your Next DSL Author Is a Language Model

    Typed Domain Grounding (TDG) embeds a DSL inside a mainstream language the LLM already knows (e.g., Kotlin) and uses the host compiler as an oracle. The author describes five building blocks—embedding, choosing a host language with high training‑data frequency, compiler‑driven type safety, a generate‑compile‑repair loop, and an on‑demand teaching tool—and shows measured results from kUML, a Kotli…

    InfoQinfoq.com18 min