Hello everyone, I have somewhat of an unusual request.
My team is currently designing a Python library to define computational graphs. Our goal is very different from Metaflow's (this is for our users to define programs that satisfy differential privacy, a strong notion of anonymization; this is not a general-purpose data science framework), but our problem is structurally similar — the syntax must be able to express nodes in a computational graph and how they relate to each other.
I would love to chat with someone who was involved in designing the FlowSpec API. I imagine that the current syntax was chosen after design discussions and consideration of alternatives, and it would be fantastic to hear about that process and the reasons that led the team to make certain interface choices instead of others.
Would anyone on this channel know who/where to ask? Thanks a ton in advance =)