About the founder
Why I built Clawddesk.

It started with the SDK
I am Junaid Siddiqi, and most people call me Jay. I build software, and I built Clawddesk to make one point as plainly as I could.
When Claude is the target model, Anthropic’s Claude Agent SDK hands you the whole engine. The work that used to take fifty lines of agent-loop plumbing, tool calls, sessions, sub-agents, streaming, is now a single function call. You write one query() and the SDK takes care of the rest. That shift is genuinely exciting, and most people have not seen it yet.
Clawddesk is my answer to that. It is a small, readable example that shows how thin the layer has become: a full multi-agent command desk, where almost every feature maps back to one or two options on that one call. If you read the code, you are reading the SDK’s surface area. That is the whole idea.
Why it is free and open
Clawddesk is free and MIT licensed, and that is deliberate. It is a teaching example, not a product. There is no hosted version and none is planned. You bring your own Anthropic credentials and run the whole thing on your own machine.
The value here is in what it teaches, not in what it sells. The fastest way to help someone understand how approachable building with AI has become is to put a complete, working example in their hands with nothing held back, and let them read it, fork it, and change it.
What I am really promoting: AI awareness
Underneath the code is a simpler goal. I want more people to understand what AI can already do, and to feel that they can build with it themselves.
For a long time, shipping real software meant being a full-stack engineer or hiring a team of them. That is changing fast. With the right tools and clear thinking, one person can now build what used to take a department. I do not think the people who learn to work this way should have to be engineers first, and I do not think the knowledge should sit behind a paywall.
That belief runs through everything I build under RBJ Global, including Clawdemy, a free curriculum that teaches how modern AI actually works. Clawddesk is the same instinct pointed at developers: a worked example you can learn from. We need more of these, shown plainly, one at a time.
Part of a larger portfolio
Clawddesk is one of several independent, privacy-first products I build and operate under RBJ Global LLC, a Dallas-based software company. Each one keeps your data on your own device and stays out of your way.
If you want the fuller picture, it lives at rbjglobal.com, and you can find me on LinkedIn.
Read the code. See how thin the layer is.
Clawddesk is free and open source. Clone it, run it on your own machine, and follow the path from a single call to a full command desk.