frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: QonQrete – Local-first multi-agent system for sandboxed code generation

https://github.com/illdynamics/qonqrete
1•illdynamics•1mo ago
I’ve been working on an open-source project called QonQrete and would like feedback from HN.

What it is

QonQrete is a local-first, agent-based orchestration system for code generation. It coordinates multiple LLM “agents” to plan, write, and review code, while keeping execution inside a sandbox on your own infrastructure. Think of it as a construction yard for AI-assisted development that you run yourself.

Why I built it

Most multi-agent demos I saw had two issues:

– Security: generated code often runs in the same environment that’s orchestrating it.

– Observability/control: long agent chains become opaque, and it’s hard to insert human checkpoints cleanly.

I wanted a setup where:

– Agent-produced code runs in isolated containers.

– The orchestration layer never directly executes that code on the host.

– You can choose between fully automatic cycles and human-in-the-loop approval.

Architecture

Current pipeline:

– InstruQtor: takes a high-level task and breaks it into an execution plan.

– ConstruQtor: follows the plan and generates code/artifacts.

– InspeQtor: reviews outputs, flags issues, and can request another iteration.

Under the hood, each agent is just an LLM API call with a different role. Execution happens in containerized “microsandboxes” (Docker today). The host only sees artifacts that passed through the review step.

Security model (current state)

The prototype:

– Runs generated code in throwaway containers with specific volume mounts.

– Keeps orchestration separate from the execution sandbox.

– Treats all agent-generated code as untrusted.

It’s not a formal sandbox or a security product; it’s a pragmatic attempt to avoid “let the LLM directly edit your repo and run scripts on your laptop”. I’d be very interested in feedback from people with stronger threat models or prior art here.

Execution modes

Two modes:

– Autonomous: agents can run through multiple cycles without input until a stopping condition.

– User-gated: the system pauses at checkpoints (after plan, first implementation, etc.) and waits for you to approve, adjust instructions, or stop.

LLM providers

The orchestration layer is provider-agnostic. You can configure different providers per agent (e.g. smaller model for planning, stronger model for implementation, reasoning-focused model for review). It currently supports OpenAI, Gemini, Claude, and DeepSeek via API keys.

Local-first

QonQrete doesn’t host anything. You run it on your own machine or server:

– No external service or managed backend.

– Your API keys stay local.

– Artifacts live in your filesystem/Git.

The repo includes a basic CLI and example flows.

Status

Early-stage:

– Core three-agent pipeline works.

– Microsandbox execution is functional but evolving.

– A TUI for inspecting cycles is in progress.

I’m not claiming this is the right way to do multi-agent systems; it’s an experiment in making them more observable and less risky to run.

What I’d like feedback on

– Does the orchestration vs execution separation make sense?

– Are the agent roles (plan → build → review) structured in a sane way?

– Thoughts on the sandboxing approach and likely failure modes?

– Does this add enough value over simpler “single-agent with tools” setups?

Repo

Code, setup instructions, and examples:

https://github.com/illdynamics/qonqrete

Comments

illdynamics•1mo ago
Mini quickstart

Target: Linux / macOS / Windows with Docker installed and running.

1. Get the code

git clone https://github.com/illdynamics/qonqrete

cd qonqrete

chmod +x qonqrete.sh

2. Set API keys for the providers you want to use (only these are required):

export OPENAI_API_KEY='...'

export GOOGLE_API_KEY='...' # or GEMINI_API_KEY

export ANTHROPIC_API_KEY='...'

export DEEPSEEK_API_KEY='...'

3. One-time init

./qonqrete.sh init

4. Define your tasQ

Edit `worqspace/tasq.md`, e.g.:

“Create a simple Python web server on port 8080 that returns 'Hello, QonQrete!' for all requests. The script should be executable.”

5. Run a cyQle

# TUI + security-focused agent personas

./qonqrete.sh run --tui --mode security

# Auto mode with fine-grained task breakdown

./qonqrete.sh run --auto --briq-sensitivity 1

# Force user-gated mode

./qonqrete.sh run --user

At a CheQpoint, if you are not running in autonomous mode, you’ll be prompted to [Q]ontinue, [T]weaQ, or [X]Quit.

When running in autonomous mode, press Ctrl+C to stop at any time. Your code will be persisted inside the qodeyard directory.

Full quickstart with more detail: https://github.com/illdynamics/qonqrete/blob/main/QUICKSTART...

illdynamics•1mo ago
I've made a quickstart video for QonQrete, you can watch it here:

https://youtu.be/sofVP63-eS0

--

This video walks through the full QonQrete v0.5.0 quickstart: initializing a fresh qage, explaining the file structure, and demonstrating both user-gated and autonomous cyQle modes. You’ll see QonQrete plan, generate, and review a simple Python webserver, then tackle a more complex webserver tasq using lower briq sensitivity to show how the agents behave with looser constraints. The demo highlights the full multi-agent flow — InstruQtor’s planning, ConstruQtor’s code generation, InspeQtor’s review loop — and shows how QonQrete evolves files, data, and project structure inside its isolated environment.

Running the "Reflections on Trusting Trust" Compiler

https://spawn-queue.acm.org/doi/10.1145/3786614
1•devooops•4m ago•0 comments

Watermark API – $0.01/image, 10x cheaper than Cloudinary

https://api-production-caa8.up.railway.app/docs
1•lembergs•5m ago•1 comments

Now send your marketing campaigns directly from ChatGPT

https://www.mail-o-mail.com/
1•avallark•9m ago•1 comments

Queueing Theory v2: DORA metrics, queue-of-queues, chi-alpha-beta-sigma notation

https://github.com/joelparkerhenderson/queueing-theory
1•jph•21m ago•0 comments

Show HN: Hibana – choreography-first protocol safety for Rust

https://hibanaworks.dev/
5•o8vm•23m ago•0 comments

Haniri: A live autonomous world where AI agents survive or collapse

https://www.haniri.com
1•donangrey•23m ago•1 comments

GPT-5.3-Codex System Card [pdf]

https://cdn.openai.com/pdf/23eca107-a9b1-4d2c-b156-7deb4fbc697c/GPT-5-3-Codex-System-Card-02.pdf
1•tosh•36m ago•0 comments

Atlas: Manage your database schema as code

https://github.com/ariga/atlas
1•quectophoton•39m ago•0 comments

Geist Pixel

https://vercel.com/blog/introducing-geist-pixel
2•helloplanets•42m ago•0 comments

Show HN: MCP to get latest dependency package and tool versions

https://github.com/MShekow/package-version-check-mcp
1•mshekow•50m ago•0 comments

The better you get at something, the harder it becomes to do

https://seekingtrust.substack.com/p/improving-at-writing-made-me-almost
2•FinnLobsien•51m ago•0 comments

Show HN: WP Float – Archive WordPress blogs to free static hosting

https://wpfloat.netlify.app/
1•zizoulegrande•53m ago•0 comments

Show HN: I Hacked My Family's Meal Planning with an App

https://mealjar.app
1•melvinzammit•53m ago•0 comments

Sony BMG copy protection rootkit scandal

https://en.wikipedia.org/wiki/Sony_BMG_copy_protection_rootkit_scandal
1•basilikum•56m ago•0 comments

The Future of Systems

https://novlabs.ai/mission/
2•tekbog•56m ago•1 comments

NASA now allowing astronauts to bring their smartphones on space missions

https://twitter.com/NASAAdmin/status/2019259382962307393
2•gbugniot•1h ago•0 comments

Claude Code Is the Inflection Point

https://newsletter.semianalysis.com/p/claude-code-is-the-inflection-point
3•throwaw12•1h ago•1 comments

Show HN: MicroClaw – Agentic AI Assistant for Telegram, Built in Rust

https://github.com/microclaw/microclaw
1•everettjf•1h ago•2 comments

Show HN: Omni-BLAS – 4x faster matrix multiplication via Monte Carlo sampling

https://github.com/AleatorAI/OMNI-BLAS
1•LowSpecEng•1h ago•1 comments

The AI-Ready Software Developer: Conclusion – Same Game, Different Dice

https://codemanship.wordpress.com/2026/01/05/the-ai-ready-software-developer-conclusion-same-game...
1•lifeisstillgood•1h ago•0 comments

AI Agent Automates Google Stock Analysis from Financial Reports

https://pardusai.org/view/54c6646b9e273bbe103b76256a91a7f30da624062a8a6eeb16febfe403efd078
1•JasonHEIN•1h ago•0 comments

Voxtral Realtime 4B Pure C Implementation

https://github.com/antirez/voxtral.c
2•andreabat•1h ago•1 comments

I Was Trapped in Chinese Mafia Crypto Slavery [video]

https://www.youtube.com/watch?v=zOcNaWmmn0A
2•mgh2•1h ago•1 comments

U.S. CBP Reported Employee Arrests (FY2020 – FYTD)

https://www.cbp.gov/newsroom/stats/reported-employee-arrests
1•ludicrousdispla•1h ago•0 comments

Show HN: I built a free UCP checker – see if AI agents can find your store

https://ucphub.ai/ucp-store-check/
2•vladeta•1h ago•1 comments

Show HN: SVGV – A Real-Time Vector Video Format for Budget Hardware

https://github.com/thealidev/VectorVision-SVGV
1•thealidev•1h ago•0 comments

Study of 150 developers shows AI generated code no harder to maintain long term

https://www.youtube.com/watch?v=b9EbCb5A408
2•lifeisstillgood•1h ago•0 comments

Spotify now requires premium accounts for developer mode API access

https://www.neowin.net/news/spotify-now-requires-premium-accounts-for-developer-mode-api-access/
2•bundie•1h ago•0 comments

When Albert Einstein Moved to Princeton

https://twitter.com/Math_files/status/2020017485815456224
1•keepamovin•1h ago•0 comments

Agents.md as a Dark Signal

https://joshmock.com/post/2026-agents-md-as-a-dark-signal/
2•birdculture•1h ago•1 comments