Articles by Jeffrey Cogswell
-
How Much Do You Need to Learn About AI Models?
Today’s AI platforms rely on different types of models, including the Large Language Models (LLMs) that power generative AI. As a software developer, how much do you need to actually learn about… -
GitHub Copilot: Deep Dive into an AI Assistant
Artificial intelligence (AI) has reached a saturation point where every developer needs to make use of it, or at least consider integrating it into their current workflows. Among the most popular… -
New AWS AI Tools and the Future of Development
Are we finally there yet? Can AI build all the software the world needs, stripping human developers from the process completely? No. However, we’re at a point where companies such as Amazon Web S… -
AI Frameworks that Python Programmers Should Learn
We’ve reached a point in AI advances where almost any app can benefit from having some form of AI embedded in it. Even something as simple as a calculator app could include a chatbot specifically… -
How to Become a Machine Learning Engineer
Machine Learning (ML) is a type of artificial intelligence (AI) whereby software will analyze data, and from there make predictions based on that data. As new data comes in, the predictions are c… -
How to Become a Deep Learning Specialist
Deep learning, a field within AI, is a type of machine learning whereby software uses deep layers of neural networks to find patterns in complex data. It’s a highly specialized but burgeoning fie… -
AI for Agile Scrum Masters and Product Owners
With the advent of generative AI, software companies can now layer additional automation onto their existing processes. For example, software engineers can rely on generative AI tools to quickly… -
What are the Latest Jobs in AI?
Now that generative AI offerings such as ChatGPT have firmly entrenched themselves in tech workflows, new jobs are available to tech professionals with the right knowledge base. The companies tha… -
AI Tools for Programmers: What Can They Do for You?
Developers have begun building generative AI tools designed to help tech professionals with coding. But like any kind of tool, you need to be careful when deploying these AI-enhanced offerings. F… -
How to Build Better AI Prompts for Coding Help
AI tools such as ChatGPT can prove helpful when you’re coding. In theory, you can provide the chatbot with a description of what you need coded, and the platform will return the appropriate code…