
AI Articles
We’re curious people by nature. And we love to teach others what we’ve learned. So explore our blog to gain fresh insights from our expertise in areas ranging from culture to AI.
SEP Wins TechPoint’s 2025 Exceptional Employer Mira Award
SEP Recognized as Indiana’s Top Tech Employer, Winning TechPoint’s Prestigious Mira Award Westfield, Indiana - SEP has been named Exceptional Employer by TechPoint at the 26th annual Mira Awards. This award recognizes companies that are developing talent through skills-based hiring…
Read Full Post

At Indy.Code() 2023, the campus of IUPUI was buzzing with innovation around all things software development. Four seasoned product development specialists from SEP took to the stage, sharing their expertise and insights spanning from the realm of probabilistic forecasting that fuels smarter decision-making to unveiling the potential of crafting custom AI software applications for highway […]
Read Full Post

How Autonomous AI Agents Leverage Text Completion Capabilities
This is the fourth post in a series that looks at how autonomous agents use generative AI models. Introduction The previous post showed how programmatic interactions with Open AI’s language models function. In this post, we’ll look at how two different autonomous agents (BabyAGI and Auto-GPT) leverage these capabilities. Agents like these provide a way […]
Read Full Post

Chatting With A LLM – Using the Open AI APIs
This is the third post in a series that looks at how autonomous agents use generative AI models. Introduction The previous post discussed how the text completion and chat completion capabilities work generally. It also showed some examples of prompts and responses. In this post, we’ll see how to use Open AI’s API to perform […]
Read Full Post

Probabilistic Chatting – How Text Completions and Chat Completions Work Behind the Scenes
This is the second post in a series that looks at how autonomous agents use generative AI models. Introduction The previous post introduced transformers and how they impacted recent natural language processing (NLP) developments. In this post, we’ll take a look at how this sort of transformer model works with completion and chat completion interactions. […]
Read Full Post

The Rise of Transformers-An Introduction to AI Transformers and LLMs
This is the first post in a series that looks at how autonomous agents use generative AI models. Introduction The past few years have included rapid advancements in the field of artificial intelligence (AI). These advancements are particularly demonstrable in the natural language processing (NLP) domain. Newer transformer based models have demonstrated remarkable capabilities in […]
Read Full Post

Identifying AI Opportunities: A Hypothetical Case Study
Previously, we discussed how there is a large class of business problems that AI can address. Here, we’re going to follow up that thought with a hypothetical case study. In particular, we’ll look at how AI could be part of a product for addressing elder care. When we hear elder care and artificial intelligence some remarkable […]
Read Full Post

Identifying AI Opportunities
We often hear or read that artificial intelligence will change the world as we know it. This misses the mark; AI has changed the world that we live in forever. It isn’t some futuristic technology that will alter our lives someday. It’s a feature in products that we interact with today. Artificial intelligence isn’t a […]
Read Full Post

DIY AI: Sentiment Analysis P2: Implementation
Blog Post Written By: Lisa Lo Once again, we’re back to discuss sentiment analysis. In our last post, we went over what sentiment analysis is, why it’s useful, and the main approaches to solving sentiment analysis. Now, with all that knowledge in hand, it’s time to start coding our own sentiment analyzers! Setup You’ll need […]
Read Full Post

DIY AI: Sentiment Analysis P1: The Overview
Blog Post Written By: Lisa Lo In our last (first?) NLP post, we explored Natural Language Processing (NLP). As mentioned, a great place to start discovery of NLP is sentiment analysis since it’s a well-known and studied problem, but also very useful. So, today we’ll be going over an overview of sentiment analysis and how […]
Read Full Post