---
title: "Landlord: a tenancy controller and experiment in AI driven product building"
url: https://daily.dev/posts/landlord-a-tenancy-controller-and-experiment-in-ai-driven-product-building-emrfinqyk
source_url: https://leebriggs.co.uk/blog/2026/02/06/landlord.html
type: article
source: "Lee Briggs"
published: 2026-02-06T17:27:42.171Z
updated: 2026-02-06T17:28:03.481Z
tags: ["devops", "kubernetes", "golang", "docker", "multi-tenancy"]
reading_time: 11
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Landlord: a tenancy controller and experiment in AI driven product building

**[Lee Briggs](https://daily.dev/sources/leebriggs)** · 11 min read · 0 upvotes · 0 comments

## Summary

Landlord is an experimental tenancy controller that automates compute-per-tenant provisioning using pluggable workflow providers like Restate. Built with Go, it manages tenant lifecycle through durable workflows, supporting Docker containers with plans for ECS, Kubernetes, and EC2. The project demonstrates spec-driven development with AI coding assistants, where detailed specifications enabled rapid development of a complex system that handles tenant creation, updates, and state management through a control plane API.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://leebriggs.co.uk/blog/2026/02/06/landlord.html>

## Similar posts on daily.dev

- [Tenants: The Missing Backbone of Modern Developer Platforms](https://daily.dev/posts/tenants-the-missing-backbone-of-modern-developer-platforms-frmwoix3a) · The New Stack · 0 upvotes · 0 comments
- [Docker AI Governance: Unlock Agent Autonomy, Safely](https://daily.dev/posts/docker-ai-governance-unlock-agent-autonomy-safely-s3gotzrnq) · Docker · 2 upvotes · 0 comments
- [A decade of governance: Cloud Custodian at 10 and its role in the agentic AI era](https://daily.dev/posts/a-decade-of-governance-cloud-custodian-at-10-and-its-role-in-the-agentic-ai-era-skqyrzxlz) · CNCF · 0 upvotes · 0 comments

---

Tags: [#devops](https://daily.dev/tags/devops), [#kubernetes](https://daily.dev/tags/kubernetes), [#golang](https://daily.dev/tags/golang), [#docker](https://daily.dev/tags/docker), [#multi-tenancy](https://daily.dev/tags/multi-tenancy)

[View this post on daily.dev](https://daily.dev/posts/landlord-a-tenancy-controller-and-experiment-in-ai-driven-product-building-emrfinqyk)
