Categories
ai

The Future of Work with AI Agents — Insights from a Stanford Study | by Cobus Greyling | Jun, 2025 | Medium

The original article from Stanford’s SALT Lab explores how AI agents are rapidly transforming the workplace. This medium post highlights some key points from the study.

The research suggests that AI Agents could fundamentally reshape core human competencies, shifting the focus from information management to interpersonal strengths.

Training and Teaching Others ranks highly in human agency, which accordingly to the study, implies that human involvement is required and AI should only be used to augment the task. My job is safe for now 🙂

Source: The Future of Work with AI Agents — Insights from a Stanford Study | by Cobus Greyling | Jun, 2025 | Medium

Categories
ai

Building Effective AI Agents \ Anthropic

This article gives a good definition of AI agents vs workflows, since many use commonly conflate the 2 terms.

Workflows are systems where LLMs and tools are orchestrated through predefined code paths. Agents, on the other hand, are systems where LLMs dynamically direct their own processes and tool usage, maintaining control over how they accomplish tasks.

Source: Building Effective AI Agents \ Anthropic

Categories
ai programming

Coding agents have crossed a chasm // flurries of latent creativity

Coding agents or helpers have improved by leaps and bounds in the past few months. However, when people ask me whether they still need to learn coding, my answer is an unequivocal yes. Coding in the future – or even right now – is going to look very different from coding in the past. But it is still a skill that needs to be learnt. Think of it like photography: almost everyone carries a camera in their pocket today, but that doesn’t automatically make them a skilled photographer.

Everyone can generate a snake game in an instant nowadays. These are the low hanging fruit – much like taking a photo with your phone doesn’t require much skills. But as soon as you move up the rung to something more complex, the ability of an untrained person to do so breaks down rather quickly.

This quote from the article is particularly relevant today:

Without a solid foundation, you can’t distinguish between good AI suggestions and plausible-sounding nonsense. Therefore, a solid understanding of how to write and structure code remains really important to use this technology best.

Source: Coding agents have crossed a chasm // flurries of latent creativity