u/netcommah

GenAI hype is making it incredibly hard to focus on the fundamentals.

Everyone online is screaming about Agentic AI, LLM wrappers, and prompting techniques. Meanwhile, I'm just sitting here trying to wrap my head around basic regression models and proper feature engineering.

Has anyone else felt totally distracted by the generative AI wave while trying to actually learn foundational machine learning? How do you tune the noise out and stay focused?

reddit.com
u/netcommah — 3 days ago
▲ 20 r/Bard

Gemini Live + Screen Share is the conversational AI feature nobody talks about enough.

Everyone argues about context windows and memory updates, but turning on Gemini Live on desktop and just having it watch my screen while I work is a complete game changer.

Whether I'm mapping out a new company landing page or analyzing a dataset, just being able to talk out loud and say, "look at this layout and tell me what's missing," feels like the actual future we were promised. It’s like having a co-worker sitting right next to you.

reddit.com
u/netcommah — 3 days ago
🔥 Hot ▲ 207 r/GeminiAI

Gemini Live + Screen Share is the conversational AI feature nobody talks about enough.

Everyone argues about context windows and memory updates, but turning on Gemini Live on desktop and just having it watch my screen while I work is a complete game changer.

Whether I'm mapping out a new company landing page or analyzing a dataset, just being able to talk out loud and say, "look at this layout and tell me what's missing," feels like the actual future we were promised. It’s like having a co-worker sitting right next to you.

reddit.com
u/netcommah — 3 days ago
🔥 Hot ▲ 84 r/BusinessIntelligence

Unpopular opinion: "AI Data Analysts" are just glorified SQL generators.

Every modern data stack tool now seems to have an "AI assistant" built-in. Honestly, I find them incredibly useful for boilerplate SQL or quickly drafting documentation, but they completely fall apart on complex, multi-table enterprise logic.

Has anyone found an AI tool that actually understands a messy company data model without needing massive hand-holding?

reddit.com
u/netcommah — 3 days ago
🔥 Hot ▲ 407 r/claude

The difference in writing style is actually insane.

ChatGPT: "In today's ever-evolving, fast-paced digital landscape, it is paramount that we delve into the rich tapestry of..."

Claude: "Here is the draft you asked for."

It is so refreshing to use an AI that actually writes like a normal human being. Anyone else completely give up on ChatGPT for drafting emails/docs?

reddit.com
u/netcommah — 3 days ago
🔥 Hot ▲ 63 r/ArtificialInteligence

Does anyone else feel like "AI Time" moves fundamentally differently? 2023 feels like a decade ago.

We went from being completely amazed that an LLM could write a decent email to casually expecting AI to generate photorealistic videos, code full applications from a single prompt, and hold real-time voice conversations with us.

My brain literally can't process the concept of "recent" in this industry anymore. A research paper from six months ago is practically considered ancient history.

Just a random thought while trying to keep up. Anyone else experiencing severe AI whiplash? I miss the days when we were just laughing at it trying to draw hands.

reddit.com
u/netcommah — 3 days ago

Next '26 next week: What are we actually expecting besides "Agentic AI" spam?

We all know the keynotes at Mandalay Bay next week are going to be 90% GenAI hype and executive buzzwords.

But for those of us actually running production workloads, what are you hoping to see? Personally, I’m looking for tangible updates to Vertex AI orchestration, better Kubernetes integration, and BigQuery cost optimization not just more demo-ware.

What is on your technical bingo card for next week?

reddit.com
u/netcommah — 4 days ago
▲ 10 r/Bard

Gemini for Google Workspace is incredible, but only if you stop treating it like a standard chatbot.

I see so many people complaining that Gemini in Docs or Gmail just generates generic fluff. If you just type "write an email," you are going to get corporate garbage.

The actual superpower is cross-app context. Using Drive to pull a massive PDF technical brief directly into a new Doc and commanding it to instantly synthesize a targeted content strategy based only on that document saves hours.

If you aren't grounding it in your own Drive files, you aren't really using it. What are your most actually-useful Workspace workflows?

reddit.com
u/netcommah — 4 days ago

Unpopular opinion: You don't need a complex autonomous agent, you just need a really good state machine.

I see so many teams trying to reinvent the wheel with fully autonomous, self-prompting agents when a solid Vertex AI (or equivalent) endpoint and some deterministic cloud functions would solve 90% of their use cases much more reliably.

Agents are cool, but predictable, orchestrator-driven pipelines are what actually get approved by enterprise security.

Where do you draw the line? When do you actually need a fully autonomous agent versus just a well-architected routing pipeline?

reddit.com
u/netcommah — 4 days ago

Everyone is hyping up "Agentic AI," but we are completely ignoring the biggest bottleneck.

It’s easy to build a quick demo where an AI agent executes a search, writes a summary, and sends an email. It looks like magic.

But actually deploying multi-agent systems in production? It’s a nightmare. The moment you step outside a controlled environment, agents get stuck in infinite loops, hallucinate API calls, or bleed tokens through poor context management.

The future isn't just "smarter models"; it's orchestration, deterministic guardrails, and reliability.

What frameworks are you guys actually trusting for agentic workflows right now? LangGraph? AutoGen? Or are you just building custom state machines?

reddit.com
u/netcommah — 4 days ago
🔥 Hot ▲ 147 r/learnmachinelearning

3 beginner ML projects to build if you want to stand out

Recruiters and senior devs are tired of seeing MNIST digits and housing prices on resumes. If you want to actually learn and stand out, build something messy.

Here are 3 better ideas for your first portfolio project:

  1. The API Scraper: Don't download a clean CSV. Use an API (Spotify, Reddit, weather data) to pull live data, clean it, and predict a trend.
  2. The "Stupid" Classifier: Train a CNN to differentiate between two visually similar, highly specific things. It forces you to build your own dataset.
  3. The Deployed App: Train a basic Scikit-Learn model, but wrap it in Streamlit or FastAPI and host it for free on Hugging Face Spaces.

A basic model deployed to the web is 100x more impressive than a complex PyTorch notebook sitting locally on your hard drive.

reddit.com
u/netcommah — 4 days ago