Live data from Hacker News

TinyTroupe, a new LLM-powered multiagent persona simulation Python library

github.com

1–10 of 55 posts

Re: TinyTroupe, a new LLM-powered multiagent persona simulation Python library

#3
I love jupyter notebooks. And, I'm amazed that a company like Microsoft would put a notebook front and center that starts off with a bunch of errors. Not a good look. I really think you can improve your AI marketing by a lot by creating compelling jupyter notebooks. Unsloth is a great example of the right way.

https://github.com/microsoft/TinyTroupe/blob/main/examples/a...

Re: TinyTroupe, a new LLM-powered multiagent persona simulation Python library

#6

Needs openai or azure APIs. I wonder if it's possible to just use any openapi-compatible local provider.

Yup, looks like their azure api configuration is just a generic wrapper for openapi in which you can plug any endpoint url. Nice.

https://github.com/microsoft/TinyTroupe/blob/7ae16568ad1c4de...

Re: TinyTroupe, a new LLM-powered multiagent persona simulation Python library

#9
It looks like this defaults to GPT-4o: https://github.com/microsoft/TinyTroupe/blob/7ae16568ad1c4de...

If you're going to try this out I would strongly recommend running it against GPT-4o mini instead. Mini is 16x cheaper and I'm confident the results you'll get out of it won't be 1/16th as good for this kind of experiment.

Post reply on HN