Why I Started Building ProXPL — Rethinking Programming for the AI Era

Published: (February 7, 2026 at 09:41 AM EST)
2 min read
Source: Dev.to

Source: Dev.to

Motivation

I didn’t start ProXPL to create “another programming language.”
I began the project because the development workflow felt fragmented.

Every time I built a system, I had to combine:

  • a backend framework
  • a security layer
  • an AI integration pipeline
  • a distributed coordination setup
  • GPU tooling
  • monitoring and resilience tools

These were powerful pieces, but they were disconnected.

The Core Question

What if distributed logic were not external systems, but native language concepts?
That question became the foundation of ProXPL.

A New Programming Model

Instead of asking:

“How do I manually implement everything correctly?”

ProXPL lets you declare:

  • the intent
  • the constraints
  • the required guarantees

The system then adapts to meet those specifications. This approach isn’t about removing control; it’s about raising the level of abstraction to match modern complexity.

Why Existing Paradigms Fall Short

We are entering an era characterized by:

  • AI‑native application architecture
  • Quantum experimentation phases
  • Multi‑cloud distributed deployments
  • Hardware‑diverse computation
  • Zero‑trust security environments

Old paradigms alone won’t carry us forward; we need new ones. While the shift isn’t at global scale yet, it is evolving. Languages change the world gradually, through ideas, experiments, and builders.

Looking Ahead

This isn’t about switching stacks tomorrow. It’s about participating in a conversation:

What should programming look like in 2030?

ProXPL is one attempt to answer that question.

Repository

GitHub – ProgrammerKR/ProXPL

Programming at the speed of intent.

0 views
Back to Blog

Related posts

Read more »

The Origin of the Lettuce Project

Two years ago, Jason and I started what became known as the BLT Lettuce Project with a very simple goal: make it easier for newcomers to OWASP to find their way...