In-Writing Approach: Embedded Authoring
- In-Writing Approach is a paradigm that embeds real-time structural feedback, process scaffolding, and interactive agent capabilities directly into the writing process.
- It uses layered interfaces and stage-aware assistance—aligned with cognitive models like Norman’s Seven Stages—to guide planning, execution, and revision.
- Applications span legal, academic, and creative domains, where embedded support boosts authorial agency, ensures compliance with norms, and improves drafting efficiency.
The in-writing approach encompasses methodologies, frameworks, and system designs that embed structural feedback, process scaffolding, and interactive agent capabilities directly within the act of writing, rather than relegating support to pre-writing, post-hoc, or purely out-of-context interactions. This paradigm shifts both human-computer interaction and computational linguistics for writing from batch-style, late-stage interventions to continuous, context-aware assistance, supporting granular goals such as planning, execution, reflection, revision, and stylistic control. In technical domains, education, legal drafting, and creative disciplines, in-writing approaches enable more coherent, trustworthy, and user-owned outputs by aligning AI affordances with writers’ situated workflows, cognitive states, and domain conventions.
1. Cognitive and Interactional Foundations
Norman’s Seven Stages of Action, as reframed for intelligent writing assistants, segments in-writing activities into Goal Formation, Planning (Intention to Act), Specification, Perform (Execution), Perception, Interpretation, and Comparison (Evaluation). In this conceptualization, execution (Plan, Specify, Perform) and evaluation (Perceive, Interpret, Compare) sub-stages equip system designers with a granular lens for matching interface affordances and LLM-powered features to writers’ evolving goals (Bhat et al., 2023). For example, the system may scaffold high-level goal establishment (e.g., authoring a matplotlib tutorial) by delivering dynamic templates, then support decomposition into sub-tasks, prompt-crafting, iterative execution/editing, and fine-grained evaluation—each aligned with distinct stages of cognition and action.
This decomposition is mirrored in other cognitive-process frameworks, such as Flower & Hayes, which underpin complex, constrained text generation pipelines (e.g., planning, translating, monitoring, reviewing in CogWriter (Wan et al., 18 Feb 2025)), and in pedagogically informed support for student agency during composition (Siddiqui et al., 25 Jun 2025). Across domains, in-writing approaches ground their mechanisms in explicit recognition of writing as an iterative, multi-layered, non-linear, and metacognitive process.
2. Embedding Structure and Norms During Writing
In legal and scholarly contexts, the in-writing approach manifests as direct authoring into explicit, machine-parseable markup or as dynamic incorporation of corpus-derived patterns:
- Legal drafting: Drafters embed structural markup (e.g.,
<Clause>,<DefinedTerm>,<Obligation>) at composition time, never conflating semantics with presentational formatting; every logical structure (obligation, condition, definition, reference) is surfaced inline, validated against a schema, and propagates systematically through validation and publication stages (Roach, 2015). This structural transparency enables automated compliance checks, cross-referencing, and graph-theoretic reasoning (e.g., deontic logic inference). - Academic/scientific authoring: Systems like CorpusStudio surface distributions over section titles and retrieve contextually relevant sentences from a representative corpus, directly adjacent to the author’s current draft. The engineer receives real-time, section-appropriate guidance, both structurally (ordered bars of clustered titles with position and frequency) and semantically (retrievals based on section context via vector embeddings), coloring recurring words to make emergent norms salient (Dang et al., 16 Mar 2025). Writers thus absorb and selectively reproduce (or deliberately depart from) community conventions without decoupling drafting from norm verification.
3. Staging and Layering Mechanisms in Authoring Tool Design
Many in-writing systems operationalize their support through layer-based or stage-aware architectures:
- Layered interface paradigms: Script&Shift introduces three nested layers—Envisioning, Semantic, and Articulatory—mapping respectively to meta-goal setting, brainstorming/research, and line-by-line drafting (Siddiqui et al., 15 Feb 2025). Each layer surfaces specific agent personas (“Writer’s Friends”) mapped to subprocesses (e.g., Idea Ivy for brainstorming, Tone Tara for style, Feedback Felix for revision). Scripting enables on-the-fly content generation within layers; shifting enables spatial reorganization across layers (e.g., stack, tear, diff, combine), supporting both linear and divergent workflows within a single, spatially unified workspace.
- Stage-aware assistance: Surveillance of user command logs coupled with segmentation of the writing process enables intelligent prediction of temporal stages (pre-writing, drafting, reviewing, finalizing) (Sarrafzadeh et al., 2020). Systems can adapt tool visibility, prompt timing, and interface composition in real time, tailoring assistance to authorial intent, such as surfacing outline tools during Planning or global compliance checks during Finalizing.
- Seven-stage flow: Applying Norman’s staged model, each interface affordance is mapped to a phase (e.g., prompt builder during Specify, code runner during Compare), ensuring that cognitive support is both timely and situated (Bhat et al., 2023).
4. Integrating Interaction Modalities and Process Traces
In-writing paradigms increasingly leverage multimodal interaction and fine-grained process capture:
- Speech-to-text and voice-based reflection: Tools such as Rambler and voice-interactive LLM assistants transform spoken input into cleaned, structured text (“Rambles”), support gist extraction, and allow semantic macro-revision directly within the ongoing draft (Yang et al., 8 Feb 2025, Kim et al., 11 Apr 2025). Voice-based reflection with an in-writing conversational agent is hypothesized to lower cognitive load (CL = f(T, M)), facilitate engagement with higher-order concerns, and support more iterative, substantive revision through real, dialogic turn-taking.
- Process-aware feedback: Instrumentation of the writing trace—keystroke logging, periodic snapshots, pause event detection, and edit distance calculation—enables LLMs to generate feedback that aligns not just with product but with process (Zafar et al., 9 Jun 2025). Feedback narrative can reference observed revision behaviors (e.g., cluster of backspaces reworking a thesis), increasing perceived personal relevance and promoting coherence and elaboration.
- Executable, provenance-tagged edits: InkSync’s in-writing interface surfaces suggested edits as executable JSON objects within the document, underlined and annotated according to their origin (Marker, Chat, Brainstorm) (Laban et al., 2023). A three-stage pipeline—Warn, Verify, Audit—enables authors to identify, fact-check, and trace all model-injected content, supporting post-hoc auditability and user agency.
5. Style Control, Ownership, and Adaptivity
Distinct in-writing research lines address preservation of authorial voice, agency, and the ability to steer or adapt style dynamically:
- Personalized style control: StyleMC introduces a universal style encoder trained on millions of user samples and a product-of-experts inference combining author-adapted LM likelihood with contrastively trained stylometric embeddings (Khan et al., 2023). This enables both unconditional generation in a target style (UAR, CISR metrics) and meaning-preserving style transfer, all deployable as real-time re-scorers during drafting.
- Agency and process scaffolds: Process-oriented, modular toolkits (e.g., Script (Siddiqui et al., 25 Jun 2025), Script&Shift) break assistance into subprocesses, each requiring explicit user acceptance or modification rather than default replacement of user text. RCTs indicate that such process-aware, context-internal support confers higher agency, satisfaction, and deeper engagement with rhetorical and analytical dimensions than generic chat-based LLM assistants.
- Ownership and revision tracking: In-writing interfaces frequently expose provenance tracing, diff- and version-history, and “lock” controls to demarcate and protect user-generated sections from accidental LLM overwrite (Bhat et al., 2023).
6. Applications, Limitations, and Future Research Directions
In-writing paradigms have been deployed—fully or in prototype form—across tutorial authoring, legal drafting, collaborative document editing, education, creative writing, and visualization design (via writing rudders) (Stokes et al., 2024). Summarized empirical findings:
- Improved task effectiveness: Writers equipped with stage- or process-tailored in-writing support report faster decision making, greater focus, higher output coherence, and better alignment with domain norms or audience expectations.
- Increased agency and ownership: Integrated, persona-based scaffolding produces statistically significant gains in perceived control, satisfaction, and willingness to claim authorship compared to chat-bot model assistants.
- Risk of bias or premature fixation: Written guidance (e.g., writing rudders) can constrain exploration or prematurely commit designers to a storyline; mitigation involves delayed title/narrative drafting, abstraction in framing, and periodic revision of guidance artifacts.
Immediate research avenues include systematic evaluation of interface features by stage, real-time alignment of writer mental models and tool affordances, explainability/interpretability augmentation, adaptive reminder workflows, and richer multimodality.
In sum, the in-writing approach defines a broad, modular, and evolving paradigm in document authoring and AI-augmented writing, enabling system designers to align cognitive, structural, and interactive supports directly within the iterative, reflexive act of writing. By instrumenting and responding to the full spectrum of process—from conceptualization to revision and style—across textual, structural, and interactional dimensions, in-writing methodologies provide rigorous frameworks for maximizing the usability, trustworthiness, and productivity of both human and machine-assisted composition (Bhat et al., 2023, Roach, 2015, Stokes et al., 2024, Kim et al., 11 Apr 2025, Zafar et al., 9 Jun 2025, Yang et al., 8 Feb 2025, Dang et al., 16 Mar 2025, Khan et al., 2023, Siddiqui et al., 15 Feb 2025, Wan et al., 18 Feb 2025, Laban et al., 2023, Siddiqui et al., 25 Jun 2025, Sarrafzadeh et al., 2020).