simon@fedi.simonwillison.net
simon@fedi.simonwillison.net

The is diabolical... a Python object that hallucinates method implementations on demand any time you call them, using my LLM Python library github.com/awwaiid/gremllm

from gremllm import Gremllm

# Be sure to tell your gremllm what sort of thing it is
counter = Gremllm('counter')
counter.value = 5
counter.increment()
print(counter.value)  # 6?
print(counter.to_roman_numerals()) # VI?

|
Embed
Progress spinner
In reply to
ZeroOne
ZeroOne

@simon The pinnacle of programming has been achieved.

|
Embed
Progress spinner
ligasser@social.epfl.ch
ligasser@social.epfl.ch

@simon that's exactly what I was looking for as a programmer: now it's not only me doing mistakes, but things are even probabilistic: for two unit tests it works, but in production it fails...

I mean, it's cool and all. But how does it help me create reliable and secure software?

|
Embed
Progress spinner
inecas@mstdn.social
inecas@mstdn.social

@simon please don’t share it with the PMs! It jas the potential to become the next thing after MCP

|
Embed
Progress spinner