Back to Gems of AI

Three AI trends dominating my feed this week

A look at the three major AI agent trends taking over social media right now, from search-to-deploy pipelines to background workflow bots.

My timeline has been a mess this week. Half the people I follow are posting screenshots of AI writing whole applications from scratch, while the other half are explaining why these tools fail in production. The truth is probably somewhere boring in the middle, but I keep thinking about how quickly the baseline is shifting.

I spent the morning digging through the biggest AI trends currently breaking out on social media. They all point to the exact same shift: we are officially done with chatbots.

If you look at the tools making noise right now, they share one trait. They do not wait for you to ask questions. They run in the background, execute code, and complete tasks.

Here is a breakdown of the three trends taking over the conversation and what they actually mean for how we work.

Search engines are deploying code now

The first major trend revolves around Perplexity Computer. People are sharing videos of themselves typing a plain text prompt into a search bar and watching a live web app spin up a minute later.

I genuinely do not know how to feel about this one. We are used to search engines giving us links. Recently, they started giving us summarized answers. Now, they are bypassing the answer entirely and just building the solution.

The process is fascinating because it relies on research first. The system reads current documentation for a framework, figures out how to use it, writes the code, and handles the deployment. You do not get a code snippet to copy and paste into your own editor. You get a working URL.

There is something unsettling about a search bar that acts like a junior developer. But if they can keep the hallucinations down, this completely changes the barrier to entry for building simple tools.

The IDE is becoming a supervisor dashboard

The second massive conversation happening right now is about self-driving codebases, mostly sparked by Cursor's new Cloud Agents.

For the last two years, developers got comfortable with AI as an autocomplete tool. You write a comment, and the AI suggests a function. Now, the timeline is full of developers showing off agents that spin up isolated cloud virtual machines, run their applications, and literally click around the user interface to test if their code works.

This is a structural change. The AI is no longer just reading text. It is interacting with a computer exactly like a human QA tester would.

Many developers are pointing out that these agents still get stuck in loops or fail at complex architectural changes. They are right. But watching an agent generate a pull request complete with a video recording of its test run makes it clear that our jobs are shifting. We are spending less time typing syntax and more time reviewing automated pull requests.

Productivity software gets a background brain

The third trend is slightly less flashy but probably more impactful for non-developers. Everyone is talking about autonomous background agents living inside tools like Notion.

We have had AI summarization in documents for a while. What has people excited now is the shift to triggered background automation. Users are showing off custom agents that wake up on a schedule, read through project boards, organize messy tickets, and draft weekly status reports without anyone clicking a button.

People are hooking these document agents up to Slack. When someone asks a question in a channel, the agent searches the company wiki and replies with a cited answer.

This feels like the first time AI in the workplace actually removes administrative work instead of just giving us another text box to manage. It turns the wiki from a static filing cabinet into an active participant in the team.

Action over chat

If you look at these three trends together, the theme is obvious. The industry is moving from conversational AI to agentic AI.

We no longer want to talk to our computers. We want to give them an objective and walk away. Whether that means a search engine deploying a website or a wiki organizing your sprint board, the goal is autonomous execution.

I suspect a lot of these tools will be messy for the next few months. We will see production bugs, expensive compute bills, and agents that delete the wrong database ticket. But the direction is set.

Final thoughts

The next time you find yourself copying a snippet from a chat window or manually dragging five tickets across a kanban board, remember that tools already exist to do this for you.

I recommend picking one of these new agent workflows and testing it on a low-stakes project this weekend. It is the best way to understand exactly what these systems can and cannot do.