logoalt Hacker News

andyg_blogtoday at 3:42 PM2 repliesview on HN

>the whole article assumes the only language in the world is Python.

This was my take as well.

My company recently started using Dspy, but you know what? We had to stand up an entire new repo in Python for it, because the vast majority of our code is not Python.


Replies

sbpaynetoday at 3:48 PM

I think this is an important point! I am actually a big fan of doing what works in the language(s) you're already using.

For example: I don't use Dspy at work! And I'm working in a primarily dotnet stack, so we definitely don't use Dspy... But still, I see the same patterns seeping through that I think are important to understand.

And then there's a question of "how do we implement these patterns idiomatically and ergonomically in our codebase/langugage?"

show 1 reply
BoorishBearstoday at 5:39 PM

Why did you do that instead of using Liquid templates?