▲ 15 r/AIBubble+1 crossposts

I have a feeling the hype around AI is dying ...

Are we getting back to normal and will we see the bubble pop as we move more towards robotics and hardware? IoT is going to be a thing I guess moving forward. I really think LLMs are dead no more advancements at least for the time being. What does it mean for the markets and for the AI companies though? Who will survive the purge?

reddit.com
u/myllmnews — 21 hours ago
▲ 3 r/mmt_economics+1 crossposts

The fed & the future of money

The fed can't raise rates without hitting rock bottom and a hardcore recession ( which some argue we are already in,) but if they lower rates inflation is the issue. How the hell did we get here and is 'we do nothing with rates' the way moving forward? What a mess, don't you think? We can't keep it as is either because jobs are dying and the economy is suffering. I have way more to say on this but I'll stop here lol

reddit.com
u/myllmnews — 11 days ago

Is the US about to bend the knee on Open Source?

Elon, Satya, Zuck all made statements on how Open Source is a very important pillar for innovation. The only ones that say otherwise are Anthropic. I wonder where this will go... I guess we all know by now that the money is not made with LLMs. So how is the US going to make it in AI?

The infrastructure is super brittle and I wonder how fast new grids and datacenters can be established with all the pushback. I guess that is where the real money and power is.

u/myllmnews — 24 days ago

The real AI bottleneck is electricity. Musk just bought the company that solves it.

Nvidia can deliver GPUs in months. A new grid connection for a data center takes a median of ~5 years (per Lawrence Berkeley National Lab). The chips depreciate while the paperwork sits.

Musk lived this firsthand. xAI's Memphis cluster ran 100K GPUs on leased mobile turbines while waiting for permanent power (Lawsuits, DOJ intervention). It was fragile, expensive, and his only option.

Last week he reportedly bought APR Energy, a Jacksonville-based fleet of 1+ GW of mobile gas turbines that deploy in weeks. Dispatchable power he can park anywhere. 1 GW runs about 600,000 H100s.

He was renting his most important input. So he bought the landlord.

Every AI lab can order the same chips. Only one now owns a power fleet that ships by truck and bypasses the queue.

I wrote up a full breakdown on my Substack it's just too long to post here.

reddit.com
u/myllmnews — 1 month ago

Vibe Coding Level 100: Using JSON-Render to give my local Python agents "Design Skills"

I’ve been obsessed with building autonomous local agents lately (standard Python + n8n + LLM stack), but I always hit the same wall: The UI always looks like trash.

I’m tired of spending 5 hours in React/Tailwind just to build a dashboard that my Agent uses for 5 minutes.

I finally found the "Quantum Leap" solution: Generative UI with Guardrails. from Vercel

Instead of letting the AI write messy, unmaintainable React code (looking at you, Bolt/v0), I built a Component Warehouse. I wrote the high-quality React components once (Metrics, Charts, Alerts) and gave my Agent the "Rules" (a JSON Catalog).

My Python agent detects its own status, sends a "Vibe" to Groq (Llama 3.3 70b), and Groq outputs a specific JSON string. The frontend sees that JSON and instantly assembles the UI.

  1. Zero Layout Coding: The Agent decides if it needs a Chart or a Table based on the data it found.
  2. Unbreakable: It can't hallucinate bad CSS because the components are already written. It's just picking from a "LEGO set."
  3. Autonomous: The dashboard morphs in real-time. If there’s an error, the Agent "paints" a red alert box. If it hits a milestone, it adds a celebration card.

I’m currently integrating this into my 24/7 Agent Stack (X-Bot/RSS Hunter). It’s the first time my local projects actually look like professional SaaS products without me touching a <div> tag.

Curious if anyone else is playing with json-render or "Semantic UI" for their agents? It feels like the end of manual web design for tool builders.

Happy to chat about the plumbing (Docker/n8n/Cloudflare Gateway) if anyone is interested!

10 years in the making!!! Thanks Chris Tate from Vercel Labs!

https://github.com/vercel-labs/json-render

u/myllmnews — 7 months ago

👋 Welcome to r/LocalAgents – Your Playbook for Building AI Agents That Actually Save Time

Hey folks, I’m Sharon Jerman – AI strategist, developer, and the person behind those “build-your-own agent” workflows you may have seen around Maven and LinkedIn.

Why this subreddit?
I needed a single spot to document the exact playbooks, templates, and experiments I use when helping teams ship custom AI agents. Expect actionable breakdowns, not hype.

What you’ll find here (and in what order):

  1. Quick-win guides – snackable posts on scoping, tool choices, and guardrails.
  2. Case studies & teardown threads – anonymized but metric-driven.
  3. AMAs and office hours – space to troubleshoot your own builds.
  4. Live session invites & recaps – so you can join real-time builds or catch the notes later.

What I’d love from you:

  • Drop a comment with the #1 workflow you wish an AI agent could handle today.
  • If you’ve already built one, share the stack and what you’d change next time.
  • Lurkers welcome, but upvotes + feedback help me prioritize what to post next.

Thanks for jumping in early.

reddit.com
u/myllmnews — 7 months ago

Functions act as the agent's "hands and eyes." Did you know this?

https://preview.redd.it/37tor3olyqcg1.png?width=691&format=png&auto=webp&s=81d4758d3efb5ea0f759c6bfc4d5e1554281d096

Functions are reusable blocks of code that take inputs, perform a specific task, and return outputs. In AI and cloud contexts, they act as callable tools that let agents or applications execute precise actions, like querying data or triggering workflows, without managing underlying infrastructure.

Example Flow

User: "What's the weather in Seattle and book me a flight there?"

  1. Agent thinks: "I need weather data and flight booking capability"
  2. Calls function: getWeather(city="Seattle") → Returns "Rainy, 55°F"
  3. Calls function: searchFlights(destination="Seattle") → Returns flight options
  4. Calls function: bookFlight(flightId="ABC123") → Confirms booking
  5. Agent responds: "It's rainy and 55°F in Seattle. I've booked you on flight ABC123..."
reddit.com
u/myllmnews — 7 months ago

Anthropic Blocks Claude Code in Third-Party Apps

Anthropic began enforcing its terms by restricting Claude Pro and Max accounts (costing $100 to $200 monthly) to its official terminal-based AI coding tool, Claude Code. Users trying third-party apps now get an error message, ending months of smooth integrations that offered features like multi-model support and faster interfaces. The developer community split, with some canceling subscriptions over the 'downgrade' to Anthropic's CLI, while others see it as fair protection of subsidized rates tied to data training. Workarounds popped up fast, but competitors like Amp are already luring users with free Opus access. https://piunikaweb.com/2026/01/09/anthropic-reportedly-blocking-non-official-claude-api-connections/

reddit.com
u/myllmnews — 7 months ago

Building Agentic AI Workflows (Architecture, Patterns, and Implementation)

I just finished watching the new comprehensive course on Agentic AI Workflows (specifically the one by Rola Dali/freeCodeCamp), and I wanted to break down the key insights for the community here.

If you are building local agents, the distinction between Static Workflows and Dynamic Agentic Systems discussed here is crucial. Here is a summary of the concepts and the timeline if you want to jump to specific sections.

Key Takeaways for Builders:

  1. Agents vs. Workflows: The video makes a strong distinction. Workflows are static paths (if X, then Y). Agents use LLMs as a reasoning brain to decompose tasks at runtime.
  2. Architectural Patterns: It covers the Supervisor vs. Swarm debate.
    • Supervisor: Centralized decision-making.
    • Swarm: Decentralized, hand-offs between agents.
  3. The Tech Stack: It dives into LangChain, MCP (Model Context Protocol), and how to handle intrinsic vs. long-term memory.

Video Timeline & Cheat Sheet:

Part 1: Foundations & Theory

  • 0:14:41 - Defining Agency: The spectrum of autonomy.
  • 0:20:31 - What is a Generative AI Agent?
  • 0:23:04 - Agents vs. Workflows: Understanding dynamic flow vs. static paths.
  • 0:29:59 - Patterns & Anti-patterns: When not to use an agent.

Part 2: Building the Agent (The "How-To")

  • 0:32:36 - Core Components: System prompts, memory, and tools.
  • 0:39:00 - Memory Systems: Short-term vs. Long-term implementation.
  • 0:43:09 - Python Implementation: From a single LLM call to a full agent.
  • 0:54:53 - Frameworks: Building with LangChain.

Part 3: Advanced Architecture

  • 1:00:15 - Supervisor vs. Swarm: Comparing architectural patterns.
  • 1:04:48 - Swarm Performance: A deep dive into decentralized agents.
  • 1:09:05 - Interface Protocols: MCP, A2A, and AGUI.

Part 4: Evaluation & Future

  • 1:12:06 - Evaluation: How to benchmark (LLM-as-a-Judge vs. Code-based).
  • 1:23:41 - Software 3.0: How development paradigms are shifting.

Discussion: For those of you building locally, are you leaning more toward a Supervisor pattern (central brain) or a Swarm architecture for your multi-agent systems? I'm curious which is proving more stable for production use cases.

https://preview.redd.it/78j9y848t8cg1.png?width=547&format=png&auto=webp&s=b8ab4e93ba38131af2ed6406d4cba3b3e14a540e

https://www.youtube.com/watch?v=tr5Fapv80Cw

reddit.com
u/myllmnews — 7 months ago

He uses an AGENTS.md file to “train” the AI on his style and architecture.

Someone shared this dev's experience with me who was very skeptical about AI coding assistants but is now getting huge speedups. Key takeaways:

He uses an AGENTS.md file to “train” the AI on his style and architecture.

Single-language monorepo (TS/JS), clean patterns, and well-scoped tasks make AI way more effective.

Uses multiple AIs (OpenAI CLI, Claude Code, Gemini, Copilot) that review each other.

The same practices that help humans (good structure, consistency) also massively help AI.

Interesting angle: designing codebases to be AI-friendly might actually improve overall code quality.

Curious if any of you have tried something like this or are getting similar results?

u/myllmnews — 8 months ago

What is your favorite Agentic System?

I started buiding my own because i was tired using systems that I can't control. I wonder how your experience has been? What your go to?

reddit.com
u/myllmnews — 8 months ago