When AI starts working every week, give it a job card

Adam Olofsson HammareAdam Olofsson Hammare
When AI starts working every week, give it a job card

An AI that answers in chat is easy to understand. You ask. It replies. You decide whether the answer is useful.

An AI that starts working every Monday morning is different. A good prompt is not enough. You need to know what it should read, what it may do, when it must stop, and who owns the result.

That is why Mistral's new Vibe signal is worth watching even if you do not use Mistral today. It says something practical about where AI tools are moving: away from loose chat tabs and toward scheduled workmates that can gather context, analyze data, draft deliverables, and hand over something a human can review.

Source: Mistral AI: Vibe gets to work

For a Nordic small team, the first question is not “should we buy another agent platform?”. It is simpler: which small recurring jobs do we already do every week, and how do we write a job card, so AI can help without anyone losing control?

Mistral Vibe moves AI from chat to recurring work

Mistral describes Vibe as the next step after Le Chat: one agent for both work and code. The part that matters most for small businesses and schools is Work Mode. In that mode, the agent can understand a task, choose tools, stream progress, and create outputs that can be edited or sent on.

According to Mistral, Work Mode can use context from Google Workspace, Outlook, SharePoint, Slack, GitHub, custom connectors, and custom libraries. It can also analyze spreadsheets or databases, render charts in the conversation, and draft short reports, RFP responses, decision briefs, and other documents that can be pushed to Notion, SharePoint, or email.

The scheduling piece matters. Mistral says users can schedule prompts to run once, daily, weekly, or monthly, and receive a notification when the run is done. Each step is supposed to be visible while the agent works, including tool calls and inputs/outputs.

Source: Mistral AI: Vibe gets to work

It is easy to dismiss this as another product launch. But the pattern is bigger than Mistral. AI tools are starting to offer the same thing from different directions: not only “help me write this”, but “run this work routine again, with the right sources, and leave me a result I can inspect”.

A recurring AI routine is a scheduled task where AI reads bounded sources, creates a proposal, and waits for human approval before anything important is sent, published, or changed. Simple definition. Useful enough.

Small teams need job cards, not prompt sprawl

Long prompts feel safe. You write everything you can think of: tone, rules, goal, exceptions, examples, risks. Then you paste the same prompt next week and hope the AI remembers what mattered.

That works for a while. Then someone leaves the team. A customer changes terms. A document moves. A school term gets a new schedule. Suddenly the whole routine lives in a chat, but nobody knows whether it is still true.

A job card is less exciting. It is also more useful. The card describes recurring work: purpose, sources, allowed actions, stop points, owner, and expected output. A colleague should be able to read it in five minutes and understand what AI may do.

For a small business, the card might describe the Monday catch-up from inbox and calendar. In a school, it might describe a weekly parent-letter draft based only on approved sources. A consultant might use it for a Friday list of quotes that need follow-up. The point is not that AI “takes over”. The point is that the team stops reinventing the same routine every week.

Mistral's earlier Le Chat Enterprise signal points in the same direction: secure connections to Drive, SharePoint, OneDrive, Google Calendar, and Gmail, document libraries, agent builders, hybrid deployments, access controls, and audit logging. That Enterprise package may be more than many small teams need, but the principle is right: AI should work from bounded sources, with clear permissions and traceability.

Source: Mistral AI: Introducing Le Chat Enterprise

Three weekly routines that beat another loose chat

Do not start with the whole organization. Pick one recurring task that already costs time and still needs human approval. These three are good candidates.

Monday catch-up from inbox and calendar

AI reads only the latest week's meeting notes, calendar items, and open email threads. It creates a short list: decisions without next steps, meetings without owners, customer questions that have stalled, and items for the weekly meeting. Nothing is sent. The output is a review pack.

The quote follow-up guard

AI compares open quotes with incoming customer emails and marks which quotes need follow-up. It drafts a short email for each customer, but each draft goes to a human. For a small service business, that may be enough to stop warm deals from vanishing between two busy days.

The school weekly letter without last-minute panic

AI reads only approved sources: weekly planning, calendar, lunch menu, trip information, and the teacher's notes. It drafts the weekly letter and a separate uncertainty list: missing dates, conflicting instructions, or wording that needs the teacher's decision.

None of this is flashy. That is why it works. Good AI adoption often starts where the team already feels small friction: status, follow-up, summaries, drafts, and sorting.

A 45-minute exercise: write the first AI job card

Choose one weekly routine. Set a 45-minute timer. The goal is not to connect every system today. The goal is to make the routine clear enough that you can automate it step by step.

Minute 0-10: choose the job

Write down one recurring task that takes 20-90 minutes each week. It should have clear sources and an output a human can review. Examples: weekly status, quote follow-up, support triage, planning brief, or customer summary.

Minute 10-20: bound the sources

List exactly where AI may collect information: a Drive folder, a calendar, a spreadsheet, a ticket queue, a Notion space, or one email label. If the source is fuzzy, the job is not ready. The next step is to clean the source, not to write a longer prompt.

Minute 20-30: define stop points

Write what AI must never do without approval: send email, publish text, change prices, move bookings, close tickets, or update customer/student information. Also write what it may do by itself, such as drafting, sorting, and suggesting next steps.

Minute 30-40: define the output

Pick the format. A good AI routine does not leave a wall of text. It leaves a reviewable package: summary, decisions needed, ready drafts, uncertainties, and links to sources.

Minute 40-45: name the owner

One person owns the routine. Not “the team”. Not “AI”. One person reviews the first version, updates the job card, and decides when the routine may move closer to real systems.

Copy this prompt: create the job card

Use this prompt with the AI tool you already have. Replace the brackets.

You are my practical AI automation architect. Help me write a job card for a recurring AI routine.

Organization: [short description of the business/school/team]
Recurring routine: [example: Monday status, quote follow-up, weekly letter, support triage]
Frequency: [daily/weekly/monthly]
Sources AI may read: [folders, calendars, labels, spreadsheets, knowledge bases]
Systems AI may need to use: [email, calendar, CRM, ticketing, documents, none yet]
Things AI must not do without human approval: [send, book, change price, publish, close ticket]
Desired output: [short report, draft, checklist, decision points, source links]

Answer with:
1. A short job card, maximum one page.
2. A list of sources that need cleanup before the routine is ready.
3. A first manual-run prompt for the routine.
4. A simple safe-integration plan: scoped API keys or read access first, secrets in a secret manager or environment variables, approval gate before external actions, run log, and redaction of sensitive output.
5. Three likely failure tests and what the human reviewer should check.

Run the prompt. Save the answer. Then test the routine manually two or three times before you schedule it. That may sound slow, but it is faster than debugging an agent that got too much freedom too early.

How Hammer would set this up

For Hammer Automation, this is usually a Tool Forge question, but it almost always starts in Mindset Forge. The team first needs to understand what work AI should help with. Then the tools, connectors, and permissions can be built. Finally, the people who review the output need a routine they will actually follow. That is the Skill Forge part.

The practical integration path is clear enough: start with read access and bounded sources. Keep secrets in a secret manager or environment variables, use scoped API keys, put an approval gate before email/publishing/changes, and log every run so the team can see what AI read and suggested.

Mistral Vibe is not the point by itself. The point is that AI tools are gaining calendars, sources, schedules, and work memory. When AI gets a recurring job, it needs the same thing a new colleague needs: a card that says what the job is, where the sources live, who approves the work, and how everyone can tell whether it was done right.

The Forge newsletter

Get new articles in your inbox

Pick the topics you care about. No noise, at most one email a week.

Get new articles in your inbox

We follow GDPR. Unsubscribe anytime.