On Copilot

I’m currently using Copilot, and 80% of the benefits I get from it come from removing boilerplate code and refactoring. The other 20% comes from using it as smart autocomplete so I can quickly add a lot of properties or arguments. I do a lot of “greenfield” work with it, which is where it really […]

Continue Reading

How I use Chat-GPT4

Recently, I’ve been having extensive, in-depth conversations with GPT-4 about design problems I’ve encountered and how to solve them. In these discussions, GPT-4 has surprised me with the quality and brilliance of its ideas and suggestions due to its ability to delve deeply into the details and grok the problem space. I’ve put some of […]

Continue Reading

AI in Rust

AI has become a popular topic in software development, and Rust has become a good programming language for making software that is efficient, safe, and reliable. This article will talk about how AI can be built with Rust and how the Rust community is making tools and libraries to help with AI workloads. What is […]

Continue Reading