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 รีโพสต์แล้ว

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


Dev AI รีโพสต์แล้ว

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 รีโพสต์แล้ว

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 รีโพสต์แล้ว

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


Dev AI รีโพสต์แล้ว

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 รีโพสต์แล้ว

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 รีโพสต์แล้ว

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 รีโพสต์แล้ว

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 รีโพสต์แล้ว

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


Dev AI รีโพสต์แล้ว

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 รีโพสต์แล้ว

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

จาก Google AI Studio

Dev AI รีโพสต์แล้ว

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 รีโพสต์แล้ว

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 รีโพสต์แล้ว

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 รีโพสต์แล้ว

🚨 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 รีโพสต์แล้ว

Context is the new RAM

wangzjeff's tweet image. Context is the new RAM

Dev AI รีโพสต์แล้ว

🚀 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 รีโพสต์แล้ว

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…


Dev AI รีโพสต์แล้ว

🚀 Microsoft’s Agent Framework vs OpenAI’s Agent Kit! One’s open-source with full control. The other’s visual, fast, and built for teams. I’ll show both side by side — real demos, actual workflows, no hype. Link in comments 👇

JulianGoldieSEO's tweet image. 🚀 Microsoft’s Agent Framework vs OpenAI’s Agent Kit!

One’s open-source with full control.

The other’s visual, fast, and built for teams.

I’ll show both side by side — real demos, actual workflows, no hype.

Link in comments 👇

Dev AI รีโพสต์แล้ว

You can now choose to use tools like function calling and web search on gpt-5-chat-latest in the API. This model updates continuously to match ChatGPT, so it’s not always tuned for API use, but it works well for chat use cases. platform.openai.com/docs/models/gp…


United States เทรนด์

Loading...

Something went wrong.


Something went wrong.