More background at https://blog.42futures.com/p/company-as-code -- I didn't see this linked anywhere.
Show HN: Firm, a text-based work management system
61–62 of 62 posts
Re: Show HN: Firm, a text-based work management system
#62Interesting approach to work management! The text-based interface
reminds me of challenges we faced building task coordination for an
AI agent system. How do you handle dependency tracking between tasks?
For our Django development agent, we use a similar structured approach where each feature is broken into steps. Found that explicit dependencies (vs implicit) prevented a lot of circular issues.
Curious about your experience!