dev_ai_dev's profile picture. One-man company delivering AI-solutions using AI and made possible by AI

Dev AI

@dev_ai_dev

One-man company delivering AI-solutions using AI and made possible by AI

Dev AI repostou

🚨 Anthropic just solved the problem every AI agent engineer’s been screaming about for a year. Every agent today burns tokens like fuel every tool call, every definition, every intermediate result jammed into context. Now Anthropic’s introducing the fix: code execution with…

connordavis_ai's tweet image. 🚨 Anthropic just solved the problem every AI agent engineer’s been screaming about for a year.

Every agent today burns tokens like fuel every tool call, every definition, every intermediate result jammed into context.

Now Anthropic’s introducing the fix: code execution with…

Dev AI repostou

Updated my AI model capabilities table. Here's my favorite model for each task: 1. Everyday answers: I use ChatGPT because GPT-5 is fast, concise, and almost never hits rate limits. 2. Writing: Claude is my main editor. I give it examples of my best writing and it just gets my…

petergyang's tweet image. Updated my AI model capabilities table.

Here's my favorite model for each task:

1. Everyday answers: I use ChatGPT because GPT-5 is fast, concise, and almost never hits rate limits.

2. Writing: Claude is my main editor. I give it examples of my best writing and it just gets my…

Dev AI repostou

Cursor pro tip this is a game changer🔥 when context hits ~50%, type /summarize command this saves money + keeps AI responses sharp


Dev AI repostou

Cursor now has a built-in web browser. You can say "start my app" and it will run the dev server in a terminal and then navigate the browser to localhost:3000. It can take screenshots of the page for iterating on design, and you can send DOM elements to the agent with prompts!


Dev AI repostou

Microsoft did it again! Building with AI agents almost never works on the first try. You spend days tweaking prompts, adding examples, hoping it gets better. Nothing systematic, just guesswork. This is exactly what Microsoft's Agent Lightning solves. It's an open-source…

akshay_pachaar's tweet image. Microsoft did it again!

Building with AI agents almost never works on the first try.

You spend days tweaking prompts, adding examples, hoping it gets better. Nothing systematic, just guesswork.

This is exactly what Microsoft's Agent Lightning solves.

It's an open-source…

Dev AI repostou

Cursor browser is here to get early access, go to settings > beta > enable early access > attempt update


Dev AI repostou

My Claude Code Learning Path (Save this post to review in detail later) Made this learning path to keep myself on track. 5 levels: - Level 1: Core CLI & Workflows - Level 2: Configuration & Customization - Level 3: Extension Systems - Level 4: Programmatic Usage - Level 5:…

dani_avila7's tweet image. My Claude Code Learning Path

(Save this post to review in detail later)

Made this learning path to keep myself on track.
5 levels:
 - Level 1: Core CLI & Workflows
 - Level 2: Configuration & Customization
 - Level 3: Extension Systems
 - Level 4: Programmatic Usage
 - Level 5:…

Dev AI repostou

I never run out of content to post anymore. Built an automation that monitors 50+ news sources, scores articles for relevance, and writes social posts automatically. It finds trending topics in my niche before they explode everywhere else. Saves me 15-20 hours monthly and…

Zephyr_hg's tweet image. I never run out of content to post anymore.

Built an automation that monitors 50+ news sources, scores articles for relevance, and writes social posts automatically.

It finds trending topics in my niche before they explode everywhere else.

Saves me 15-20 hours monthly and…

Dev AI repostou

BREAKING: Cursor 2.0 is out now! It's a reenvisioned Cursor focused on agentic programming. We've been testing it for a week or so @every and here's our Day 0 Vibe check. What's new: - New agent view prioritizes what programmers actually spend time on (delegating to and…

danshipper's tweet image. BREAKING:

Cursor 2.0 is out now! 

It's a reenvisioned Cursor focused on agentic programming. We've been testing it for a week or so @every and here's our Day 0 Vibe check.

What's new:

- New agent view prioritizes what programmers actually spend time on (delegating to and…

Dev AI repostou

last week, Karpathy dropped the ULTIMATE guide to speed-running your way into LLMs in this project, you’ll build all the essentials, all under 8k lines of code > train the tokenizer — new rust implementation > pretrain a transformer LLM on fineweb > evaluate core score…

TheAhmadOsman's tweet image. last week, Karpathy dropped the ULTIMATE guide to speed-running your way into LLMs  

in this project, you’ll build all the essentials, all under 8k lines of code

> train the tokenizer — new rust implementation
> pretrain a transformer LLM on fineweb  
> evaluate core score…

Dev AI repostou

The v0 iOS app is now live on the App Store. Download it below.


Dev AI repostou

We're partnering with @GoogleResearch to kick off a new series of Featured Notebooks exploring topics ranging from health to science to (of course) AI. Starting with "How do scientists link genetics to health" this notebook explores some of what we've learned over the past 10…


Dev AI repostou

Vibe coding is dead. Long live vibe coding. Google just dropped Annotation Mode in AI Studio.


Dev AI repostou

This is how I structure a Next.js AI Assistant

pontusab's tweet image. This is how I structure a Next.js AI Assistant

Dev AI repostou

After an interview with @karpathy, everyone is talking about what AI agents can/can't do. But an opinion without data is just a hypothesis. So, I tested 3x185 workflow executions for a market researcher agent. The results have shocked me🧵

PawelHuryn's tweet image. After an interview with @karpathy, everyone is talking about what AI agents can/can't do.

But an opinion without data is just a hypothesis.

So, I tested 3x185 workflow executions for a market researcher agent. 

The results have shocked me🧵

Dev AI repostou

This is how I structure our multi-agent AI system: • 10 agents (triage + 9 specialists) • 43 tools (grouped by domain) • 12 artifacts (visual canvases) Each agent gets only the tools it needs. Clean and maintainable.

pontusab's tweet image. This is how I structure our multi-agent AI system:

• 10 agents (triage + 9 specialists)
• 43 tools (grouped by domain)
• 12 artifacts (visual canvases)

Each agent gets only the tools it needs. Clean and maintainable.

Dev AI repostou

🚨 Prompt engineering is dead. Context engineering is the new game. Anthropic just dropped their internal playbook and it changes everything: → Context is finite. Every token depletes attention budget. → Models lose focus as context grows (they call it "context rot") → Best…

kakarot_ai's tweet image. 🚨 Prompt engineering is dead.

Context engineering is the new game.

Anthropic just dropped their internal playbook and it changes everything:

→ Context is finite. Every token depletes attention budget.
→ Models lose focus as context grows (they call it "context rot")
→ Best…

Dev AI repostou

Context is the new RAM

wangzjeff's tweet image. Context is the new RAM

Dev AI repostou

🚀 Introducing AI Workflow Builder (Beta) - Turn prompts into living workflows. Generate nodes, logic, and structure from text, then shape and ship your vision faster. Rolling out this week to n8n Cloud (Trial, Starter, Pro). Update to v.1.116.0 to try it. Learn more:…


Dev AI repostou

I’ve fully moved off Claude Code to Codex Here’s how my days run now: Morning (Codex web): - Plan the day in Linear - Turn user feedback into small isolated tasks - Kick off 3-4 "papercut" parallel tasks in codex web - Forget them Deep work (Codex CLI): - Focus on the one big…


United States Tendências

Loading...

Something went wrong.


Something went wrong.