Fascinating concept. To a non coder like myself, help me to understand- is an LLM embedded in each object? If so, I imagine fine tuned SLM’s trained on each objects specifics being available for use. But quite possibly I completely misunderstood the gist of this idea?..
Yes, each object is an agent and has its own LLM thread. I haven't gotten as far as to experiment with a fine-tuned SLM. Also, size is relative - how small does it have to be before it stops being sufficiently intelligent? Definitely worth investigating though. The current implementation with GPT-5-mini is quite slow.
Things are only getting faster. So slow today, is a non issue tomorrow I’d say. But, yes, optimising with fine tuned models likely a best practise anyway. Is there anywhere I can test this environment you’ve built out? Curious to see it in action.
Fascinating concept. To a non coder like myself, help me to understand- is an LLM embedded in each object? If so, I imagine fine tuned SLM’s trained on each objects specifics being available for use. But quite possibly I completely misunderstood the gist of this idea?..
Yes, each object is an agent and has its own LLM thread. I haven't gotten as far as to experiment with a fine-tuned SLM. Also, size is relative - how small does it have to be before it stops being sufficiently intelligent? Definitely worth investigating though. The current implementation with GPT-5-mini is quite slow.
Things are only getting faster. So slow today, is a non issue tomorrow I’d say. But, yes, optimising with fine tuned models likely a best practise anyway. Is there anywhere I can test this environment you’ve built out? Curious to see it in action.
https://github.com/intellectronica/intellimorphic
Thanks.