Towards AI

Towards AI Making AI accessible to 100K+ learners. Monthly cohorts still open — use COHORT10 for 10% off!

Find the most practical, hands-on and comprehensive AI Engineering and AI for Work mastery courses at academy.towardsai.net - pathways for any experience. Since 2019 Towards AI has provided an open platform for sharing information, educational content and research on AI. It has more than 2,000 authors and benefits from hundreds of thousands of followers in the AI community. The platform is a leadi

ng educational resource and community for AI leaders, practitioners and students. Towards AI strives to publish unbiased AI and technology-related articles and to work only with sponsors on highly relevant content and in a transparent manner. Towards AI offers a unique space to service AI and technology clients with their marketing and distribution efforts and has worked with leading corporate and institutional sponsors, including Amazon Science, Carnegie Mellon University, Snorkel AI, Lambda Labs, Superb AI and Gather AI. All of our articles are from their respective authors and may not reflect the views of Towards AI Inc., its editors, or its other writers.

| Information for authors → https://contribute.towardsai.net | Terms → https://towardsai.net/terms/ | Privacy → https://towardsai.net/privacy/ | Members → https://members.towardsai.net/ | Shop → https://ws.towardsai.net/shop | Is your company interested in working with Towards AI? → https://sponsors.towardsai.net

05/30/2026

The best coding agent is the one you let do less.

Bad prompts make the agent invent the task.
Good prompts narrow the scope.
Great prompts define the behavior, files, tests, and proof before code starts.

If your agent keeps making messy changes, the problem might not be the model.
It might be the amount of freedom you gave it.

Scope tighter. Name the files. Define the tests. Ask for proof before merging.

05/28/2026

Most AI builders stop too early.

Calling an API is useful. Adding chat, RAG, summarization, or tool calling into an app is useful too.

But that is still not the same as owning a production AI system.

Production AI engineering starts when you ask harder questions:

What if retrieval returns the wrong document?
What if the model calls the wrong tool?
What if latency doubles?
What if cost spikes?
What if the user asks for something outside the product’s scope?

That is where evals, monitoring, fallbacks, rate limits, cost controls, and human review come in.

The real skill is not just knowing how to use models.

It is knowing how to make AI features reliable enough to survive real users.

Vibe coding only works if you already know how to code.AI can scaffold the first 70% fast: UI, CRUD, boilerplate, basic ...
05/28/2026

Vibe coding only works if you already know how to code.

AI can scaffold the first 70% fast: UI, CRUD, boilerplate, basic tests.

But production still lives in the last 30%: edge cases, permissions, security, migrations, rollbacks, and debugging.

The future is not just “let the agent code.”

It is knowing how to supervise the agent.

Small tasks. Tight context. Review the diff. Run the tests. Commit small.

That is where the real advantage is.

Same coding agent. Different workflow.The $1k/month engineer gives vague tasks:“Build the app.”“Fix the bug.”“Looks good...
05/27/2026

Same coding agent. Different workflow.

The $1k/month engineer gives vague tasks:

“Build the app.”
“Fix the bug.”
“Looks good.”
“Ship it.”

The $100k/month engineer gives the agent a system to work inside:

clear context
scoped files
test commands
branch isolation
diff review
edge-case checks

That’s the real skill gap.

Coding agents are powerful when the engineer still owns the judgment.

Better context in.
Better review after.
Cleaner merge at the end.

Follow for more production AI engineering breakdowns.

05/26/2026

Most people think better AI results come from giving the agent more context.

But the real unlock is giving it the right kind of context in the right place.

Think of it as 3 layers:

Global rules
How you want the agent to behave across every task.

Project rules
What is true about this specific repo, product, workflow, or system.

Task prompt
What you want it to do right now, including the exact outcome you expect.

When these layers get mixed together, the agent starts carrying old tasks, stale assumptions, and irrelevant instructions into new work.

That’s how you get inconsistent outputs.

The goal is not “more context.”

The goal is context hygiene: keeping stable rules stable, project knowledge close to the project, and temporary instructions temporary.

Microsoft reportedly gave employees access to Claude Code in December 2025, and it quickly became popular with engineers...
05/26/2026

Microsoft reportedly gave employees access to Claude Code in December 2025, and it quickly became popular with engineers across teams like Windows, Outlook, Teams, and Surface.

The issue was cost. Heavy daily use of token-based coding tools can get expensive fast, especially when thousands of developers start relying on them.

According to reports, Microsoft is now cancelling most internal Claude Code licenses and moving affected teams to GitHub Copilot CLI by June 30, 2026.

The interesting part is that Claude Code was not rejected because developers disliked it.

It was cut because people used it too much.

05/25/2026

The Pope just teamed up with Anthropic

Today, Pope Leo XIV released his very first big official letter called Magnifica Humanitas.

It’s all about one simple idea:

Keep humans safe and respected in the world of AI.

At the big event, the Pope spoke live… and one of the main guests was Christopher Olah, co-founder of Anthropic.

The Pope said the Church and Anthropic will now work together to help guide humanity through the age of artificial intelligence.

It’s the first time the Vatican has brought a top AI company on stage like this.

05/22/2026

Stop letting your Agents run autonomously...

BREAKING Andrej Karpathy joined Anthropics!anthropic now has - xai's compute- andrej karpathy - google TPUs- corporate c...
05/19/2026

BREAKING

Andrej Karpathy joined Anthropics!

anthropic now has
- xai's compute
- andrej karpathy
- google TPUs
- corporate claude code adoption
- ex openai people

what else does it need to have the best model?

Cursor just released Composer 2.5, its latest in-house coding model, and the headline is easy to miss:It is getting clos...
05/19/2026

Cursor just released Composer 2.5, its latest in-house coding model, and the headline is easy to miss:

It is getting close to Claude Opus / GPT-level coding performance at a much lower cost.

But the real story is not just the benchmark.

Composer 2.5 is built on Moonshot’s open-source Kimi K2.5 checkpoint, then specialized by Cursor for real software engineering work: long coding tasks, tool use, repo navigation, instruction following, and agentic workflows.

That matters because Cursor is not trying to build the best general chatbot.

It is building a model for one specific environment: developers working inside Cursor.

That gives them a huge advantage.

They know the exact tool calls developers use.
They know where agents fail.
They know what tasks happen inside real codebases.
They can train the model around the product itself.

And now the next step is even bigger: Cursor says it is working with SpaceXAI/xAI to train a much larger model from scratch using 10x more compute on Colossus 2.

This is where AI is heading.

The winners may not be only the companies with the biggest general-purpose model. The winners may be the companies that own the workflow, collect the right feedback, and train specialized models for specific professional tasks.

For developers, this means AI coding tools will get cheaper, faster, and more deeply integrated into the way engineering teams work.

For learners, the skill is no longer just “learn prompting.”

The real skill is learning how to work with agents:
how to define tasks, verify outputs, debug failures, control context, review code, and understand when the model is wrong.

That is the shift.

AI coding is moving from “chatbot that writes code” to “specialized software engineering agent trained inside the workflow.”

And Cursor is showing how serious that race has become.

Address

2810 N Church Street PMB 99625
Wilmington, DE
19802

Alerts

Be the first to know and let us send you an email when Towards AI posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to Towards AI:

Share