Skip to content
AMousePad edited this page Apr 14, 2026 · 4 revisions

Hone

LLM-powered message refinement for Lumiverse.

Hone uses a second LLM pass to edit, rewrite, or transform messages in your chat and user input. The editing rules live in shareable presets you can swap, tune, or write yourself. Refinement runs in the background and never blocks the main chat.

If you've used ReDraft or Recast before: Hone has the same post-prompting idea, with a multi-stage pipeline editor, parallel strategies, per-user isolation for multi-user Lumiverse instances, and shareable preset files. The default prompt presets descend directly from ReDraft's rule set and are under a CC BY-NC-SA 4.0 license.

Why does this exist?

LLMs that handle long creative context tend to drift. Anti-slop instructions, banlists, and "don't do X" prompts fight the model's own distribution. You're asking it to suppress high-probability tokens (that produce slop) while also writing creatively, and the longer the context gets, the harder it is for the LLM to do this.

Hone takes a different route. Let the model generate naturally, then edit the result in a second pass with a shorter context. Whether you're polishing prose, translating a passage, or injecting UI elements, only the message itself plus surrounding lines are needed. The full gigantic chat history that generation needs is irrelevant for editing.

So your main chat stays clean, and Hone quietly applies a second-pass edit whenever you want it.

Video Demo

Getting started

If you're new:

  1. Installation. Install via Lumiverse's Extensions panel.
  2. Quick Start. Refine your first message in 60 seconds.
  3. Core Concepts. Vocabulary and the philosophy behind Hone.

Using Hone day-to-day

Importing or building presets

When something's off

Under the hood

  • Architecture. For developers and the curious. Skip if you just want to use Hone.

License

  • License and Credits. Split-license: code under the Hone Community License, prompt presets under CC BY-NC-SA 4.0 (descending from ReDraft).

Community templates

If you've tuned a Hone pipeline that works well for your style or use case, please share it. Reach out on Discord: amousepad. File-based import/export works today (see Presets#importing-a-shared-preset). A public template gallery is on the roadmap.

Bugs?

  • Open a GitHub issue.
  • Enable Debug Logging in Advanced settings, reproduce the bug, click Copy Debug Logs, and paste into the issue.
  • Or DM amousepad on Discord.

Like the Chibi?

Stay tuned for my next extension, Chibiverse!

Clone this wiki locally