Insights gallery

Explore our thinking

Dive into our world and find out what we have to say about technology, UX, and software development.

Lower False Positives in Financial Crimes using LLM/ML and Spatial Analytics

Lower False Positives in Financial Crimes using LLM/ML and Spatial Analytics

Increase accuracy and lower false positives in Financial Crimes. Register to learn how AI & automation can sharpen your investigations.

2021 Trends in Fraud (AML)

The focus of this webinar is to identify Machine Learning, Visualization, and Graph technology trends in 2021 that can increase the accuracy and output of systems, and how including the ‘Human in the Loop’ can get you ahead of AML legislation.

Expero & Datastax Interview from OSCON 2017

Scott Heath and Patrick McFadin talk about how Expero and Datastax are partnering together to solve complex problems with graph data.

Testing When the Network Is Down

Today I had the lovely experience of being told “the network to the cluster is down” while I was writing some code that was supposed to use the cluster. Was I stalled? How could I test my logic? It turns out we’re rather obsessive about separating interface from implementation, usually via C# interface definitions. In this case, I just went down the road I was going down anyway: making some simple mock objects to model the cluster dependencies. (We use Moq.) Now I don’t really care that the network is down.