Topic: Augmented Coding

8 posts

Leveraging Cursor in a Large-Scale Project: My First Experience

Onboarding onto a large LMS codebase, I used Cursor not to write features faster, but to build a mental model: where legacy PHP meets newer REST layers, how events propagate, and where permission checks actually live.

This post walks through two real explorations (user impersonation across stacks and a permissions trace), with anonymized prompts, what the tool got right and wrong, and a small playbook you can reuse on your own brownfield project.

Read more ...

Spec-Driven Development

In a world where AI writes code at lightning speed, the bottleneck has shifted from typing to thinking.

Spec-Driven Development (SDD) puts requirements and behavior specifications at the center of the development process, ensuring that what we build is what we actually need — before a single line of code is written.

Read more ...

Boundaries Against the Machine

Five years ago, we invested in Domain-Driven Design. Conferences, workshops, consultants. The works.

The goal was simple: help humans navigate complexity. Make domain experts and developers speak the same language.

We had no idea those same boundaries would matter for something else entirely.

Read more ...