Why Choose Us

We are AI-enabled software consultants

Every detail—from architecture to deployment—is handled with rigor, ensuring clarity, performance, and long-term maintainability.

We design and deliver systems that are technically rigorous and commercially impactful.

We embed AI into core workflows, decision-making, and product architecture to create durable advantage.

We translate complex opportunities into elegant, production-ready solutions.

We build with precision, scalability, and a clear understanding of business context.

car
Built for impact

We combine deep engineering expertise with AI to deliver solutions that are practical, scalable, and grounded in real business outcomes.

cube
AI that actually ships

We don’t just prototype—we design and deploy production-ready AI systems that integrate with your existing stack.

glasses
Measurable advantage

Our work is defined by outcomes: faster operations, smarter decisions, and capabilities that compound over time.

AI & Machine Learning Experts

Transforming Ideas into Intelligent Solutions

Software consultant specializing in AI/ML integration, custom model development, and intelligent automation for forward-thinking businesses.

hand of god

"We are better than AI. We are human."

Real thinking.

Real people.

Crafted, not generated.

Invented, not imitated.

The future needs 
more humanity.

Not less.

AI can replicate patterns.

Humans create meaning.

e9e

Latest Articles

All Articles

Keycloak: How to override the password reset emails

In order to override the text of the password reset emails in Keycloak, you want to do the following.

Make your own copy of the default themes. These can currently be found at: https://github.com/Halazv2/keycloak-theme/tree/master/themes/base/email 

Then, make changes to the theme as appropriate. There are several themes: the login theme stores the styling of the login pages. But the email theme contains the wording of the emails. 

Default Drupal file attachment types

I have the following list of extensions that I usually permit in drupal attachments:

  txt pdf doc docx html csv xlsx xlsm sh json
  cer pem pub key
  png jpg jpeg gif
  mkv sfv avi mp3 mp4 webm mov
  zip tar gz

Converting mbox to maildir

From Mellowhost blog.

mbox and maildir both are popularly used techniques to store mails. The simple way to understand the difference is, mbox uses a single directory to store all mails while maildir would utilize a directory structure to store mails. Most of the cases, advance mail receiving techniques IMAP over POP3 uses these sort of folder based concept to provide enhancement in mail organizing.