logoalt Hacker News

reactordevyesterday at 11:53 PM0 repliesview on HN

I wrote my own Claude Code agent. It leverages some parts of multiple different agent stacks but using my architecture. It's layered, has long-term memory, agency to expand upon work, access to linear, access to all the models and endpoints you could possibly wish, as well as support for combining multiple providers and models into the layers so that delegation to the workers happen on the cheaper, more cost effective models. All of this runs at scale in an orchestration platform I wrote, using said agent, to create a cluster of docker containers in a JBYOS configuration, cross-cloud, k8s or swarm or whatever can run docker. It's pretty sweet and is basically an AI software development shop. I only have to give it ideas and goals.