HackerTrans
トップ新着トレンドコメント過去質問紹介求人

calufa

no profile record

投稿

From Company Brain to an AI Operating System

medium.com
1 ポイント·投稿者 calufa·先月·0 コメント

Agentic Search: When Retrieval Stops Being Enough

medium.com
1 ポイント·投稿者 calufa·4 か月前·0 コメント

ASCII-Driven Development

medium.com
168 ポイント·投稿者 calufa·6 か月前·93 コメント

コメント

calufa
·4 か月前·議論
[dead]
calufa
·6 か月前·議論
Author here. High-level:

- Problem: AI UI generators are high-fidelity by default → teams bikeshed aesthetics before structure is right.

- Idea: use ASCII as an intentionally low-fidelity “layout spec” to lock hierarchy/flow first.

Why ASCII: - forces abstraction (no colors/fonts/shadows)

- very fast to iterate (seconds)

- pasteable anywhere (Slack/Notion/GitHub)

- editable by anyone

Workflow:

- describe UI → generate ASCII → iterate on structure/states → feed into v0/Lovable/Bolt/etc → polish visuals last

It also facilitates discussion:

- everyone argues about structure/decisions, not pixels

- feedback is concrete (“move this”, “add a section”), not subjective

More advanced setups could integrate user/customer support feedback to automatically propose changes to a spec or PRD, enabling downstream tasks to later produce PRs.