惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
DataBreaches.Net
N
Netflix TechBlog - Medium
P
Proofpoint News Feed
D
Docker
J
Java Code Geeks
L
LangChain Blog
Microsoft Security Blog
Microsoft Security Blog
The GitHub Blog
The GitHub Blog
I
InfoQ
Stack Overflow Blog
Stack Overflow Blog
云风的 BLOG
云风的 BLOG
Engineering at Meta
Engineering at Meta
MongoDB | Blog
MongoDB | Blog
月光博客
月光博客
T
Tailwind CSS Blog
M
MIT News - Artificial intelligence
Blog — PlanetScale
Blog — PlanetScale
Google DeepMind News
Google DeepMind News
腾讯CDC
罗磊的独立博客
U
Unit 42
爱范儿
爱范儿
Vercel News
Vercel News
MyScale Blog
MyScale Blog

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
AI Conf 2026: Classic ML Is Dead, Everyone's Building Agents
Ai developer · 2026-05-29 · via DEV Community

Ai developer

AI Conf 2026: Classic ML Is Dead, Everyone's Building Agents

Spent two days at AI Conf in Moscow. The shift is complete: nobody talks about traditional ML anymore. It's all agents, RAG, and voice systems.

1. Academic Publication Pipeline Is Slow

Average time from submission to publication at A-tier conferences: 9 months. Multiple review cycles, sequential improvements.

What researchers actually use LLMs for now:

  • Code generation
  • Paper review assistance
  • Literature synthesis
  • (Not for original ideas — tried "let it think for 2 weeks," expensive and ineffective)

Prediction: Future papers will include zip archives of experimental code that AI can verify. Human value shifts to idea generation, not implementation.

2. Search Agents Workshop

Built a working ReAct search agent in the workshop:

  • Groq API — free tier, fast inference
  • Tavily — 1000 free search queries/month
  • Langfuse monitoring

Stack cost: $0 for prototyping. Production cost: depends on scale.

3. Monitoring: Langfuse vs Arize Phoenix

Tool Approach Best For
Langfuse Manual integration, detailed traces Custom setups, granular control
Arize Phoenix Auto-instrumentation, wraps everything Quick setup, less configuration

Both show traces, token counts, latency breakdowns. Phoenix wins if you want observability without wiring it yourself.

4. Agent Harness vs Classic Agents

The terminology evolved:

  • 2024: "What's the difference between LLM and agent?"
  • 2026: Agent Harness — memory + skills instead of tools

Example: Deep Agents framework. Skill creation costs 2M tokens. Single invocation: 100K tokens. But the abstraction is cleaner than manual tool orchestration.

5. Voice Agents for Telephony

Voice-to-voice models exist but lack:

  • Tool use integration
  • Context management
  • Reliability for long conversations

Current production stack: Speech-to-Text → LLM → Text-to-Speech

Voice-to-voice will replace this eventually, but not before tool calling and context compression catch up.

What I Didn't Hear

  • Gradient boosting use cases
  • Feature engineering debates
  • Model interpretability discussions (except for RAG context windows)

The industry moved on. If you're still pitching Random Forest improvements, you're talking to the wrong audience.

My Take

The conference confirmed what I see in production: agent orchestration is the new infrastructure layer. Not the models themselves — how you connect them, manage memory, route between skills, and monitor everything.

The companies winning aren't those with the best single model. They're those with the best agent architecture.


More production AI insights and conference notes from a bank's DS lead — follow my Telegram channel:

https://t.me/ai_tablet (Russian, technical)


More AI engineering notes, RAG benchmarks, and production insights from inside a bank — follow my Telegram channel:

🚀 https://t.me/ai_tablet (Russian, technical)