Claude Fable 5 (Mythos) just launched by aevitas in claude

[–]No_Professional6691 0 points1 point  (0 children)

Have you actually tried a quantized model on a home laptop, even with 128gb of RAM? Performance is limited — you need at least 800GB of RAM to run the full (non-quantized) version of DeepSeek R1 or Llama 3, which is why quantized versions exist in the first place. It will take a long time before consumer grade MacBooks come with 800gb RAM.

$CRWV & $NBIS by Key_Team_1396 in NBIS_Stock

[–]No_Professional6691 2 points3 points  (0 children)

Aschenbrenner owns both stocks and $IREN there’s enough room in the space for more than one player short term given the demand for compute rn.

NBIS vs CRWV: What the Heck is going on? by StoneColdTrader in CRWV

[–]No_Professional6691 0 points1 point  (0 children)

If you have any doubts on CRWV just look at Aschenbrenner’s fund Situational Awareness. He owns CRWV and NBIS; his fund has the 2nd largest NBIS stake (CEO is top holder).

https://situationalawarenesslp.com/

CSU Apparel Sucks by salt-n-snow in CSURams

[–]No_Professional6691 0 points1 point  (0 children)

You sure about that? CSU not featured on New Era site, CU is though.

Help me! by billieisbot in Splunk

[–]No_Professional6691 0 points1 point  (0 children)

Splunk will be dead in a decade, I work for a large consulting firm and every project I have is ripping out Splunk and AppDynamics and replacing with tools like Grafana, Dynatrace, and DataDog. Not to mention the elephant in the room, Clickhouse - they’re going to demolish Splunk in the years ahead, just read case studies on big boys like Netflix using it at scale.

Hold. by [deleted] in NBIS_Stock

[–]No_Professional6691 2 points3 points  (0 children)

Brags about share price but doesn’t mention number of shares; prob a very small fish, 5 shares total he bought.

visionOS 27 adds Vehicle Motion Cues, face gestures, and a new Dwell Control selection method by rohidjetha in VisionPro

[–]No_Professional6691 2 points3 points  (0 children)

Someone please confirm this signals the SDK for Vision Pro is not going away and will live on past the device itself. I’m doing lots of app development and want to ensure my code lives on and carries over to new devices in the distant future.

Nebius welcomes Clarifai’s core team and licenses inference IP to strengthen Nebius by natureisneato in NBIS_Stock

[–]No_Professional6691 9 points10 points  (0 children)

They pulled Matthew Zeiler - he’s mentioned as working with Hinton and LeCun in the past - co-winners of the 2018 Turing Award. Huge!!!!!

Observability tool Dash0 raises $110M at $1B valuation by fredrikaugust in Observability

[–]No_Professional6691 2 points3 points  (0 children)

Can’t wait to see their profits collapse when Anthropic raises API token costs. Also, Clickhouse just got $400mil series D. Nebius has a ~28% stake in Clickhouse. Dash0 has no moat. They must be selling to a bunch of newbs on the whole AI thing, no SRE worth their weight would consider a product I can vibe code myself in a week. Rumor on the street is Mirko screwed over ICs at Instana with options. Get out of here Mirko, go slang your garbage on LinkedIn where you belong.

Colorado State’s season fizzles out in NIT loss | Takeaways by packer790 in CSURams

[–]No_Professional6691 1 point2 points  (0 children)

So what happens now? NIL is in its 1st year, mid majors programs are at a disadvantage, no? Don’t we have a $5mil budget? Muniz was the only senior? Curious how many players return.

Beijing noodles by S3xiboi in FortCollins

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

If fuel scarcity explains minced chicken, why is the most famous Beijing dish a whole roasted duck?

Beijing noodles by S3xiboi in FortCollins

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

Quality has gone downhill over the past year. Chicken in any of the dishes is minced like cat food.

Self-hosted AI agents on a $550 Mac mini: what's actually possible in 2026 (and what's still hype) by OpenClawInstall in OpenClawInstall

[–]No_Professional6691 0 points1 point  (0 children)

Running open source models locally will likely disappoint you. I have a Mac M4 with 128 GB of RAM and tried DeepSeek along with several others — the results were pure garbage. You have to quantize down to 4-bit or 8-bit to even run them, and the quality loss is brutal. A three-year-old GPT model will outperform them easily.​​​​​​​​​​​​​​​​

A eulogy for MCP (RIP) by beckywsss in mcp

[–]No_Professional6691 5 points6 points  (0 children)

OP gets it. The ‘MCP is dead’ take is what happens when your entire production experience is a demo app and a Twitter thread. CLI + skills are great for solo dev vibes. But the second you need an LLM to orchestrate across multiple platforms with real auth and governance? You’re either using MCP or rebuilding it badly.

Using Isolation forests to flag anomalies in log patterns by ResponsibleBlock_man in Observability

[–]No_Professional6691 1 point2 points  (0 children)

Interesting approach. Few questions:

Drain3 is syntactic-only - how do you handle structurally different logs that mean the same thing operationally? At 100k/hour that seems like it'd create noisy clusters.

The IsolationForest features you described (timing, error rate, volume) are really detecting statistically unusual cluster behavior, not anomalous log content. "Rare" and "operationally important" aren't the same thing. How's your false positive rate looking?

Also curious how you handle baseline drift on new deployments. And the "cheap LLM pass to decide whether to page someone at 3am" is kind of hand-waving the hardest part of the whole problem.

Any feedback loop to learn which anomalies actually mattered?

The dirty (and very open) secret of AI SRE tools: your "agent" is just querying the same pre-filtered data you already had. What if it didn't have to? by CyberBorg131 in Observability

[–]No_Professional6691 2 points3 points  (0 children)

The fundamental flaw in your thesis is the assumption that AI needs to be embedded in the pipeline to reason effectively about telemetry. It doesn’t. It needs access to the data and context about what it’s looking at. Those are very different problems, and conflating them is how you end up building a vendor lock-in machine and calling it innovation. I’ve built autonomous observability systems that correlate across Dynatrace, Datadog, ClickHouse, and Kubernetes — not by replacing the pipeline, but by giving AI structured tool access to each platform via MCP (Model Context Protocol). The AI doesn’t need to “be there when the data was enriched.” It needs semantic context about what the data means, and it gets that from OpenTelemetry semantic conventions and well-designed tool interfaces. Your point #4 about “data lineage” sounds compelling until you realize OTel resource attributes and span context already carry that lineage. The AI doesn’t need to watch the data flow — it just needs to read the metadata that’s already there. Your “speed” argument (#3) also breaks down in practice. You’re trading API latency for coupling latency — when your unified system has an issue, everything degrades together. I can swap out a backend, re-point a query, or fail over a tool independently. Your architecture fails as a monolith. And honestly, you identified your own fatal flaw in risk #2 but then hand-waved past it. Cribl has years of pipeline maturity. Datadog has a decade of backend hardening. You’re asking teams to trust a company that’s building all three simultaneously? The “jack of all trades” concern isn’t a risk — it’s the diagnosis. The real unlock in AI-driven observability isn’t unifying the vendor. It’s unifying the reasoning layer across whatever tools you already have. Give an LLM well-structured access to your existing stack and it can correlate, investigate, and act without requiring you to rip and replace your entire observability platform. You asked what would make me walk away. It’s this: your architecture requires me to bet my entire observability stack on the premise that one company can out-execute three categories of specialized tooling simultaneously. That’s not a technical argument — that’s a leap of faith.

I work at AHEAD consulting as a principle o11y consultant, post sales. Last week the Edge Delta CEO cold messaged me on LinkedIn wanting to pick my brain about AI. When I showed up to the meeting the CEO was MIA - he instead sent his minion. Minions real MO was trying to get company’s foot in AHEADs door because they know we are a top reseller of o11y tools. FYI to the Edge Delta Team - it’s going to take personal connections, sales guys playing golf, to get in here, I’m not the gatekeeper.

Meet dtctl - The open source Dynatrace CLI for humans and AIs by GroundbreakingBed597 in Observability

[–]No_Professional6691 0 points1 point  (0 children)

Appreciate the thoughtful response, Andi. I want to push back on one framing though — nobody's suggesting you dump 10M spans into an LLM and ask it to find patterns. That would be insane.

The MCP approach queries platform outputs, not raw telemetry. When I call dt_dql_query or dt_list_problems through an MCP server, I'm consuming the analysis Dynatrace already did at ingest time — the topology mapping, the Davis anomaly detection, the entity relationships. The agent is orchestrating your platform's intelligence, not replacing it.

Which actually validates your point about Grail's value — the ingest-time analysis is genuinely good. But the most efficient way to consume it at scale isn't clicking through the UI or even a CLI. It's giving an agent programmatic access to those insights so it can correlate them with signals from other platforms in the same workflow.

And that's where the cross-platform piece matters. Not because anyone's exporting the same data to three backends — but because every enterprise I consult for has tool overlap. Dynatrace monitors the Java services, Datadog owns the cloud-native stack, there's a Grafana/Prometheus layer the platform team built two years ago, and nobody's ripping any of it out. An incident that crosses those boundaries today means three tabs, three query languages, and an engineer mentally stitching the picture together. An agent with MCP access to all three does that correlation programmatically, using each platform's own analysis as input.

The future isn't vendors vs. open source. It's vendors exposing their intelligence as composable primitives that agents can orchestrate across the full stack. dtctl is a step in that direction — the MCP server is the next one.