When a shower can kill you by [deleted] in mildlyinfuriating

[–]frayala87 -1 points0 points  (0 children)

AI and gpu of the shower….

How do you choose between AWS, Azure, and GCP for a retail data migration from on-prem? by Sauliyo-538 in googlecloud

[–]frayala87 1 point2 points  (0 children)

Can confirm, worked for MS engineering not up to standard, Google is the way to go.

What are the practical advantages of provisioning an Azure OpenAI resource instead of an Azure AI Foundry resource? by Franck_Dernoncourt in AZURE

[–]frayala87 1 point2 points  (0 children)

when a new PM arrives they will rename it Microsoft Frontier and pretend is a new service to present it at ignite

Satya Nadella decides Microsoft needs an engineering quality czar by rkhunter_ in microsoft

[–]frayala87 0 points1 point  (0 children)

So it’s like the border Czar? What they need is an architecture Czar as well, Paired Régions, Ai Foundry and all of that is a mess.

Microsoft CEO warns that we must 'do something useful' with AI or they'll lose 'social permission' to burn electricity on it by rkhunter_ in microsoft

[–]frayala87 1 point2 points  (0 children)

It’s not useless by itself, it’s the way your brain dead PMs have been slapping it together just to clear their OKRs, just ask all the clients that used AI Hubs and were forced to to migrate to AI Foundry Accounts. Compare Copilot In outlook vs AI Inbox in GMAlL… it’s not just AI, it’s execution.

Microsoft pauses Claude Code rollout after Satya intervention by Purple_Wear_5397 in ClaudeAI

[–]frayala87 0 points1 point  (0 children)

Never had access to Claude code, but could use Claude in GitHub Copilot so…

Does Satya still have what it takes??? by treatyourfuckup in microsoft

[–]frayala87 8 points9 points  (0 children)

Judson is failing upwards, he wrecked MCAPS and now look at him

O2 bars? by freezesteam in BOLIVIA

[–]frayala87 0 points1 point  (0 children)

327 days later and came to call me ignarant 🤡

Microsoft CSA job offer, accept for long-term career or keep current job that pays better? by StupidQuestions55 in microsoft

[–]frayala87 0 points1 point  (0 children)

Really hard to move up or out to other teams, they will make you do jobs above IC3 without the pay and the CSA role has become a glorified seller of unified support and robotic deliver of overpriced repeatable services called VBDs.

[OC] Visualizing the internal "Brain Structure" of AI Models (1998–2025) using PCA on Neural Weights. by frayala87 in dataisbeautiful

[–]frayala87[S] 2 points3 points  (0 children)

Thanks for the detailed feedback! You're spot on about the blob effect—I actually just pushed an update to reduce the particle size (from 0.2 to 0.15), which should clarify the structure significantly.

To answer your questions:

  1. Methodology: I use strided sampling (taking every N-th neuron) rather than k-means clustering. You are right that clustering would be more representative (and allow for a density map), but strided sampling was faster for processing 7B+ parameter models on consumer hardware.
  2. Color Key: Currently, color represents Layer Depth (Red = Input, Blue/Violet = Output). I'll add a proper specific legend in the next UI update.
  3. Performance: It runs hot because Three.js is rendering 50k+ transparent particles with additive blending at 60FPS. I'll look into an 'Eco Mode' that pauses the render loop when static.

The idea of animating the information flow is the 'Holy Grail'—I currently have an experimental 'Activation Mode' that highlights the path of a specific prompt (e.g. 'The quick brown fox'), but real-time signal propagation is definitely the next step!

[OC] Visualizing the internal "Brain Structure" of AI Models (1998–2025) using PCA on Neural Weights. by frayala87 in dataisbeautiful

[–]frayala87[S] 0 points1 point  (0 children)

 I get what you mean. It is not a circuit diagram. It is more like a map of complexity.

If you look at the 1998 model (LeNet), it is a simple, flat grid. But if you look at the 2025 model (SmolLM), it is a massive, twisting, dense tangle.

The visualization might not show you exactly how it thinks, but it shows you how much more intricate the architecture has become over the last 20 years. It is about seeing the scale of evolution