← All notes

Applied AI

AI becomes useful when it fits a real workflow

How to use AI for drafts, classification, and retrieval while keeping facts, permissions, and final decisions under control.

/ 6 min read

Choose a narrow job with a visible output

The strongest AI features do not start with a general chat box. They start with a job a person already repeats: turn a call note into a structured draft, classify an incoming document, find a relevant policy, or explain the next step in a process. The output must be easy for a person to check.

This keeps the evaluation honest. Instead of asking whether the model feels intelligent, ask whether it saves time without increasing corrections. A feature that consistently creates a useful first draft is more valuable than a feature that promises to answer everything.

Give the model only the context it is allowed to use

Permission checks happen before retrieval, not after a response is generated. The system should identify the user, apply the same access rules used elsewhere in the product, and pass only the documents that user may view. A helpful answer is not helpful if it leaks a record from another team.

For operational data, source links and timestamps matter. A response should show where a factual statement came from or say when it cannot find support. That makes it possible to review the answer and prevents an uncertain model output from quietly becoming a business record.

Put clear boundaries around action

Reading, summarising, and drafting have a different risk profile from sending messages, changing data, or approving work. Treat every action as a separate permission and ask for confirmation before irreversible changes. The user should know exactly what will happen before a tool runs.

Good AI systems are comfortable saying no, asking for missing information, and handing control back to the person. Reliability comes from those boundaries, not from pretending a model has perfect knowledge.