Straight Line of the Day: What Else Have They Computer-Chip-Programmed Cows To Do?

Russian company claims it has put computer chips in cows’ brains to make them produce more milk
Not The Bee | June 19, 2026 | Harambe Harambe

Although much of the technology remains speculative, the Russian company Neiry claims to have directly implanted neural devices in the brains of dairy cows…

The company said in its announcement that the cows that received the initial neurostimulation devices ‘remained conscious, felt well, experienced no discomfort, and have already returned to their normal production cycles on the farm.’ It did not detail how the devices were implanted, what research went into designing them or what animal welfare precautions were taken.

More interesting still is just how such a device would affect cows in the first place.

15 Comments

  1. Dimocrats:
    “We have proof the Russians somehow inserted a chip into Trump’s brain and they have been controlling him since right before his first election.
    They first tested it on Hillary and said everything worked perfectly.”

  2. #Include

    bool moo = TRUE;
    bool isTipped = FALSE;

    void setup() {
    Serial.begin(9600);
    cow.begin();
    pinMode(1, INPUT);
    }

    void loop(){
    if (Serial.available() > 0) {
    isTipped = Serial.read()
    }
    else {
    moo = digitalRead(1)
    }

    tipped();

    void tipped(){
    While (!isTipped) {
    Frolick();
    chewCud();
    return;
    }
    struggle();
    }

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.