AI for Nerds: Best Practices for Using AI-Enabled Development Platforms and How to Empower Your Engineers

ValereValere
6 min read

It’s okay to admit it - letting go can be difficult! I’m one of those old school engineers who prefers VIM to the JetBrains IDE suite, command line output to fancy GUIs …. But I’ve had to adapt. My career as a developer started in 2007 or so when I founded my own two-person development agency in the pre-iPhone era, and as my career grew in both responsibility and scope, managing and growing multi-national development in English and Spanish for Valere and building teams of 100+ engineers, I’ve learned to embrace how new technologies can help make small, medium, and large scale teams more organized, efficient, and secure.

It’s not just my own obsolescence that I’ve had to confront, but also how to teach junior and semi-senior engineers to use technologies in a responsible way. While I don’t think robots will take all our jobs, I do think that coworkers who learn the right habits and use new AI technologies responsibly are the ones who will thrive in the new economy. So think of this article as a blueprint to save your job as a manager while ensuring that your team will adapt to deliver best results.

Easier said than done! So first, a few caveats.

Don’t be afraid to point out to your youngest team members when they are just making copy-pasta of generated code, or not following your (non-automated) style guidelines that allow for good collaboration. In my experience the best thing you can do is leverage a combination of automated and manual code reviews, which allow for the stupid stuff (whether the algorithm spits out the right number, complete with a unit test) to be done by computers. Don’t worry, you won’t hurt their feelings!

That way true senior engineers (and aspiring tech leaders) can focus on the subtlety and art that differentiates great development teams from the merely mediocre - a semantic grace that may appear unnecessary but that will mean that whoever picks up where the current code review left off will be able to understand exactly what’s going on and how to improve on it. Always require at least one review by a more senior engineer, and also require that code reviews themselves be of a manageable size. If you don’t do that, your AI generated code will look like it’s written by brilliant lunatics, and we all hate to work with those people. Needless to say, it’s important to also pick a standard (human) language for any comments or review sessions. English is a good but not necessary lingua franca, and if new teammates are afraid, well, there’s an App for that …

Do weekly show-and-tells. I’ve always thought that the smartest people I know aren’t the best developers who work all day with a VR headset on, but those who can explain, to actual human beings, mostly dumber than they are, how what they did works. It’s okay to use assistance when writing code, but at the end of the day your developers need to be responsible for their own product, and this is a simple way to ensure that this is the case.

The important thing is to avoid letting the power unleashed by the AI revolution get out of hand. At a high level, I recommend the following:

  • Educate Your Team: Provide training on how to best use AI tools to ensure adoption and maximize value.

  • Start Small: Begin with one or two AI tools to address specific pain points before scaling up.

  • Measure Impact: Regularly evaluate how these tools affect productivity, code quality, and team satisfaction.

  • Maintain Control: Use AI as an augmentation, not a replacement. Engineers should always retain decision-making power.

Let’s put theory into practice by discussing some AI tools that actually work.

The first benefit of working with AI is generating (pretty good - see above) code, very, very quickly. As I mentioned - this isn’t just to crank out more and more layers of garbage, but to empower your engineers to focus on architecture, semantics, and the things that matter. It’s also a quick way to ensure compliance with basic security features like avoiding SQL injection and XSS vulnerabilities that even good engineers sometimes miss.

AI can be a powerful ally for ensuring code quality by identifying bugs, suggesting improvements, and enforcing coding standards. The big three I’ve worked with and highly recommend are:

  • GitHub Copilot: A code-completion tool powered by OpenAI’s Codex, GitHub Copilot helps developers write code faster by suggesting lines, functions, or entire implementations. It integrates seamlessly into popular IDEs, such as Visual Studio Code.
    Learn more about GitHub Copilot.

  • SonarQube: This tool uses static code analysis to detect bugs, vulnerabilities, and code smells in your projects. Pairing SonarQube with AI-driven insights ensures your team adheres to best practices.
    Check out SonarQube.

  • Tabnine: This AI assistant supports dozens of languages and IDEs, offering context-aware suggestions while respecting your coding style.
    Explore Tabnine.

Again, and I can’t emphasize this enough: these applications are not ends by themselves, they are meant to free up developers to write less messy code, which MUST be reviewed by others.

Next up are tools for automating repetitive tasks. Sometimes engineers don’t value their time (being nerds and all), but it’s important that they’re not just pushing buttons when they can be using those giant brains for more important things.

  • CI/CD Pipelines with Jenkins + AI: Enhance your build and deployment processes by integrating AI for smarter resource allocation and faster failure detection.
    Learn about Jenkins.

  • Terraform + AI for Infrastructure Automation: Tools like Bridgecrew integrate AI into Terraform workflows, detecting misconfigurations and enforcing security policies.
    Discover Bridgecrew.

  • Dependabot: Keep dependencies up to date automatically with Dependabot, which suggests updates and security patches using AI-based dependency analysis.
    Try Dependabot.

Next, there are the more specialized tools in ML and data science. Here you have to be even more careful, because elegant solutions require sustained thinking and iterations on top of boilerplate implementations, but if you can make your robot buddy do the boring stuff for you, have at it!

  • TensorFlow A versatile open-source machine learning framework, TensorFlow supports everything from predictive modeling to AI-powered development automation. Its APIs make it easy to integrate into existing applications, particularly for data-heavy workflows.
    Explore TensorFlow.

  • OpenAI Codex Powering GitHub Copilot, OpenAI Codex is a highly capable model for translating natural language prompts into code. Its API enables developers to embed advanced AI capabilities directly into their tools, and is great at automating tests from function descriptions, something overlooked at a developer’s peril.
    Learn about OpenAI Codex.

  • Google AutoML Google AutoML simplifies the creation of custom machine learning models with minimal expertise. Its scalability and integration with other Google Cloud services make it a powerful choice for platform-specific projects.
    Discover Google AutoML.

And last but not least, collaboration is the backbone of effective development teams. Some tools I’ve used that incorporate AI into effective product development via collaboration include:

  • LinearB: This tool provides engineering teams with data-driven insights to identify bottlenecks and improve team collaboration. It uses AI to recommend process improvements and optimize delivery.
    Explore LinearB.

  • Miro AI: Enhance brainstorming and agile planning sessions with AI-supported whiteboarding and diagramming features.
    Discover Miro.

  • Slack GPT: AI capabilities within Slack can summarize threads, automate responses, and integrate with tools like GitHub to keep your team in sync.
    Learn about Slack GPT.

Most importantly, keep learning and have fun! The landscape is continuously changing but for me, that’s the best part of working in this industry.

Discover more solutions and insights at Valere.io.

0
Subscribe to my newsletter

Read articles from Valere directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Valere
Valere

Valere is an award-winning technology innovation & software development company, utilizing emerging technology in Machine Learning (ML) and Generative Artificial Intelligence (GenAI) to enable medium to large enterprises to execute, launch, and scale their vision into something meaningful.