03 / Independent project
FRIDAY
A personal agent, built around local constraints.
A local-first personal agent in Python, exploring how orchestration, memory and review can work within the limits of a personal machine.
Read the build notePurpose / Layer 01
What makes it worth building?
A personal agent needs to preserve context and use tools without assuming unlimited compute or uninterrupted access to hosted models.
Approach / Layer 02
How the pieces work together.
I’m building the orchestration, memory and control layers, with different execution modes for different levels of work.
Trade-off / Layer 03
Where the boundary belongs.
Local resource limits shape the architecture: tasks should receive an appropriate amount of compute, with checks around tool use.
Understand the task
Allocate the work
Review the result
03 / Open the artifact
Follow the work.
Conceptual workflow based on my project account.
Read the build note04 / Trade-offs and limits
Keep the boundaries visible.
Local resource limits shape the architecture: tasks should receive an appropriate amount of compute, with checks around tool use.
In development. Core systems are implemented; further integration and evaluation remain ongoing.