cd /news/large-language-models/experimenting-with-intent-cells-for-… · home topics large-language-models article
[ARTICLE · art-62709] src=discuss.huggingface.co ↗ pub= topic=large-language-models verified=true sentiment=· neutral

Experimenting with intent cells for rerunnable LLM workflows

A developer is experimenting with a syntax called Intent-Cell Coding (ICC DSL) for creating rerunnable LLM workflows, where each step is an "intent cell" that combines readable task text with execution details. The approach aims to address reproducibility challenges by recording exact input versions, hashes, and upstream artifact references, sparking discussion on best practices for maintaining state in LLM demos and workflows.

read1 min views1 publishedJul 16, 2026

I am experimenting with a small syntax/workflow idea for multi-step LLM work.

The problem I keep running into is that the useful part of an LLM workflow is not just the prompt. It is the trail around it:

Chat is good for exploration, but it is a weak record. Scripts are reproducible, but often too rigid for work that starts exploratory.

The shape I am testing is a local-first notebook where each step is an “intent cell”. I am calling the syntax ICC DSL, for Intent-Cell Coding.

A cell keeps readable task text together with execution details:

c1 Collect
> auto
@file -markdown context.md

c2 Review
> fast
%from c1
@file -json review.json

c3 Final
> best
%from c1
%from c2
@file -markdown final.md

The part I am thinking hardest about is file/context identity. A rerun is not really comparable unless the system records exact input versions, hashes, snapshots, retrieval results, or upstream artifact refs.

I am curious how people here think about reproducibility for LLM demos and workflows.

Do you usually keep this state in notebooks, app logs, model/dataset cards, traces, config files, or generated run manifests?

── more in #large-language-models 4 stories · sorted by recency
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/experimenting-with-i…] indexed:0 read:1min 2026-07-16 ·