Workjet
Back to blog
Vision April 14, 2026 6 min read

Building the AI Harness for Information Workers

Developers have Claude Code and OpenCode. What does everyone else get?

Something remarkable happened in the developer tools space over the past two years. AI stopped being a novelty and became infrastructure. Tools like Claude Code and OpenCode gave developers an AI harness — a context-aware, tool-connected, terminal-native workspace where AI isn't a separate tab. It's woven into the work itself.

These tools share a philosophy: meet the worker where they already are. Don't ask a developer to switch to a chat window, paste code, get an answer, copy it back. Instead, give them an AI that sees their files, understands their project, connects to their tools, and executes alongside them.

It's working. Developers are shipping faster, debugging more efficiently, and spending less time on boilerplate. The productivity gains are real and measurable.

But here's the question nobody seems to be asking:

What about everyone else?

The information worker problem

Account managers preparing deal summaries. Legal teams drafting compliance memos. Operations leads building weekly reports. Finance analysts reconciling invoices. HR professionals writing onboarding documentation. Customer success teams monitoring support channels.

These people do knowledge work every day, and they're using AI too — but in the worst possible way. They open ChatGPT in a browser tab, paste in some context, get a response, copy it out, and go back to their actual work. Context switching. Manual copying. No connection to the systems where their real data lives.

Worse, from IT's perspective, this is shadow AI. Every department has its own subscriptions. There's no central audit trail. No DLP policies. No cost visibility. No way to know if someone just pasted a customer's social security number into a consumer AI product.

The developer world solved this with harnesses. We think information workers deserve the same thing.

What an AI harness looks like for non-developers

A developer's AI harness is terminal-native because developers live in terminals. An information worker's harness needs to be something else entirely. Here's what we landed on after months of research and prototyping:

A desktop app with a document-aware chat panel. Whatever you're looking at — a spreadsheet, a PDF, a report — the AI sees it too. You don't copy-paste context. The AI is already there, docked at the bottom of your workspace, watching your active tab.

Background assistants that work while you don't. Developers have CI pipelines. Information workers should have AI assistants that watch their inbox, monitor Slack channels, and summarize incoming documents — continuously, without needing to be prompted each time.

Scheduled automations that replace repetitive tasks. That Monday morning pipeline report you build manually every week? That should be an automation: pull the data, analyze the changes, write the summary, and have it ready before you open your laptop.

A skill library so the whole team benefits. When one person on the sales team figures out the perfect prompt for summarizing a deal room, that knowledge shouldn't die in their chat history. It should become a one-click skill that every account manager can use.

The governance gap

There's another dimension to this that consumer AI tools completely ignore: enterprise governance.

When a developer uses Claude Code, their company's IT team can enforce policies through their existing CI/CD infrastructure, code review processes, and repository access controls. The governance surface already exists.

When a sales rep uses ChatGPT? There is no governance surface. IT has no visibility into what's being sent, which models are being used, how much it costs, or whether sensitive data is being leaked.

This is why we built Workjet around a gateway model. Every AI request from every user flows through your company's own inference gateway. That gateway is the single chokepoint where IT can enforce data protection policies, route requests to appropriate models, track costs by department, and maintain a complete audit trail.

The desktop app is the user-facing product. The gateway is the IT-facing product. Both are essential.

Why desktop-native?

We could have built another web app. We chose a desktop app for three reasons:

Speed. A native app starts in under a second and uses 50MB of RAM. A web app in a browser tab competes with dozens of other tabs for memory and attention. For a tool you keep open all day, this matters.

Security. A desktop app can store credentials in the operating system's native keychain. A web app stores them in cookies or local storage — visible to browser extensions and other scripts. For enterprise customers, this is a material security difference.

Presence. A desktop app sits in your dock or taskbar. It's always one click away. It doesn't get lost in a sea of browser tabs. For a tool that's meant to be a constant companion, desktop presence is the right form factor.

What's next

We're in private beta today with the core experience: chat with document context, tool connections, and the governance gateway. Background assistants and scheduled automations are coming next, followed by the skill library and marketplace.

If you're leading a team that's struggling with fragmented AI tools and shadow usage, or if you're an IT leader looking for a single governance point for your organization's AI adoption — we'd love to talk.

— The Workjet Team