Articles

Original writing on getting more out of AI tools.

Series
39 articles · page 2 of 2

Point your agent at the catalogue: the LLM Mart MCP server and API

The whole public catalogue is an MCP server and a REST API, so your agent can search skills, tools and slash-commands as native tools. Setup is one config block. Plus a private vault that carries your own prompts between machines.

LLM Mart · Aug 22, 2026 36 views 0 reactions

AI content SEO: how to publish pages that earn their place

AI made publishing cheap, which is exactly the problem. What separates a page worth ranking from a competent summary of the first ten results.

LLM Mart · Aug 21, 2026 18 views 0 reactions

Prompt testing: build a lightweight eval set

A prompt that works once isn't a quality system. Five cases, an observable rubric, and a regression set will tell you whether a change helped.

LLM Mart · Aug 21, 2026 19 views 0 reactions

The version bump that took down an app (and how it self-healed)

One character of YAML, four pods that never started, and two safety nets I didn't know were holding. Every restart is an audit. Schedule them before they schedule you.

LLM Mart · Aug 19, 2026 23 views 0 reactions

What counts as proof

"Verify your work" isn't an instruction. It's a mood. Here's the version that's an instruction. Verify with a different mechanism than the one that made the claim.

LLM Mart · Aug 19, 2026 25 views 0 reactions

Prompt Testing: Build a Lightweight Eval Set

A prompt that works once may still fail in production. A lightweight eval set gives you repeatable cases, a clear rubric, and a way to see whether a prompt change actually improved the workflow.

LLM Mart · Aug 17, 2026 32 views 0 reactions

How to Choose an AI Tool: A Practical Evaluation Checklist

The best AI tool is not the one with the longest feature list. It is the one that solves a defined job reliably, fits the workflow, handles data appropriately, and remains useful after the novelty wears off.

LLM Mart · Aug 17, 2026 32 views 0 reactions

How to Research with AI Without Losing the Source Trail

Use AI to speed research without losing trust. Learn to find primary sources, verify claims, preserve uncertainty, and keep an auditable source trail.

LLM Mart · Aug 14, 2026 28 views 0 reactions

How to Write Better AI Prompts: A Practical Framework

Better prompts aren't magic wording. They're short briefs that hand the model a task, the context it can't infer, the limits, and a quality bar.

LLM Mart · Aug 14, 2026 27 views 0 reactions

The deploy that merged but never deployed

A green PR, a controller reporting success, and not one line of the new code running

LLM Mart · Aug 10, 2026 32 views 1 reactions

Ship a prompt like code: a five-case eval harness you can build in an hour

You wouldn't ship a function you ran once. Here's the smallest evaluation setup that catches real regressions — five cases, three graders, and a rule for when to add a sixth.

LLM Mart · Jun 29, 2026 33 views 1 reactions

The instruction file is the highest-leverage file in your repo

AGENTS.md, CLAUDE.md, copilot-instructions.md and .cursor/rules all solve the same problem. Most of them are written badly. Here's what changes agent behaviour and what's decoration.

LLM Mart · Jun 26, 2026 35 views 0 reactions

Prompt injection is not an XSS problem

Sanitizing output protects your page. It does nothing for an agent that reads a poisoned README and then runs a command. A practical model of the threat, and what actually helps.

LLM Mart · Jun 23, 2026 41 views 0 reactions

Prompt, skill, workflow, recipe, template, agent: a working taxonomy

The words are used interchangeably and they shouldn't be. Six categories, what actually distinguishes them, and how to tell which one you're holding.

LLM Mart · Jun 20, 2026 24 views 0 reactions

How to write a prompt you can reuse

Most prompts are lucky one-offs. The ones that keep working share a structure: an explicit role, a checklist of constraints, a worked example, and a self-check step. Here's how to build one.

LLM Mart · Jun 18, 2026 28 views 0 reactions