# Don't just slap on a chatbot: building AI that works before you ask

AI Engineer · 2025-02-22

<https://aie.addtry.com/fca94927-f0eb-43c8-99fa-c40d1a62d103>

Arthur Objartel of Evil Martians argues that slapping chatbots on products is misguided, advocating instead for proactive AI that assists users before they ask. Drawing from his work on Tegon, an AI-powered issue tracker, he demonstrates three interaction modes—suggestion, action, and question+action—that operate within the natural workflow without chat interfaces. The AI triggers contextually relevant questions and actions, such as splitting issues or suggesting subtasks, all reversible with one click. He proposes three rules: AI supplements user agency, offers recommendations not force, and integrates without breaking flow. Examples extend to code editors catching pitfalls and design tools promoting accessibility. The talk challenges the status quo, urging experimentation beyond reactive chat interfaces.

## Questions this episode answers

### How does Tegon's AI assist users without a chat interface?

According to Arthur Objartel, Tegon uses proactive AI in two modes. In ‘suggestion mode’, it detects context—like a legal issue being reported—and immediately asks specific, contextual questions that move the work forward, avoiding generic prompts. In ‘action mode’, it recognizes complex tasks that can be split into sub-issues and suggests an organized breakdown based on historical data and domain understanding, all within the natural workflow and without breaking user flow.

[1:15](https://aie.addtry.com/fca94927-f0eb-43c8-99fa-c40d1a62d103?t=75000)

### What does the speaker say about Clippy's role in the history of proactive AI?

Arthur Objartel argues that Clippy, the widely disliked assistant from Microsoft Office, actually had a revolutionary concept: proactive help. He claims it failed due to terrible execution and bad timing—25 years too early. With today's AI technology, Objartel believes we can now deliver on that vision correctly, building assistants that anticipate user needs instead of waiting for commands.

[0:53](https://aie.addtry.com/fca94927-f0eb-43c8-99fa-c40d1a62d103?t=53000)

### What are the three design principles for proactive AI given in the talk?

Arthur Objartel states three rules for proactive AI: first, it should supplement user agency, not replace it; second, AI must offer recommendations but never force them on the user; third, AI should be part of the natural workflow and not stop it. These principles aim to keep users in control while enabling AI to provide timely, contextual help without disrupting their work.

[3:41](https://aie.addtry.com/fca94927-f0eb-43c8-99fa-c40d1a62d103?t=221000)

## Key moments

- **[0:00] Intro**
- **[0:33] Rethinking AI**
  - [0:53] Clippy had the right idea but terrible execution and timing, says Arthur Objartel, and now technology can do it right.
- **[1:15] Suggestion Mode**
- **[1:54] Action Mode**
  - [2:12] AI in 'action mode' identifies sub-issues and suggests better organization based on previous data and domain knowledge, says Arthur Objartel.
- **[3:07] User Control**
- **[3:41] Three Principles**
  - [3:41] Three rules for proactive AI: supplement user agency, offer recommendations not force, and be part of the natural workflow, says Arthur Objartel.
- **[4:37] Getting Started**
- **[5:12] Outro**

## Speakers

- **Arthur Objartel** (guest)

## Topics

AI Product Design

## Mentioned

Evil Martians (company), Clippy (product), Tegon (product)

## Transcript

### Intro

**Arthur Objartel** [0:01]
You know what's wrong with AI today? Everyone's racing to add chatbots to their products, just slapping on a chat interface and calling it a day. And I get it, it's the easy solution, but is it actually helping anyone?

Hi, I'm Arthur, I'm a product designer at Evil Martians, focused on dev tools and AI. Today I want to challenge how we think about AI in products, share what I've learned from the trenches, and give you practical principles you can apply in your own work.

When I started working on Tegon, an AI issue tracker, I decided to do something different. Actually, I did the complete opposite of what everyone else was doing. And you know what? It worked. Here's something funny: the solution we needed has beenright in front of us for 25 years.

### Rethinking AI

**Arthur Objartel** [0:53]
Remember Clippy? Yeah, everyone loves to hate on Clippy. But hear me out: Clippy had theright idea, just terrible execution and terrible timing. But now we have the technology to actually do itright. While everyone else is making their AI assistant more reactive, I thought, what if AI didn't wait to be asked?

What if it just knew what you needed? Let me show you what I mean. Watch this. See what's happening here? Our AI didn't wait for user input; it saw someone reporting a legal issue and immediately started asking theright questions.

### Suggestion Mode

**Arthur Objartel** [1:31]
Non-generic "how can I help?" questions. Specific, contextual questions that actually move the work forward. We call this "suggestion mode." It's tracking what the user is writing in real time, understanding the context, and jumping in at exactly theright moment, with exactly theright questions.

No chat window needed. This next example is even better. Look at what happens when someone writes an issue that can be split into sub-issues. Most AI assistants would just sit there, hours since the complexity, and immediately suggest a better way to organize the work.

### Action Mode

**Arthur Objartel** [2:12]
See how it's already identified the sub-issues? And it's not just splitting things randomly. AI has all the previous data, knows how it was done before, and has a general understanding of how it is better to organize things. This is AI that actually understands your domain.

We call this "action mode." And here's where it gets really interesting. Our AI isn't just organizing work; it's thinking about timelines and resources. It's like having a really good project manager who's always there, always paying attention (if those even exist).

Notice how all of this happens within the natural flow of work. No context switching, no extra windows, and no chat interfaces. It asks you theright question and helps you to better manage issues. We call this "question + action mode."

Now, I know what some of you are thinking: "But what about user control?" Well, you can revert the changes easily with one click. You're still in charge. So what you have just seen is AI that guides users seamlessly.

### User Control

**Arthur Objartel** [3:23]
No more wasting time trying to figure out how to explain what you need. The AI has your back, helping you create better work without breaking your flow. And while we build this for issue tracking, think about how powerful this pattern could be across all kinds of professional tools.

### Three Principles

**Arthur Objartel** [3:41]
We follow three simple rules to foster this sort of proactive AI in our products. First, AI should supplement user agency, not replace it. Second, AI should offer recommendations, never force them. And third, AI should be part of the natural workflow, not stop it.

Take code editors, for example. AI can proactively watch for common pitfalls and suggest improvements. This would be especially valuable for developers just learning a new language or a framework. Or design tools: imagine a tool that makes suggestions toward accessible design as you work, so you don't have to check it afterward.

That's proactive AI in action. And communication tools could prepare relevant context before your meeting even starts, or find you the document you just mentioned on a call. You're still in control, but now you have an advisor in your corner.

Here's how you can start thinking about this for your own products. First, look for friction points where users have to stop what they're doing to ask for help. That's your opportunity for proactive assistance. Second, identify patterns in your users' behavior.

### Getting Started

**Arthur Objartel** [4:54]
Where do they usually need help? What questions do they always ask? These are your clues for automation. And finally, the most crucial: think about context. Where do users get stuck? That's where AI can help most. Look, we can keep adding chat interfaces to everything.

### Outro

**Arthur Objartel** [5:12]
AI interface design is still just beginning to take shape. That means we don't have a fully formed playbook of best practices just yet, but simply copying and pasting chat interfaces isn't the answer. So, don't be afraid to experiment in your products.

Challenge the status quo, and propose unexpected UI solutions. I'm excited to see what you will build with these ideas. Thank you for your time. If you want to know more, make sure to check out our blog and social media.

Bye!

---

This library is powered by PodHood (https://podhood.com), the podcast website platform.
