Topic: Augmented Coding

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

Inglorious Testing: Does AI Mitigate QA Curiosity?

As AI tools revolutionize software testing, QA professionals fear losing the curiosity and critical thinking that define their craft.

But rather than diminishing these essential traits, AI actually amplifies them by shifting the QA role from test execution to quality architecture.

This exploration examines how AI serves as a high-performing partner that handles repetitive tasks, creating space for deeper analysis of user experience, business context, and meaningful test coverage—ultimately strengthening rather than weakening the human elements that make QA invaluable.

Read more ...