10xDEVBLOG

Collection

AI Development & Integration

May 22, 2026

The DSL Layer Between AI and Your App

The first version of the DarJS test architecture had the AI writing raw Playwright. page.click('a[href*="/new"]'). page.fill('input[name="cin_patient"]', 'AB123456'). page.waitForSelector('.record-id:has-text("REG-001")'). It worked until a template changed. Then it silently broke...

May 22, 2026

The Living CODEMAP

tags: [codemap, tooling, sync, symbols, line-numbers, documentation, pre-commit, trust] related: tools/codemap/symbol-extractor.js tools/codemap/codemap-patcher.js tools/codemap/smell-detector.js packages/cli/commands/codemap.js docs/CODEMAP.md responses/RESPONSE_2026-05-16_codemap-sync-tool.md status: current — 023 — The Living CODEMAP Every codebase that works...

May 22, 2026

The Test Seam for Heavy Dependencies

tags: [testing, mocking, esm, cjs, transformers, injection, seams, unit-testing, vitest] related: packages/nlp/semantic-resolver.js packages/nlp/tests/semantic-resolver.test.js packages/testing/tests/nl-runner.test.js status: current — 026 — The Test Seam for Heavy Dependencies The semantic resolver...

Previous Page 9 of 56 Next