Skip to content
View klcreech's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Stuttgart, Germany

Block or report klcreech

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
klcreech/README.md

Hi!, I'm Kerry

I build autonomous AI agents — systems that can actually run on their own. Not wrappers around a chat interface, not prompt-and-response loops. Things that observe their environment, make decisions, take action, and course-correct without me in the loop.

That's the part I find genuinely interesting. Getting an agent to do something once is easy. Getting it to do something reliably, recover when it fails, and know the difference between the two — that's the actual problem.


What I spend my time on

Right now I'm focused on the full agent lifecycle. Giving a system real context about where it is and what it has access to. Building the reasoning layer that turns that context into a plan. Then the execution layer that carries the plan out safely — with validation, retry logic, and feedback so the agent knows whether it actually worked.

I'm also into local-first AI. There's something that just clicks about a system that doesn't depend on an internet connection to function. Self-contained, reproducible, yours.


How I think about building these things

Context is everything. A model with no awareness of its environment is just autocomplete with good PR. What makes an agent useful is knowing where it is, what it can touch, and what happens if it gets something wrong — before it acts.

So I care a lot about the layer between LLM output and real-world execution. The boring infrastructure that makes the interesting behavior possible. Sandboxing, validation, feedback loops. That stuff isn't glamorous but it's what separates a demo from something that actually runs.

I try not to be precious about tools either. Whatever solves the problem cleanest is what I use. The stack follows the work, not the other way around.


What I'm building toward


Popular repositories Loading

  1. klcreech klcreech Public

    5

  2. System-Log-AI-Agent System-Log-AI-Agent Public

    Python