SEP Blog
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
Co-written with Jeanine Brosch, Matt Mast, and Robert Nowadly During some projects, we work alongside client development teams. However, in some cases, we work amongst a distributed team of developers for increased collaboration. For one such engagement, we were hosting our client’s infrastructure at our site, on our hardware. Our client relied on us to report […]
Read Full Post

Distributing Depth First Search to the Masses
Last Time Last time we talked about techniques for exchanging processor (and developer) time for reduced will clock time in heuristic search. In other words, we talked about how to use multiple cores on a single machine to solve a problem faster. That worked pretty well, but we noticed that it couldn’t scale beyond the […]
Read Full Post

Parallel Problem Solving
Last Time Previously, we looked at a technique for reducing the memory footprint of a heuristic search. We talked about why it was important to reduce the memory consumed by a search. Even if we move heaven and earth to reduce memory consumption, heuristic search is still prohibitively expensive in terms of time. Learning Goals This […]
Read Full Post

Trying Deltas For A Change
Last Time Last time we took a look at how improved bounds computation and child ordering can improve the performance of heuristic search algorithms. In particular, we saw how those techniques improved the performance of depth first search (or depth first branch & bound if you prefer) when applied to the TSP. Even though we […]
Read Full Post

AgileIndy, a Developer’s Perspective
First, I want to give some background on myself and my relation to the Agile movement. I have read the manifesto, I have worked on teams that have used scrum, and have also worked on some teams that practiced Agile. However, AgileIndy was my first agile conference and my first software related conference in general. […]
Read Full Post

SEP Selected as a Nominee for TechPoint Mira Exceptional Employer Award
TechPoint, the nonprofit, industry-led growth initiative for Indiana’s technology ecosystem, announced the nominees for its 20th annual Mira Awards presented by Angie’s List and Salesforce. The Mira Awards gala—the biggest tech awards event in the state—celebrates the people, products, companies, and places chosen as ‘The Best of Tech in Indiana’. SEP is a nominee in […]
Read Full Post

Pulling the Andon Cord
In the manufacturing world, the Andon cord obligates anybody who spots a problem to stop production. Anybody. Andon cords are a part of the Toyota Production System. The Andon cord is a simple rope that extends the length of the production line. (Black/yellow cords in the picture above) Pulling the rope stops production. Toyota not […]
Read Full Post
SEPTalks: It’s an Agile World Out There – Cultivating Culture
Company culture is hard, transforming a company culture is even harder. Many organizations have invested in Agile coaches, training, and even changed the way they operate; all leading to frustration. At SEP, we believe that Culture is how we act outside of processes and practices and eliminating barriers for people to be their best selves. […]
Read Full Post

Software Development in a Regulated Environment
Getting mission critical medical products launched to market means getting FDA approval. And these days that process often starts in software development. The Food and Drug Administration regulates the medical device market, with many constraints on developing products. First, it may be helpful to talk about the history of the FDA and its importance in […]
Read Full Post