top | item 43228447

(no title)

brendanfinan | 1 year ago

all chat models seem enraptured by what I have to say. The first one to feign disinterest will pass the Turing test

discuss

order

quectophoton|1 year ago

Next update will be like

    async def handle_connection(chat):
        if chat.username == "brendanfinan":
            await asyncio.sleep(432)
            await chat.wait_until(received_message_count_greater_than=8)
            await chat.respond("sorry I was afk")
            await asyncio.sleep(166)
            await chat.respond("not reading all that tho, im happy for you")
            await asyncio.sleep(14)
            await chat.respond("or sorry that happened")
            await asyncio.sleep(8)
            await chat.quit()
            return

        # ...