Back to news
Feb 06, 2026
2 min read

๐Ÿงฑ QonQrete v1.0.3-stable โ€” Batched Briq Generation (Blueprint โ†’ Fabrication)

Reliably generates 50โ€“250+ briqs using a 2-phase pipeline: Blueprint JSON for structure, then batched Fabrication for content. No more token truncation.

๐Ÿงฑ QonQrete v1.0.3-stable Released

February 6, 2026 | Feature Release


Enterprise-scale briq generation is here. When sensitivity >= 8, the InstruQtor now uses a two-phase pipeline to avoid token truncation.

Blueprint โ†’ Fabrication

  1. Blueprint phase: generates a JSON list of briq titles and objectives โ€” lightweight, never truncated
  2. Fabrication phase: produces full briq content in batches of configurable size

Configuration

instruqtor:
  batch_mode: true
  batch_size: 5

Example

./qonqrete.sh run -b 10 -c 4 -a

This unlocks reliable 50โ€“250+ briq generation for mega-tasQs without hitting provider output limits.


#QonQrete #v1.0.3 #BatchedBriqs #Enterprise #LocalFirst