Story Details

  • Show HN: Trolling SMS spammers with Ollama

    Posted: 2025-01-22 19:23:48

    The author created a system using the open-source large language model, Ollama, to automatically respond to SMS spam messages. Instead of simply blocking the spam, the system engages the spammers in extended, nonsensical, and often humorous conversations generated by the LLM, wasting their time and resources. The goal is to make SMS spam less profitable by increasing the cost of sending messages, ultimately discouraging spammers. The author details the setup process, which involves running Ollama locally, forwarding SMS messages to a server, and using a Python script to interface with the LLM and send replies.

    Summary of Comments ( 21 )
    https://news.ycombinator.com/item?id=42796496

    HN users generally praised the project for its creativity and humor. Several commenters shared their own experiences with SMS spam, expressing frustration and a desire for effective countermeasures. Some discussed the ethical implications of engaging with spammers, even with an LLM, and the potential for abuse or unintended consequences. Technical discussion centered around the cost-effectiveness of running such a system, with some suggesting optimizations or alternative approaches like using a less resource-intensive LLM. Others expressed interest in expanding the project to handle different types of spam or integrating it with existing spam-filtering tools. A few users also pointed out potential legal issues, like violating telephone consumer protection laws, depending on the nature of the responses generated by the LLM.