SShortSingh.
Back to feed

Browser tool shows embedding axes can shift without changing cosine neighbour structure

0
·4 views

A developer built an interactive browser instrument to demonstrate that orthogonal transformations can visually alter embedding coordinates while leaving cosine similarities completely unchanged. The experiment used 384-dimensional phrase embeddings generated by MiniLM across 180 short phrases, with measured numerical drift staying below 2e-15. The tool lets users compare original and orthogonally transformed coordinate views, alongside PCA and grand-tour projections, highlighting that raw model axes hold no unique claim over neighbour geometry. The finding connects to broader debates in embedding interpretability, where individual axis meaning is not guaranteed by cosine structure alone. The work independently converged on established visualisation techniques, including Daniel Asimov's 1985 grand-tour method and related projects like Distill's neural-network activation explorer.

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
ProgrammingHacker News ·

Anthropic Runs Claude Code Promotional Weekly Limits Offer Through July 2026

Anthropic has launched a promotional program for Claude Code covering the period from May through July 2026. The promotion involves adjusted weekly usage limits for users of the AI coding assistant. Details of the offer are outlined on Anthropic's official support page. The promotion appears aimed at encouraging broader adoption and usage of Claude Code during the specified months.

0
ProgrammingDEV Community ·

CTF Challenge Exposes Client-Side Security Flaw: Flag Accessible via Direct API Call

A BroncoCTF web challenge called 'Unblur Me' tasked participants with correctly solving 500 derivative problems to reveal a hidden flag image. However, the entire access gate was implemented in client-side JavaScript, meaning the server applied no actual restriction on the underlying image. The flag image was loaded unconditionally from a public API endpoint at startup, with only a CSS blur filter creating the illusion of it being locked. A direct curl request to the endpoint immediately returned the full, unobscured PNG file containing the flag. The challenge highlights two common security pitfalls: relying on browser-side logic as an access control mechanism, and mistaking CSS visual effects for genuine data protection.

0
ProgrammingDEV Community ·

One Founder Used 9 AI Agents to Run a Real Gym for 120 Days Straight

A solo founder in Dongguan, China, deployed nine autonomous open-source AI agents to operate a physical fitness studio, logging 120 consecutive days of production use. The system ran on just 3.6GB of RAM and autonomously recovered from bugs over 34 days without human intervention. The founder claims no existing label — such as 'AI fitness' or 'agent OS' — accurately describes the architecture, which they now call a 'verification layer for physical business behavior.' Notably, Anthropic's official handbook later described a similar governance model, and Jack Dorsey had previously outlined a comparable verification concept, with none of the three parties in contact. The builder argues this independent convergence across unconnected parties signals the approach is architecturally sound, even before the category has a widely accepted name.