Aperture: an attention layer between human input bandwidth and LLM output bandwidth #36695
mujizi
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Codex can finish several tasks in parallel. I still have one pair of eyes.
I built Aperture, an open-source macOS companion that turns completed Codex work into an attention-first view.
Instead of showing another transcript or producing a shorter summary, Aperture identifies:
What it feels like
Aperture watches completed local Codex turns and automatically opens beside the current workspace. When the result has been reviewed, it collapses into a small draggable bubble.
The expanded UI gives the most visual weight to the outcome and real decisions. Supporting evidence remains available without competing for attention.
More than a summarizer
A summary mainly shortens text.
Aperture tries to answer a different question:
Focus can change the visual hierarchy without deleting facts. You can also move between previous and newer completed turns.
How it works
UI and settings
Settings let you control the model, attention behavior, automatic appearance, history, and privacy-related options.
Privacy boundary
Session capture, history, and rendering stay local.
For the attention pass, Aperture sends the cleaned question and complete final answer to the configured OpenRouter model. Raw tool calls and tool output are not sent.
Current preview requirements
Try Aperture
Repository: https://github.com/mujizi/aperture
I would especially value feedback from people running multiple Codex tasks:
All reactions