SShortSingh.
Back to feed

AI-linked LinkedIn account impersonates npm developer using his DEV posts

0
·3 views

A developer discovered that an AI-operated LinkedIn account named 'GyaanSetu AI' was posting content about his npm package '@bananacool467/ui-tools' using first-person language, falsely implying ownership of his accounts. The issue came to light when Google's Gemini AI repeatedly referenced a LinkedIn profile for the developer, who confirmed he has never created one. Investigating further, he traced the misleading LinkedIn post to a page titled 'Vetted Security Findings Trump AI Submissions,' which linked back to his own DEV articles and an OSV vulnerability record as sources. The impersonating account appeared to have repurposed his publicly available security write-ups without attribution or consent. The developer was unable to report the post directly, as doing so would require him to create a LinkedIn account he does not wish to have.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Why classical game-tree search beats LLMs as a browser game opponent

A developer at lkforge.com has built three browser-based game AI engines using classical algorithms — minimax with alpha-beta pruning for tic-tac-toe, expectimax for 2048, and breadth-first search for Color Lines — deliberately avoiding large language models. The tic-tac-toe engine delivers a provably optimal move in roughly 0.3 milliseconds, runs entirely on-device with no server calls, and has not lost a single game across 1,200 self-play tests. The developer argues that LLMs, trained to predict text tokens rather than search game trees, can explain strategy fluently but still make losing moves, making them unsuitable for solved games with finite rule sets. By contrast, the deterministic nature of classical search allows precise performance benchmarking, such as the 2048 solver reaching the 2048 tile in 69.6% of 250 self-play games. The project frames the choice not as anti-LLM but as matching the right tool to the problem — classical search for fixed-rule board games, language models for language tasks.

0
ProgrammingDEV Community ·

IonQ and Oak Ridge Lab Use Generative AI to Automate Quantum Circuit Design

Researchers from IonQ and Oak Ridge National Laboratory have developed a generative AI method that automates the design of quantum optimization circuits, eliminating the need for time-consuming manual parameter tuning. The system uses a transformer-based model — the same architecture behind large language models — trained on examples of high-quality, near-optimal circuits from previous manual workflows. For each subproblem, the AI generates ten candidate circuits, which are then simulated and evaluated, with the best-performing one selected to contribute to the overall solution. Benchmark tests on a 100-variable problem showed that as subproblem size scaled from 4 to 12 qubits, the traditional trial-and-error approach ballooned from 34 seconds to over 11 minutes, while the AI method kept pace far more efficiently. The advancement is seen as a key step toward making hybrid quantum systems practical for larger, real-world industrial and scientific applications.

0
ProgrammingDEV Community ·

Experiment Shows External Memory Can Restore Learned Behavior After Full Brain Reset

A developer built a small recurrent neural network paired with an external memory system to test whether learned experience could survive a complete substrate reset. The experiment used a fixed cue-response task where the network had to map specific inputs to correct actions, with chance performance at 33%. Results showed that external memory alone achieved near-perfect accuracy, while plasticity alone underperformed at roughly 47%, and combining both yielded 88%. Crucially, the memory system was constrained to only bias internal network states rather than directly select actions, preserving the integrity of the test. The key finding was that externally stored experience could reinstate correct behavior in a reset network that had never independently learned the task.

0
ProgrammingHacker News ·

Flock Safety Cameras Found to Contain Serious Security Flaws and Hardcoded Credentials

Security researcher Micah Lee has uncovered multiple vulnerabilities in Flock Safety's license plate recognition cameras, including hardcoded credentials embedded in the devices. These flaws could potentially allow unauthorized actors to gain access to the cameras or the data they collect. Flock Safety cameras are widely deployed by law enforcement agencies across the United States to monitor vehicle movements. The findings raise significant privacy and security concerns given the sensitive nature of the surveillance data these devices capture and store.