Urgent.News

What's breaking now, across thousands of outlets.

AI

Dating App Cofounder Bails After Scandal Over Using Fake AI-Generated Influencers

The app was found to be a "psyop." The post Dating App Cofounder Bails After Scandal Over Using Fake AI-Generated Influencers appeared first on Futurism .

Dating App Cofounder Bails After Scandal Over Using Fake AI-Generated Influencers

Derek Chadwick, cofounder of gay dating app Goose, resigned from the company following a scandal involving the use of fake AI-generated influencers to deceive users, as reported by Out magazine. Chadwick, a model and influencer with a large following, announced his departure on Instagram, stating it was a difficult decision that he did not make easily.

He expressed pride in his role in the company's success but claimed that his vision for the future of Goose no longer aligned with the company's direction. Chadwick's resignation comes after Wired reported that Goose had been using fake Instagram accounts with AI-generated images to lure men into signing up for the platform. The app denied the allegations, stating that Chadwick's departure was a separate matter, and thanked him for his contributions to the company.

Written by urgent.news from Futurism's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at futurism.com →

More in AI

How to use AI to give yourself a head start at a new job

When you start a new job there is a lot to learn. There are projects, clients, and processes that are likely to be new to you. You may have been pointed at the employee handbook and maybe even given a mentor. But you probably still have more questions than answers for the first few months.

The Runaway Diff: A Token-Budget Postmortem for Coding Agents

The task looked trivial on paper: add a rate limiter to a small Python service and update three call sites. I handed it to a coding agent running on MonkeyCode, an open-source project with free model…

  • Engineer assigned a token allowance for coding agent on MonkeyCode platform
  • Diff output was two-thousand lines for change that should have been forty lines
  • Fix was a simple Python script imposing token budget and detecting edit oscillation

The Coverage Loop: Turning Free AI Tokens into Verified C++ Tests

Unit tests are boring. Coverage is not optional. I asked a free AI model to write my tests. It failed. Then I built a feedback loop.

  • AI model generates C++ tests for string utility
  • Coverage measured with gcov, loop repeats until 90% achieved
  • Feedback loop refines tests based on missing lines

Debugging Is the Killer App for Free Model Tokens — Here's the Workflow

Most developers treat free model tokens as a code generation budget. They ask for snippets, refactors, and explanations, then wonder why the tokens disappear without making their codebase measurably better. I think the highest-leverage use is debugging.

  • Debugging is pattern-matching task, not code generation
  • Collect recent logs, extract error block and context
  • Python script automates workflow with free model API

More from Sunday 23 August →