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