Product blog

Product blog

Product updates, field guides, and field notes—each with links to docs and the hub where relevant. High-level milestones also appear on the changelog.

  1. Parallel investigation agents mapping different facets of a problem before any implementation begins

    Field guide · Jun 5, 2026

    Running a multi-agent research sprint before touching code

    How to use parallel agents to understand a problem completely before changing anything, and why that front-loaded research pays for itself on large work.

    • Research as its own sprint
    • Parallel investigation agents
    • Research-first beats patch-first

    Engineering

    Read
  2. A large refactor decomposed into self-contained units backed by durable artifacts rather than held in working memory

    Field guide · Jun 5, 2026

    Managing the context window on a large refactor: what broke and how we fixed our sessions

    A workflow lesson, not model marketing: how to structure a large refactor so it survives the limits of what can be held in working context at once.

    • The whole problem won't fit at once
    • Structure work into self-contained units
    • Durable artifacts over live memory

    Engineering

    Read
  3. Three model tiers — Lite, Standard, Pro — with their real download sizes and hardware requirements

    Field guide · Jun 5, 2026

    Honest AI tiers: Lite, Standard, Pro — sized in gigabytes, not hype

    Why naming real model sizes and recommending a tier your device can run beats promising everyone the heaviest model.

    • Lite 0 / Standard ~400MB / Pro ~2GB
    • recommendTier() probes WebGPU + memory
    • Delete downloaded weights any time

    NSS Background Remover

    Read
  4. An Etsy listing grid showing strong square thumbnails and a converting photo set

    Field guide · Jun 5, 2026

    Etsy product photos that convert

    What Etsy buyers respond to, the image specs and square-thumbnail rule, the mix of lifestyle and detail shots that converts, and how to prep it free and on-device.

    • The thumbnail earns the click
    • Lifestyle + scale + detail mix
    • Consistent, free, on-device

    NSS Background Remover

    Read
  5. The dropshipping order flow — customer to store to supplier to customer — with the store never touching the product and the margin split shown honestly

    Field guide · Jun 5, 2026

    Dropshipping, honestly: how the model actually works

    What dropshipping actually is, where the money goes, the real advantages (low capital, no inventory), the real problems (thin margins, no control, slow shipping), and an honest read on who the model suits and who it does not.

    • How it really works
    • Where the margin goes
    • Who it actually suits

    Novus Stream Solutions (hub)

    Read
  6. A no-code flow with a retry-with-backoff loop, a dead-letter path, an alert router, and a human-in-the-loop fallback

    Field guide · Jun 5, 2026

    Error handling and alerts for no-code flows

    How to handle errors in a no-code or low-code flow without drowning in alerts: backoff, dead-letter handling, quiet-but-trustworthy alerting, and knowing when to fall back to a person.

    • Retries with backoff, not blind hammering
    • Dead-letter handling for the unsavable
    • Alerts you will actually read

    Novus Stream Solutions (hub)

    Read
  7. A human approver directing and reviewing AI agent execution across a build pipeline

    Field guide · Jun 4, 2026

    The approver model: running a build pipeline where AI writes and you review

    The operating model for one person directing AI execution: what the human keeps, what the agent takes, and how to keep the review meaningful.

    • Human as approver, agent as executor
    • Where it works and where it breaks
    • Review discipline that scales

    Engineering

    Read
  8. A map of autonomous agent zones and mandatory human-review checkpoints divided by reversibility and blast radius

    Field guide · Jun 4, 2026

    Guardrails and human review: where we let the agent run and where we don't

    A practical map of where AI agents operate autonomously and where a human checkpoint is non-negotiable, and the reasoning behind each boundary.

    • Autonomous zones vs hard gates
    • Reversibility decides the line
    • The build as a tireless reviewer

    Engineering

    Read
  9. An audio spectrum split into bass, mid, and treble bands, each driving a separate visual effect

    Field guide · Jun 4, 2026

    Multi-band beat sync: triggering bass, mid, and treble independently

    Why splitting the audio into bands makes a visualizer feel like it is actually listening to the music.

    • Independent bass / mid / treble triggers
    • Built on the 32-band FFT
    • Motion that tracks the arrangement

    Novus Visualizers

    Read
  10. Product ideas passing through a runs-almost-free filter, with heavy-cost ideas screened out

    Field guide · Jun 4, 2026

    Keep, kill, or shelve: a structural "no" as a product filter

    An operating note on using a structural constraint — must run almost for free — as an honest product filter, not a failure of execution.

    • Runs-almost-free as a hard filter
    • Shelved AI-agent + sports projects
    • A structural no is a complete reason

    Operating model

    Read