Recent Posts

AI Assisted Code Reviews - Augmenting Pull Requests in .NET Projects

Code reviews are among the highest value, yet most time consuming aspects of the modern development process. While it cannot, and should not, replace human developers in the code review chain, AI can prove a valuable resource to handle much of the mechanical work of the flow – styles, naming, bugs, null checks, and so forth – so that human reviewers can focus on architecture, intent, correctness, and nuance. When applied prudently, AI can be a critical augmentation to humans in the process.

Read more →