# prompt engineering

Published articles for prompt engineering.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## The generative AI customization spectrum: From prompt engineering to custom models on AWS

DevFeed: [The generative AI customization spectrum: From prompt engineering to custom models on AWS](<https://devfeed.tech/articles/the-generative-ai-customization-spectrum-from-prompt-engineering-to-custom-models-on-aws-21550.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/machine-learning/the-generative-ai-customization-spectrum-from-prompt-engineering-to-custom-models-on-aws/>)

Author: Bhavya Sruthi Sode

Published: 2026-09-14T15:47:12Z

Content type: tutorial

Language: en

Sources: [Artificial Intelligence](<https://devfeed.tech/sources/artificial-intelligence.md>)

Topics: [Generative AI](<https://devfeed.tech/topics/generative-ai.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Prompt Engineering](<https://devfeed.tech/topics/prompt-engineering.md>), [Fine-tuning](<https://devfeed.tech/topics/fine-tuning.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [Amazon Bedrock](<https://devfeed.tech/topics/amazon-bedrock.md>), [foundation-models](<https://devfeed.tech/topics/foundation-models.md>), [Anthropic Claude](<https://devfeed.tech/topics/anthropic-claude.md>), [Nova](<https://devfeed.tech/topics/nova.md>), [llama](<https://devfeed.tech/topics/llama.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [ai](<https://devfeed.tech/tags/ai.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [anthropic-claude](<https://devfeed.tech/tags/anthropic-claude.md>), [aws](<https://devfeed.tech/tags/aws.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [chain-of-thought](<https://devfeed.tech/tags/chain-of-thought.md>), [fine-tuning](<https://devfeed.tech/tags/fine-tuning.md>), [foundation-models](<https://devfeed.tech/tags/foundation-models.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [llama](<https://devfeed.tech/tags/llama.md>), [nova](<https://devfeed.tech/tags/nova.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [prompt-engineering](<https://devfeed.tech/tags/prompt-engineering.md>), [rag](<https://devfeed.tech/tags/rag.md>)

### AI overview

This AWS article presents an eight-step decision framework for customizing generative AI workloads. It compares progressively more involved approaches, including prompt engineering, Retrieval Augmented Generation (RAG), fine-tuning, continued pre-training, and custom models such as Amazon Nova Forge, emphasizing that teams should start with the simplest approach and escalate when greater control or domain specificity is required.

### Source excerpt

Pick the right generative AI customization approach on AWS with an 8-step decision framework, from prompt engineering and RAG to fine-tuning, continued pre-training, and Amazon Nova Forge. Start simple and escalate only when you must.

## ToolGrad: Efficient tool-use dataset generation with textual "gradients"

DevFeed: [ToolGrad: Efficient tool-use dataset generation with textual "gradients"](<https://devfeed.tech/articles/toolgrad-efficient-tool-use-dataset-generation-with-textual-gradients-6902.md>)

Original publisher: [Read original article](<https://research.google/blog/toolgrad-efficient-tool-use-dataset-generation-with-textual-gradients/>)

Published: 2026-09-10T22:50:22Z

Content type: article

Language: en

Sources: [The latest research from Google](<https://devfeed.tech/sources/the-latest-research-from-google.md>)

Topics: [dataset](<https://devfeed.tech/topics/dataset.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [LLM Techniques](<https://devfeed.tech/topics/llm-techniques.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>), [Fine-tuning](<https://devfeed.tech/topics/fine-tuning.md>), [LLM evaluation / benchmarking](<https://devfeed.tech/topics/llm-evaluation-benchmarking.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [cost](<https://devfeed.tech/tags/cost.md>), [datasets](<https://devfeed.tech/tags/datasets.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [fine-tuning](<https://devfeed.tech/tags/fine-tuning.md>), [generation](<https://devfeed.tech/tags/generation.md>), [llm](<https://devfeed.tech/tags/llm.md>), [machine-intelligence](<https://devfeed.tech/tags/machine-intelligence.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [natural-language-processing](<https://devfeed.tech/tags/natural-language-processing.md>), [prompt-engineering](<https://devfeed.tech/tags/prompt-engineering.md>), [tool](<https://devfeed.tech/tags/tool.md>)

### AI overview

ToolGrad generates tool-use chains before deriving corresponding user queries, aiming to create complex training data for LLM tool use more efficiently and at lower cost than exploration-based approaches.

### Source excerpt

Machine Intelligence

## How we make AI coding more cost efficient without sacrificing task quality

DevFeed: [How we make AI coding more cost efficient without sacrificing task quality](<https://devfeed.tech/articles/how-we-make-ai-coding-more-cost-efficient-without-sacrificing-task-quality-79.md>)

Original publisher: [Read original article](<https://github.blog/ai-and-ml/github-copilot/how-we-make-ai-coding-more-cost-efficient-without-sacrificing-task-quality/>)

Author: Erik Kristensen

Published: 2026-09-02T18:00:00Z

Content type: article

Language: en

Sources: [GitHub](<https://devfeed.tech/sources/github.md>), [GitHub Engineering](<https://devfeed.tech/sources/github-engineering.md>)

Topics: [GitHub Copilot](<https://devfeed.tech/topics/github-copilot.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [GitHub Copilot CLI](<https://devfeed.tech/topics/github-copilot-cli.md>), [coding](<https://devfeed.tech/topics/coding.md>), [GitHub Copilot app](<https://devfeed.tech/topics/github-copilot-app.md>), [GitHub Copilot code review](<https://devfeed.tech/topics/github-copilot-code-review.md>)

Tags: [agentic-ai](<https://devfeed.tech/tags/agentic-ai.md>), [agentic-coding](<https://devfeed.tech/tags/agentic-coding.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [ai-ml](<https://devfeed.tech/tags/ai-ml.md>), [architecture-optimization](<https://devfeed.tech/tags/architecture-optimization.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [compression](<https://devfeed.tech/tags/compression.md>), [cost](<https://devfeed.tech/tags/cost.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [experiments](<https://devfeed.tech/tags/experiments.md>), [github-copilot](<https://devfeed.tech/tags/github-copilot.md>), [github-copilot-cli](<https://devfeed.tech/tags/github-copilot-cli.md>), [github-copilot-code-review](<https://devfeed.tech/tags/github-copilot-code-review.md>), [llms](<https://devfeed.tech/tags/llms.md>), [prompt-engineering](<https://devfeed.tech/tags/prompt-engineering.md>)

### AI overview

GitHub Copilot's efficiency work focuses on total task cost and duration rather than minimizing tokens in individual tool responses. The article describes evaluating changes with coding benchmarks and controlled experiments, and explains that overly compressed output can cause agents to repeat work.

### Source excerpt

Why shorter outputs can cost more, and how GitHub Copilot reduces wasted work across the complete coding task. The post How we make AI coding more cost efficient without sacrificing task quality appeared first on The GitHub Blog.

## Claude's new system prompt really doesn't want to reproduce song lyrics

DevFeed: [Claude's new system prompt really doesn't want to reproduce song lyrics](<https://devfeed.tech/articles/claude-s-new-system-prompt-really-doesn-t-want-to-reproduce-song-lyrics-30509.md>)

Original publisher: [Read original article](<https://simonwillison.net/2026/Sep/2/claudes-new-system-prompt/>)

Author: Simon Willison

Published: 2026-09-02T14:16:42Z

Content type: opinion

Language: en

Sources: [Simon Willison](<https://devfeed.tech/sources/simon-willison.md>)

Topics: [Claude](<https://devfeed.tech/topics/claude.md>), [anthropic](<https://devfeed.tech/topics/anthropic.md>), [Fable](<https://devfeed.tech/topics/fable.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-2-235](<https://devfeed.tech/tags/ai-2-235.md>), [ai-ethics](<https://devfeed.tech/tags/ai-ethics.md>), [ai-ethics-342](<https://devfeed.tech/tags/ai-ethics-342.md>), [anthropic](<https://devfeed.tech/tags/anthropic.md>), [claude](<https://devfeed.tech/tags/claude.md>), [claude-310](<https://devfeed.tech/tags/claude-310.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [generative-ai-1-981](<https://devfeed.tech/tags/generative-ai-1-981.md>), [git-scraping](<https://devfeed.tech/tags/git-scraping.md>), [git-scraping-38](<https://devfeed.tech/tags/git-scraping-38.md>), [llms](<https://devfeed.tech/tags/llms.md>), [llms-1-947](<https://devfeed.tech/tags/llms-1-947.md>), [prompt-engineering](<https://devfeed.tech/tags/prompt-engineering.md>), [prompt-engineering-197](<https://devfeed.tech/tags/prompt-engineering-197.md>), [system-prompts](<https://devfeed.tech/tags/system-prompts.md>), [system-prompts-57](<https://devfeed.tech/tags/system-prompts-57.md>), [updated](<https://devfeed.tech/tags/updated.md>)

### AI overview

The article examines changes in Anthropic's published Claude consumer system prompts, focusing on new restrictions against reproducing song lyrics and generating copyrighted characters or logos. It also discusses changes to Claude's response style and conversation-ending guidance.

### Source excerpt

Anthropic publish the system prompts for their Claude consumer applications (Claude.ai and the Claude mobile apps - sadly not for Claude Cowork or Claude Code). I love that they do this, and that they share not just the current prompts but historic changes to their prompts as well. They used to keep all of the prompts on a single page, but when I checked today I noticed they had re-arranged those prompts into an index page and then a page per model - here's the page for Haiku 4.5 for example, which has the original prompt from October 15th 2025 and an updated prompt from January 18th 2026. A neat thing about Anthropic's platform.claude.com/docs site is that it's designed to be usable by LLMs. You can add .md to any page to get back the content as Markdown - here's the system prompt index page and the Markdown prompts for Fable 5.1. TL;DR: this makes it really easy to diff the prompts. Don't reproduce song lyrics Don't draw copyrighted characters or logos Tweaks to Claude's answering style The missing end_conversation guidelines Recommended substance support sites Reliable cutoff date of June 2026 How I'm tracking these prompts Don't reproduce song lyrics Let's start with the most interesting difference between Fable 5 and Fable 5.1: There's a hefty new section about not reproducing song lyrics: Claude does not reproduce song lyrics, poems, or passages from books and articles, in whole or in part -- including the last lines, a chorus or hook, a melody written out note by note, or lines the person pastes in one at a time and describes as their own song. Once Claude has declined such a request in a conversation, it keeps declining narrower or reworded versions of it for the rest of that conversation, and offers to describe or analyze the work instead. Song lyrics and poems first published before 1929 are fine -- a Shakespeare sonnet, a Keats ode, the Italian libretto of a Puccini aria -- but Claude goes by what it knows of the work's date rather than the person's say-so,

## Artificial Intelligence: Glossary

DevFeed: [Artificial Intelligence: Glossary](<https://devfeed.tech/articles/artificial-intelligence-glossary-9033.md>)

Original publisher: [Read original article](<https://www.nngroup.com/articles/artificial-intelligence-glossary/>)

Author: Caleb Sponheim

Published: 2026-08-21T17:00:00Z

Content type: article

Language: en

Sources: [NN/g latest articles and announcements](<https://devfeed.tech/sources/nn-g-latest-articles-and-announcements.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [AI Development](<https://devfeed.tech/topics/ai-development.md>), [Algorithms](<https://devfeed.tech/topics/algorithms.md>), [Prompt Engineering](<https://devfeed.tech/topics/prompt-engineering.md>)

Tags: [agentic-ai](<https://devfeed.tech/tags/agentic-ai.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-definitions](<https://devfeed.tech/tags/ai-definitions.md>), [ai-evals](<https://devfeed.tech/tags/ai-evals.md>), [ai-glossary](<https://devfeed.tech/tags/ai-glossary.md>), [ai-glossary-for-ux](<https://devfeed.tech/tags/ai-glossary-for-ux.md>), [ai-hallucination](<https://devfeed.tech/tags/ai-hallucination.md>), [ai-terminology](<https://devfeed.tech/tags/ai-terminology.md>), [ai-terminology-for-product-teams](<https://devfeed.tech/tags/ai-terminology-for-product-teams.md>), [ai-terms](<https://devfeed.tech/tags/ai-terms.md>), [ai-terms-for-designers](<https://devfeed.tech/tags/ai-terms-for-designers.md>), [ai-vocabulary](<https://devfeed.tech/tags/ai-vocabulary.md>), [article](<https://devfeed.tech/tags/article.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [artificial-intelligence-glossary](<https://devfeed.tech/tags/artificial-intelligence-glossary.md>), [context-window](<https://devfeed.tech/tags/context-window.md>), [genai-glossary](<https://devfeed.tech/tags/genai-glossary.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [generative-ui](<https://devfeed.tech/tags/generative-ui.md>), [glossary](<https://devfeed.tech/tags/glossary.md>), [knowledge-cutoff](<https://devfeed.tech/tags/knowledge-cutoff.md>), [large-language-model](<https://devfeed.tech/tags/large-language-model.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [model-context-protocol](<https://devfeed.tech/tags/model-context-protocol.md>), [prompt-engineering](<https://devfeed.tech/tags/prompt-engineering.md>), [prompt-injection](<https://devfeed.tech/tags/prompt-injection.md>), [rag](<https://devfeed.tech/tags/rag.md>), [tokens](<https://devfeed.tech/tags/tokens.md>), [ux](<https://devfeed.tech/tags/ux.md>), [vibe-coding](<https://devfeed.tech/tags/vibe-coding.md>)

### AI overview

A plain-language glossary of artificial-intelligence terminology used in products and UX work. It explains concepts including agents, agentic systems, AI development, algorithms, AI-generated content, and AI-related claims, while noting that terminology can vary among vendors and researchers.

### Source excerpt

Plain-language definitions of the AI terms that come up in product and design work, from tokens and context windows to agents, evals, and prompt injection.

## Agentic Engineering 101

DevFeed: [Agentic Engineering 101](<https://devfeed.tech/articles/agentic-engineering-101-26199.md>)

Original publisher: [Read original article](<https://craftbettersoftware.com/p/agentic-engineering-101>)

Author: Daniel Moka

Published: 2026-08-12T05:01:48Z

Content type: tutorial

Language: en

Sources: [Craft Better Software](<https://devfeed.tech/sources/craft-better-software.md>)

Topics: [Loop Engineering](<https://devfeed.tech/topics/loop-engineering.md>), [Prompt Engineering](<https://devfeed.tech/topics/prompt-engineering.md>), [context](<https://devfeed.tech/topics/context.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agentic](<https://devfeed.tech/tags/agentic.md>), [agentic-engineering](<https://devfeed.tech/tags/agentic-engineering.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [context-engineering](<https://devfeed.tech/tags/context-engineering.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [prompt](<https://devfeed.tech/tags/prompt.md>), [prompt-engineering](<https://devfeed.tech/tags/prompt-engineering.md>)

### AI overview

This tutorial introduces agentic engineering as a set of layers around an AI model. It describes prompt engineering, context engineering, harness engineering, loop engineering, graph engineering, and memory engineering, with detailed guidance in the supplied text on prompt design and context curation.

### Source excerpt

Prompt vs Context vs Harness vs Loop vs Graph Engineering

## AI Native Software Development: 5 Radical Team Decisions Now

DevFeed: [AI Native Software Development: 5 Radical Team Decisions Now](<https://devfeed.tech/articles/ai-native-software-development-5-radical-team-decisions-now-12154.md>)

Original publisher: [Read original article](<https://www.port.io/blog/ai-native-software-development-decisions>)

Author: Zohar Einy

Published: 2026-08-10T11:33:22Z

Content type: opinion

Language: en

Sources: [Developer Experience & Platform Engineering Blog | Port](<https://devfeed.tech/sources/developer-experience-platform-engineering-blog-port.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [AI Development](<https://devfeed.tech/topics/ai-development.md>), [ai-coding](<https://devfeed.tech/topics/ai-coding.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [cursor](<https://devfeed.tech/topics/cursor.md>), [GitHub Copilot](<https://devfeed.tech/topics/github-copilot.md>), [Terminal](<https://devfeed.tech/topics/terminal.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Prompt Engineering](<https://devfeed.tech/topics/prompt-engineering.md>), [sdlc](<https://devfeed.tech/topics/sdlc.md>), [FIRST](<https://devfeed.tech/topics/first.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [coinbase](<https://devfeed.tech/tags/coinbase.md>), [copilot](<https://devfeed.tech/tags/copilot.md>), [cursor](<https://devfeed.tech/tags/cursor.md>), [prompt-engineering](<https://devfeed.tech/tags/prompt-engineering.md>), [software-development](<https://devfeed.tech/tags/software-development.md>), [terminal](<https://devfeed.tech/tags/terminal.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

The article argues that AI-native software development requires redesigning an organization around AI-assisted coding rather than merely purchasing tools. It introduces five team decisions, including no-IDE weeks, AI-focused hiring, platform engineering, and an agentic software development lifecycle; the supplied text details the no-IDE experiment and begins the discussion of measuring AI usage through leaderboards and velocity.

### Source excerpt

The 5 team decisions that make you AI native software development: no-IDE weeks, AI hiring, platform engineers, agentic SDLC.

## The Real Python Podcast - Episode #306: Programmatically Developing LLM Prompts With DSPy

DevFeed: [The Real Python Podcast - Episode #306: Programmatically Developing LLM Prompts With DSPy](<https://devfeed.tech/articles/the-real-python-podcast-episode-306-programmatically-developing-llm-prompts-with-dspy-4390.md>)

Original publisher: [Read original article](<https://realpython.com/podcasts/rpp/306/>)

Author: Real Python

Published: 2026-08-07T12:00:00Z

Content type: article

Language: en

Sources: [Real Python](<https://devfeed.tech/sources/real-python.md>)

Topics: [DSPy](<https://devfeed.tech/topics/dspy.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Prompt Engineering](<https://devfeed.tech/topics/prompt-engineering.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [Python](<https://devfeed.tech/topics/python.md>), [llamaindex](<https://devfeed.tech/topics/llamaindex.md>)

Tags: [dspy](<https://devfeed.tech/tags/dspy.md>), [llamaindex](<https://devfeed.tech/tags/llamaindex.md>), [llm](<https://devfeed.tech/tags/llm.md>), [podcast](<https://devfeed.tech/tags/podcast.md>), [programming](<https://devfeed.tech/tags/programming.md>), [prompt-engineering](<https://devfeed.tech/tags/prompt-engineering.md>), [python](<https://devfeed.tech/tags/python.md>), [rag](<https://devfeed.tech/tags/rag.md>)

### AI overview

This podcast episode explains how DSPy programmatically develops and optimizes prompts for LLM applications. It covers declarative signatures, prompt compilation and tuning, and the limitations of manual prompt engineering. The episode also highlights a course on using LlamaIndex for RAG in Python.

### Source excerpt

How can you move from manually writing prompts for an LLM application toward defining them programmatically? This week on the show, Brett Kennedy returns to discuss his new book "Building LLM Applications with DSPy."

## How direct, context-rich prompts shape technical LLM conversations

DevFeed: [How direct, context-rich prompts shape technical LLM conversations](<https://devfeed.tech/articles/on-terence-tao-s-chat-the-prompt-engineering-era-is-over-40862.md>)

Original publisher: [Read original article](<https://mutto.fyi/posts/2026/08/jacobian-conjecture-chat/>)

Published: 2026-08-06T00:00:00Z

Content type: opinion

Language: en

Sources: [Mutt0-ds Notes](<https://devfeed.tech/sources/mutt0-ds-notes.md>)

Topics: [Prompt Engineering](<https://devfeed.tech/topics/prompt-engineering.md>), [ChatGPT](<https://devfeed.tech/topics/chatgpt.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [math](<https://devfeed.tech/topics/math.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [chatgpt](<https://devfeed.tech/tags/chatgpt.md>), [deep-dive](<https://devfeed.tech/tags/deep-dive.md>), [llm](<https://devfeed.tech/tags/llm.md>), [prompt-engineering](<https://devfeed.tech/tags/prompt-engineering.md>), [technical](<https://devfeed.tech/tags/technical.md>)

### AI overview

This opinion article examines Terence Tao's ChatGPT conversation about verifying a counterexample to the Jacobian conjecture. It argues that providing informed context and precise technical constraints can guide LLMs more effectively than elaborate prompt templates.

### Source excerpt

There is something so satisfying in reading Terence Tao's ChatGPT conversation, where he and the model together verify a counterexample to...

## One-shotting a Raccoon Heist game using Claude Fable 5

DevFeed: [One-shotting a Raccoon Heist game using Claude Fable 5](<https://devfeed.tech/articles/one-shotting-a-raccoon-heist-game-using-claude-fable-5-30502.md>)

Original publisher: [Read original article](<https://simonwillison.net/2026/Aug/5/raccoon-heist/>)

Author: Simon Willison

Published: 2026-08-05T19:42:38Z

Content type: tutorial

Language: en

Sources: [Simon Willison](<https://devfeed.tech/sources/simon-willison.md>)

Topics: [Claude](<https://devfeed.tech/topics/claude.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [GitHub Pages](<https://devfeed.tech/topics/github-pages.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-2-235](<https://devfeed.tech/tags/ai-2-235.md>), [anthropic](<https://devfeed.tech/tags/anthropic.md>), [anthropic-336](<https://devfeed.tech/tags/anthropic-336.md>), [browser](<https://devfeed.tech/tags/browser.md>), [claude](<https://devfeed.tech/tags/claude.md>), [claude-310](<https://devfeed.tech/tags/claude-310.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [claude-mythos-fable](<https://devfeed.tech/tags/claude-mythos-fable.md>), [claude-mythos-fable-41](<https://devfeed.tech/tags/claude-mythos-fable-41.md>), [code](<https://devfeed.tech/tags/code.md>), [coding-agents](<https://devfeed.tech/tags/coding-agents.md>), [coding-agents-248](<https://devfeed.tech/tags/coding-agents-248.md>), [fable](<https://devfeed.tech/tags/fable.md>), [game-design](<https://devfeed.tech/tags/game-design.md>), [game-design-22](<https://devfeed.tech/tags/game-design-22.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [generative-ai-1-981](<https://devfeed.tech/tags/generative-ai-1-981.md>), [github](<https://devfeed.tech/tags/github.md>), [github-pages](<https://devfeed.tech/tags/github-pages.md>), [iphone](<https://devfeed.tech/tags/iphone.md>), [llms](<https://devfeed.tech/tags/llms.md>), [llms-1-947](<https://devfeed.tech/tags/llms-1-947.md>), [prompt-engineering](<https://devfeed.tech/tags/prompt-engineering.md>), [prompt-engineering-197](<https://devfeed.tech/tags/prompt-engineering-197.md>), [text-to-image](<https://devfeed.tech/tags/text-to-image.md>), [text-to-image-47](<https://devfeed.tech/tags/text-to-image-47.md>), [vibe-coding](<https://devfeed.tech/tags/vibe-coding.md>), [vibe-coding-97](<https://devfeed.tech/tags/vibe-coding-97.md>)

### AI overview

The article describes an experiment in which Claude Fable 5, running through Claude Code for web, built a Raccoon Heist game from an older GPT-3 game concept and screenshots. It also explains using GitHub Pages to preview work from Claude Code for web and notes that published content from a private repository may be viewable by anyone who guesses the repository name.

### Source excerpt

Back in 2022 I tweeted screenshots of a game concept generated by GPT-3 and some concept "art" created using DALL-E. Today, on the fourth anniversary of that tweet, I decided to see if Claude Fable 5 (running in Claude Code for web) could build the entire game from the content of that tweet. It did a pretty good job of it! You can play the game here. Here's the GitHub repo, and a short video demo: Your browser does not support HTML5 video. How I built this This is the August 5th, 2022 tweet: My GPT-3 prompt back then was: Write a detailed product description of a computer game where a team of raccoons go on heists. This was in the text completion days, where you asked GPT-3 to complete the rest of the text. It completed: In "Raccoon Heist", you and your team of thieving raccoons are tasked with pulling off a series of daring heists. From robbing banks to stealing priceless art, no job is too big or too small for your furry crew. You'll need to use your wits and your skills to avoid the police and make a clean getaway with the loot. With exciting gameplay and a charming cast of characters, "Raccoon Heist" is the perfect game for anyone looking for a light-hearted caper. My prompt to DALL-E was short: Screenshot from a video game where a team of raccoons go on a heist Today's experiment: can I dump those screenshots into Fable 5 with a prompt telling it to write a game, then leave it to its own devices and get a working game at the end? Setting Claude Code for web up to use GitHub Pages A frustrating thing about Claude Code for web is that it can be hard to test what it's working on while it's still working. I've been using GitHub Pages to work around that limitation, and found it to work really well. Here's my process: Create a new repository for the project at https://github.com/new - this can be public or private, the trick works equally well for both. Start a Claude Code for web session, in the Claude iPhone or Desktop apps or in the browser at https://claude.ai/c

## Build Azure Skills Faster with Cloud Academy, a Visual Studio Subscriber Benefit

DevFeed: [Build Azure Skills Faster with Cloud Academy, a Visual Studio Subscriber Benefit](<https://devfeed.tech/articles/build-azure-skills-faster-with-cloud-academy-a-visual-studio-subscriber-benefit-4002.md>)

Original publisher: [Read original article](<https://devblogs.microsoft.com/visualstudio/build-azure-skills-faster-with-cloud-academy-a-visual-studio-subscriber-benefit/>)

Author: James Rempt

Published: 2026-08-04T14:00:38Z

Content type: article

Language: en

Sources: [Visual Studio Blog](<https://devfeed.tech/sources/visual-studio-blog.md>)

Topics: [Azure](<https://devfeed.tech/topics/azure.md>), [Visual Studio](<https://devfeed.tech/topics/visual-studio.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [DevOps](<https://devfeed.tech/topics/devops.md>), [Automation](<https://devfeed.tech/topics/automation.md>), [workflow automation](<https://devfeed.tech/topics/workflow-automation.md>), [Prompt Engineering](<https://devfeed.tech/topics/prompt-engineering.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [automation](<https://devfeed.tech/tags/automation.md>), [azure](<https://devfeed.tech/tags/azure.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [devops](<https://devfeed.tech/tags/devops.md>), [learn](<https://devfeed.tech/tags/learn.md>), [learning](<https://devfeed.tech/tags/learning.md>), [prompt-engineering](<https://devfeed.tech/tags/prompt-engineering.md>), [visual-studio](<https://devfeed.tech/tags/visual-studio.md>), [visual-studio-subscriptions](<https://devfeed.tech/tags/visual-studio-subscriptions.md>)

### AI overview

This article presents Cloud Academy as a Visual Studio subscriber benefit for building practical Azure skills. It highlights hands-on labs, certification-focused learning paths, assessments, sandbox experimentation, and AI-powered guidance, with examples spanning Azure administration, deployment, DevOps, security, cost optimization, Azure AI, and prompt engineering.

### Source excerpt

If you've been looking for a practical way to build Azure skills, Cloud Academy (a QA company) gives Visual Studio subscribers hands-on learning that fits into busy schedules. Whether you're new to Azure, expanding your cloud expertise, working towards certifications or preparing for more advanced projects, this benefit helps you learn by doing. What you'll find in Cloud Academy The Cloud Academy benefit gives Visual Studio subscribers a flexible [...] The post Build Azure Skills Faster with Cloud Academy, a Visual Studio Subscriber Benefit appeared first on Visual Studio Blog.

## Context engineering vs. prompt engineering

DevFeed: [Context engineering vs. prompt engineering](<https://devfeed.tech/articles/context-engineering-vs-prompt-engineering-12196.md>)

Original publisher: [Read original article](<https://www.port.io/blog/context-engineering-vs-prompt-engineering>)

Author: Trevor Garcia

Published: 2026-07-30T10:36:12Z

Content type: article

Language: en

Sources: [Developer Experience & Platform Engineering Blog | Port](<https://devfeed.tech/sources/developer-experience-platform-engineering-blog-port.md>)

Topics: [Prompt Engineering](<https://devfeed.tech/topics/prompt-engineering.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [sdlc](<https://devfeed.tech/topics/sdlc.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agentic](<https://devfeed.tech/tags/agentic.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [data](<https://devfeed.tech/tags/data.md>), [development](<https://devfeed.tech/tags/development.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [llms](<https://devfeed.tech/tags/llms.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [prompt-engineering](<https://devfeed.tech/tags/prompt-engineering.md>), [sdlc](<https://devfeed.tech/tags/sdlc.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

The article compares prompt engineering with context engineering for LLM-based AI agents. Prompt engineering defines where agents should find data, how they should use it, and how they should format responses, while context engineering adds historical data, memory, service relationships, and next-step guidance. The article argues that both approaches work together to improve agentic development and team workflows, with MCP servers providing access to the required context.

### Source excerpt

Prompt engineering and context engineering may seem at odds, but their differences are more akin to the differences between 2D and 3D.

## Context engineering for AI: what it is & how to build it

DevFeed: [Context engineering for AI: what it is & how to build it](<https://devfeed.tech/articles/context-engineering-for-ai-what-it-is-how-to-build-it-4785.md>)

Original publisher: [Read original article](<https://redis.io/blog/context-engineering-ai/>)

Author: Simba Khadder

Published: 2026-07-29T00:00:00Z

Content type: tutorial

Language: en

Sources: [Redis Blog](<https://devfeed.tech/sources/redis-blog.md>)

Topics: [AI Chat](<https://devfeed.tech/topics/ai-chat.md>), [AI Bots](<https://devfeed.tech/topics/ai-bots.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [apps](<https://devfeed.tech/tags/apps.md>), [crm](<https://devfeed.tech/tags/crm.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [history](<https://devfeed.tech/tags/history.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [inference](<https://devfeed.tech/tags/inference.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [latency](<https://devfeed.tech/tags/latency.md>), [llm](<https://devfeed.tech/tags/llm.md>), [model](<https://devfeed.tech/tags/model.md>), [policy](<https://devfeed.tech/tags/policy.md>), [prompt-engineering](<https://devfeed.tech/tags/prompt-engineering.md>), [reasoning](<https://devfeed.tech/tags/reasoning.md>), [support](<https://devfeed.tech/tags/support.md>), [systems](<https://devfeed.tech/tags/systems.md>), [tech-de](<https://devfeed.tech/tags/tech-de.md>), [tool](<https://devfeed.tech/tags/tool.md>)

### AI overview

A guide to context engineering for AI agents: selecting and managing the instructions, history, retrieved documents, tool outputs, and state sent to an LLM during inference. It explains how deliberate context management helps avoid hallucinations, excessive context, latency, and degraded reasoning in multi-step agent workflows.

### Source excerpt

Your support agent confidently tells a customer they qualify for a refund under a 60-day return policy. Your actual policy is 30 days. The agent hallucinated the longer window, and the easy reaction is to blame the model. But the model never saw your ...

## Context assembly: building the prompt the model actually sees

DevFeed: [Context assembly: building the prompt the model actually sees](<https://devfeed.tech/articles/context-assembly-building-the-prompt-the-model-actually-sees-4781.md>)

Original publisher: [Read original article](<https://redis.io/blog/context-assembly-building-the-prompt-the-model-sees/>)

Author: Jeff Mills

Published: 2026-07-22T00:00:00Z

Content type: tutorial

Language: en

Sources: [Redis Blog](<https://devfeed.tech/sources/redis-blog.md>)

Topics: [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [Prompt Engineering](<https://devfeed.tech/topics/prompt-engineering.md>), [long-context](<https://devfeed.tech/topics/long-context.md>), [AI search](<https://devfeed.tech/topics/ai-search.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [Database](<https://devfeed.tech/topics/database.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [context-window](<https://devfeed.tech/tags/context-window.md>), [database](<https://devfeed.tech/tags/database.md>), [inference](<https://devfeed.tech/tags/inference.md>), [llm](<https://devfeed.tech/tags/llm.md>), [model](<https://devfeed.tech/tags/model.md>), [prompt-engineering](<https://devfeed.tech/tags/prompt-engineering.md>), [rag](<https://devfeed.tech/tags/rag.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>), [tech-de](<https://devfeed.tech/tags/tech-de.md>), [tokens](<https://devfeed.tech/tags/tokens.md>), [tools](<https://devfeed.tech/tags/tools.md>), [vector](<https://devfeed.tech/tags/vector.md>)

### AI overview

A guide to context assembly, the process of combining system instructions, retrieved documents, conversation history, tool schemas, and memories into the token sequence an LLM receives. It explains how context engineering differs from prompt engineering and how retrieval, memory, ordering, and token budgets affect model responses.

### Source excerpt

The prompt a production LLM receives is almost never something a person wrote. By the time a request reaches the model, your app has stitched together system instructions, retrieved documents, conversation history, tool schemas, and stored memories in...

## Context engineering vs prompt engineering: the real difference

DevFeed: [Context engineering vs prompt engineering: the real difference](<https://devfeed.tech/articles/context-engineering-vs-prompt-engineering-the-real-difference-4788.md>)

Original publisher: [Read original article](<https://redis.io/blog/context-engineering-vs-prompt-engineering/>)

Author: Jim Allen Wallace

Published: 2026-06-23T00:00:00Z

Content type: tutorial

Language: en

Sources: [Redis Blog](<https://devfeed.tech/sources/redis-blog.md>)

Topics: [Prompt Engineering](<https://devfeed.tech/topics/prompt-engineering.md>), [context window](<https://devfeed.tech/topics/context-window.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [data](<https://devfeed.tech/topics/data.md>), [MEAN](<https://devfeed.tech/topics/mean-stack.md>), [Redis](<https://devfeed.tech/topics/redis.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [context-window](<https://devfeed.tech/tags/context-window.md>), [customer](<https://devfeed.tech/tags/customer.md>), [data](<https://devfeed.tech/tags/data.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [guide](<https://devfeed.tech/tags/guide.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [llm](<https://devfeed.tech/tags/llm.md>), [memory](<https://devfeed.tech/tags/memory.md>), [model](<https://devfeed.tech/tags/model.md>), [production](<https://devfeed.tech/tags/production.md>), [prompt-engineering](<https://devfeed.tech/tags/prompt-engineering.md>), [redis](<https://devfeed.tech/tags/redis.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>), [support](<https://devfeed.tech/tags/support.md>), [tech-de](<https://devfeed.tech/tags/tech-de.md>), [tokens](<https://devfeed.tech/tags/tokens.md>), [tool](<https://devfeed.tech/tags/tool.md>)

### AI overview

This guide explains why improving prompts alone often fails for production AI agents. It contrasts prompt engineering with context engineering, which manages retrieved documents, memory, tool outputs, user state, and other context available during inference. It presents stale or fragmented context as an infrastructure problem and introduces Redis Iris for connecting memory, live data, and retrieval.

### Source excerpt

A customer asks your support agent whether their refund went through. The agent checks, says yes, and cites a confirmation number. The refund actually bounced back twenty minutes ago, but the lookup the agent ran hit a store that only syncs overnight....

## Sub-agents: splitting context across specialized AI agents

DevFeed: [Sub-agents: splitting context across specialized AI agents](<https://devfeed.tech/articles/sub-agents-splitting-context-across-specialized-ai-agents-4851.md>)

Original publisher: [Read original article](<https://redis.io/blog/sub-agents-splitting-context-specialized-ai-agents/>)

Author: Jim Allen Wallace

Published: 2026-06-22T00:00:00Z

Content type: article

Language: en

Sources: [Redis Blog](<https://devfeed.tech/sources/redis-blog.md>)

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>), [Language models](<https://devfeed.tech/topics/language-models.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [awareness](<https://devfeed.tech/tags/awareness.md>), [complexity](<https://devfeed.tech/tags/complexity.md>), [cost](<https://devfeed.tech/tags/cost.md>), [crm](<https://devfeed.tech/tags/crm.md>), [memory](<https://devfeed.tech/tags/memory.md>), [model](<https://devfeed.tech/tags/model.md>), [prompt-engineering](<https://devfeed.tech/tags/prompt-engineering.md>), [reasoning](<https://devfeed.tech/tags/reasoning.md>), [redis](<https://devfeed.tech/tags/redis.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>), [routing](<https://devfeed.tech/tags/routing.md>), [tech-de](<https://devfeed.tech/tags/tech-de.md>), [tool](<https://devfeed.tech/tags/tool.md>), [tools](<https://devfeed.tech/tags/tools.md>), [workers](<https://devfeed.tech/tags/workers.md>)

### AI overview

The article explains how specialized AI sub-agents divide complex work, coordinate through patterns such as orchestrator-worker, supervisor, swarm, and router, and contend with context, stale state, and shared-memory challenges.

### Source excerpt

If you've ever watched a single AI agent lose the plot on a complex task, you've probably wondered whether splitting the work across multiple agents would help. It can. But the split comes with its own headaches. Agents lose track of each other's work...

## Sustainable acceleration and the Agentic Software Development Life Cycle

DevFeed: [Sustainable acceleration and the Agentic Software Development Life Cycle](<https://devfeed.tech/articles/sustainable-acceleration-and-the-agentic-software-development-life-cycle-33581.md>)

Original publisher: [Read original article](<https://blog.scottlogic.com/2026/06/19/sustainable-acceleration-and-the-agentic-software-development-life-cycle.html>)

Author: Dan Allsop

Published: 2026-06-19T00:00:00Z

Content type: opinion

Language: en

Sources: [Scott Logic](<https://devfeed.tech/sources/scott-logic.md>)

Topics: [sdlc](<https://devfeed.tech/topics/sdlc.md>), [AI Development](<https://devfeed.tech/topics/ai-development.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Software Engineering](<https://devfeed.tech/topics/software-engineering.md>), [Prompt Engineering](<https://devfeed.tech/topics/prompt-engineering.md>), [engineering-culture](<https://devfeed.tech/topics/engineering-culture.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [agentic-ai](<https://devfeed.tech/tags/agentic-ai.md>), [agile](<https://devfeed.tech/tags/agile.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [asdlc](<https://devfeed.tech/tags/asdlc.md>), [cognitive-entropy](<https://devfeed.tech/tags/cognitive-entropy.md>), [culture](<https://devfeed.tech/tags/culture.md>), [delivery](<https://devfeed.tech/tags/delivery.md>), [governance](<https://devfeed.tech/tags/governance.md>), [people](<https://devfeed.tech/tags/people.md>), [prompt-engineering](<https://devfeed.tech/tags/prompt-engineering.md>), [technical](<https://devfeed.tech/tags/technical.md>)

### AI overview

The article discusses the transition from the traditional Software Development Life Cycle to an Agentic Software Development Life Cycle, in which AI agents participate across requirements, design, implementation, verification, and maintenance. It argues that sustainable productivity gains require governance, clear policies, human oversight, disciplined engineering practices, training, architectural clarity, and prompt engineering.

### Source excerpt

A discussion of how to successfully leverage agentic AI to raise the productivity ceiling covering the topics of human oversight, governance, and disciplined engineering practices that preserve stability.

## From Figma to code in minutes: How I built UI Studio with AI

DevFeed: [From Figma to code in minutes: How I built UI Studio with AI](<https://devfeed.tech/articles/from-figma-to-code-in-minutes-how-i-built-ui-studio-with-ai-22592.md>)

Original publisher: [Read original article](<https://medium.com/amex-gbt-technology/from-figma-to-code-in-minutes-how-i-built-ui-studio-with-ai-68f4cbfa0b8e?source=rss----60a0578f4096---4>)

Author: Jayant Kumar

Published: 2026-06-18T07:01:03Z

Content type: tutorial

Language: en

Sources: [Amex GBT Technology](<https://devfeed.tech/sources/amex-gbt-technology.md>)

Topics: [Figma](<https://devfeed.tech/topics/figma.md>), [ui](<https://devfeed.tech/topics/ui.md>), [React](<https://devfeed.tech/topics/react.md>), [Anthropic Claude](<https://devfeed.tech/topics/anthropic-claude.md>), [Prompt Engineering](<https://devfeed.tech/topics/prompt-engineering.md>), [repo](<https://devfeed.tech/topics/repo.md>), [Terminal](<https://devfeed.tech/topics/terminal.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [anthropic-claude](<https://devfeed.tech/tags/anthropic-claude.md>), [figma](<https://devfeed.tech/tags/figma.md>), [frontend-development](<https://devfeed.tech/tags/frontend-development.md>), [prompt-engineering](<https://devfeed.tech/tags/prompt-engineering.md>), [react](<https://devfeed.tech/tags/react.md>), [repo](<https://devfeed.tech/tags/repo.md>), [software-development](<https://devfeed.tech/tags/software-development.md>), [terminal](<https://devfeed.tech/tags/terminal.md>), [ui](<https://devfeed.tech/tags/ui.md>), [ui-design](<https://devfeed.tech/tags/ui-design.md>)

### AI overview

This tutorial explains how the author built UI Studio, a tool that generates UI code using Egencia's internal UITK React components from a prompt, a Figma URL, or a screenshot. It describes the original feasibility-checking workflow and the tool's progression from a local prototype to a deployable application.

### Source excerpt

Whether you're a developer checking feasibility or a designer wanting to see your Figma come to life in real code, UI Studio is built for both. If you've ever worked on a product team, you know the dance, a designer hands over a Figma file, but before anyone writes a single line of production code, a developer has to answer one question: Is this buildable with our component library? At Egencia by Amex GBT, we use UITK (UI Toolkit), our internal component library built on React. It gives developers a set of standardized components to build consistent UIs across our products. As part of Egencia, that question kicks off a process that can take days. We open the doc site, scan the components, write some test code in the React playground or our own repo, and eventually come back to the designer with a verdict. If something isn't feasible, the design goes back for revisions. Then we check again and finally start building. It works. But it's slow. And I couldn't help but wonder whether there was a better way. The idea Earlier this year, I was doing the Anthropic Claude course and somewhere between learning about prompt engineering and working through the hands-on labs, it clicked. What if I could skip the whole feasibility loop and just generate the UI directly using our actual UITK components, from a prompt, a Figma link, or even a screenshot? That was the seed. A few weeks later, UI Studio was live. Figure 1: UI Studio, describe what you want, drop an image, or paste a Figma URLHow it got built It took about three to four weeks to build, and it wasn't linear. It went through three very different versions before becoming what it is today. Phase 1: The hacky local version The first version was built to prove the idea, not to share it. I cloned the UITK doc site repo locally, fetched component data directly from it, and created a proxy that passed all user input to the model via terminal. It worked on my machine. But getting anyone else to use it would have meant cloning re

## Promptimus: Improving already good LLM prompts with zero manual engineering

DevFeed: [Promptimus: Improving already good LLM prompts with zero manual engineering](<https://devfeed.tech/articles/promptimus-improving-already-good-llm-prompts-with-zero-manual-engineering-7605.md>)

Original publisher: [Read original article](<https://www.amazon.science/blog/promptimus-improving-already-good-llm-prompts-with-zero-manual-engineering>)

Author: Zhengyuan Shen; Yunfei Bai; Sullam Jeoung; Shuai Wang

Published: 2026-05-14T13:47:45Z

Content type: article

Language: en

Sources: [Amazon Science homepage](<https://devfeed.tech/sources/amazon-science-homepage.md>)

Topics: [Automated prompt engineering](<https://devfeed.tech/topics/automated-prompt-engineering.md>), [Prompt Engineering](<https://devfeed.tech/topics/prompt-engineering.md>), [Optimization](<https://devfeed.tech/topics/optimization.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [automated-prompt-engineering](<https://devfeed.tech/tags/automated-prompt-engineering.md>), [code-generation](<https://devfeed.tech/tags/code-generation.md>), [conversational-ai](<https://devfeed.tech/tags/conversational-ai.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [large-language-models-llms](<https://devfeed.tech/tags/large-language-models-llms.md>), [llm](<https://devfeed.tech/tags/llm.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [performance](<https://devfeed.tech/tags/performance.md>), [prompt-engineering](<https://devfeed.tech/tags/prompt-engineering.md>), [prompt-optimization](<https://devfeed.tech/tags/prompt-optimization.md>)

### AI overview

Promptimus is an automated prompt-engineering method for improving already strong prompts without manual engineering. It uses task data, user-defined performance metrics, failure analysis, debugging agents, sanitization, and targeted edit mode to refine prompts while preserving working business logic. The method is model agnostic and supports textual and multimodal LLM tasks, including classification, extraction, generation, summarization, code generation, and tool use.

### Source excerpt

By focusing on specific failure points and suggesting targeted solutions, a new automated prompt-engineering framework improves prompt performance without compromising existing functionality.

## Expedia's Service Telemetry Analyzer

DevFeed: [Expedia's Service Telemetry Analyzer](<https://devfeed.tech/articles/expedia-s-service-telemetry-analyzer-19731.md>)

Original publisher: [Read original article](<https://medium.com/expedia-group-tech/expedias-service-telemetry-analyzer-60f2f96c5351?source=rss----38998a53046f---4>)

Author: Nikos Katirtzis

Published: 2026-04-28T11:01:01Z

Content type: article

Language: en

Sources: [Expedia](<https://devfeed.tech/sources/expedia.md>)

Topics: [telemetry](<https://devfeed.tech/topics/telemetry.md>), [distributed-systems](<https://devfeed.tech/topics/distributed-systems.md>), [Prompt Engineering](<https://devfeed.tech/topics/prompt-engineering.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [API](<https://devfeed.tech/topics/api.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Containers](<https://devfeed.tech/topics/containers.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [api](<https://devfeed.tech/tags/api.md>), [distributed-systems](<https://devfeed.tech/tags/distributed-systems.md>), [generative-ai-tools](<https://devfeed.tech/tags/generative-ai-tools.md>), [metric](<https://devfeed.tech/tags/metric.md>), [observability](<https://devfeed.tech/tags/observability.md>), [prompt-engineering](<https://devfeed.tech/tags/prompt-engineering.md>), [root-cause-analysis](<https://devfeed.tech/tags/root-cause-analysis.md>), [site-reliability-engineer](<https://devfeed.tech/tags/site-reliability-engineer.md>), [software-engineering](<https://devfeed.tech/tags/software-engineering.md>), [telemetry](<https://devfeed.tech/tags/telemetry.md>)

### AI overview

Expedia's Service Telemetry Analyzer (STAR) is an early web-based system for investigating service degradations and outages with service telemetry data and AI models. It uses predefined multi-step diagnostic workflows, domain-specific prompt engineering, and engineering knowledge spanning applications, infrastructure, cloud, containers, orchestration, and distributed systems.

### Source excerpt

Expedia Group Technology -- EngineeringA system that facilitates investigation of service degradations and outages using service telemetry data and AIPhoto by Evangelos Mpikakis on Unsplash. The recent advancements in the artificial intelligence space make us re-evaluate how work is done. From programming, to designing systems, or even operating them in production. While there is considerable focus on automating programming, one area which could undergo transformation is how we monitor and operate our systems and services. A few of us came together and designed Expedia's® Service Telemetry Analyzer (STAR), an early iteration of a system that facilitates investigation of service degradations and outages using service telemetry data and AI models and techniques. Expedia's Service Telemetry Analyzer (STAR) The early product offering includes: Execution of multi-step workflows. Integration of software and systems engineering knowledge, including application and infrastructure, cloud, containerization, and orchestration patterns, into diagnostic workflows for complex distributed systems. Application of domain-specific prompt engineering for metric and root cause analysis. Utilization of advanced off-the-shelf AI models. Implementation of prompt engineering techniques, including role prompting, prompt chaining, and generated knowledge prompting. Design The product offering is a web-based service that provides an application programming interface (API). While AI agents and chatbots are gaining traction, we aimed to start with something a) simple, b) precise (to a certain extent, considering the potential hallucinations of the models), and c) that avoids the additional and currently less understood failure modes of an agent. As this field evolves, we will continue to iterate on the design. Therefore, there is limited context engineering beyond domain-specific prompts; for instance, there is no support for function calling / tool use, short-term and long-term memory, or retri

## The model is the easy part: Building the LLM Platform at Whatnot

DevFeed: [The model is the easy part: Building the LLM Platform at Whatnot](<https://devfeed.tech/articles/the-model-is-the-easy-part-building-the-llm-platform-at-whatnot-23714.md>)

Original publisher: [Read original article](<https://medium.com/whatnot-engineering/the-model-is-the-easy-part-building-the-llm-platform-at-whatnot-ec8730fa9bdf?source=rss----162aeca881b0---4>)

Author: Whatnot Engineering

Published: 2026-04-14T15:01:05Z

Content type: article

Language: en

Sources: [Whatnot Engineering](<https://devfeed.tech/sources/whatnot-engineering.md>)

Topics: [AI Platform](<https://devfeed.tech/topics/ai-platform.md>), [LLMs](<https://devfeed.tech/topics/llms.md>), [AI Development](<https://devfeed.tech/topics/ai-development.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>)

Tags: [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-platform](<https://devfeed.tech/tags/ai-platform.md>), [building](<https://devfeed.tech/tags/building.md>), [llm](<https://devfeed.tech/tags/llm.md>), [llm-evaluation](<https://devfeed.tech/tags/llm-evaluation.md>), [llms](<https://devfeed.tech/tags/llms.md>), [platform](<https://devfeed.tech/tags/platform.md>), [platform-engineering](<https://devfeed.tech/tags/platform-engineering.md>), [production](<https://devfeed.tech/tags/production.md>), [prompt-engineering](<https://devfeed.tech/tags/prompt-engineering.md>), [quality](<https://devfeed.tech/tags/quality.md>), [teams](<https://devfeed.tech/tags/teams.md>), [trust](<https://devfeed.tech/tags/trust.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

This article explains that building an LLM platform involves much more than calling a model. At Whatnot, the platform is organized around reliability, velocity, and trust, supported by existing data, logging, analytics, integration, and internal tooling foundations.

### Source excerpt

Stas Sajin, Faithful Alabi, Peiyun Zhang, Peicheng Yu | AI Platform Introduction A decade ago, one of the more useful ways to explain machine learning systems was with the diagram below: the ML model itself was a tiny box in the middle, surrounded by everything else you actually had to build to make it work in production. Figure 1: Complexity surfaced by ML systems. Source. The same thing is happening with LLMs now. Making the API call is the small box, maybe even smaller than the one in that original diagram. Calling the model is the easy part. The hard part is everything around it: there is less stable ground truth, inputs are harder to constrain, outputs are non-deterministic, and the system is much easier for users to push in unintended directions. The hard part is giving teams the ability to iterate fast, trust that the system is working, and know that it is getting better. From our perspective, this is what an LLM platform actually has to solve for. It has to be reliable enough to support real product and operational workflows. It has to enable velocity, because many of the highest-leverage improvements are small changes that need to move quickly. And it has to create trust, so teams can understand output quality, catch regressions, and ship with confidence. These pillars reinforce each other. Reliability makes teams willing to depend on the platform in production. That production usage creates the data and feedback loops needed to build trust. And trust, in turn, makes it much easier for teams to move with velocity, because they can tell whether a change actually helped. The rest of this post is about those three strategic pillars and the concrete actions behind each of them that allowed us to build the LLM Platform at Whatnot. Figure 2: The LLM platform is organized around three self-reinforcing pillars: velocity, reliability, and trust, each supported by a distinct set of platform enablers.We built on foundations that were already there A big reason we were

## Building a Robust Documentation Agent with DigitalOcean Gradient AI Platform

DevFeed: [Building a Robust Documentation Agent with DigitalOcean Gradient AI Platform](<https://devfeed.tech/articles/building-a-robust-documentation-agent-with-digitalocean-gradient-ai-platform-19874.md>)

Original publisher: [Read original article](<https://www.digitalocean.com/blog/documentation-agent>)

Author: Anna Lushnikova

Published: 2026-04-13T16:59:45Z

Content type: article

Language: en

Sources: [DigitalOcean](<https://devfeed.tech/sources/digitalocean.md>)

Topics: [Documentation](<https://devfeed.tech/topics/documentation.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [AI Platform](<https://devfeed.tech/topics/ai-platform.md>), [Prompt Engineering](<https://devfeed.tech/topics/prompt-engineering.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [Digital Ocean](<https://devfeed.tech/topics/digital-ocean.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-platform](<https://devfeed.tech/tags/ai-platform.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [demo](<https://devfeed.tech/tags/demo.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [llm](<https://devfeed.tech/tags/llm.md>), [prompt-engineering](<https://devfeed.tech/tags/prompt-engineering.md>), [rag](<https://devfeed.tech/tags/rag.md>)

### AI overview

DigitalOcean describes how it built and shipped a production documentation agent on Gradient AI Platform. The article covers the agent architecture, knowledge-base and retrieval setup, prompt engineering, golden datasets, LLM-judged evaluations, and CI/CD-gated prompt iteration used to improve and monitor answer quality.

### Source excerpt

At DigitalOcean, documentation has always been a priority. Developers come to our docs to get unstuck, and the faster they find what they need, the better. Traditional docs pages work, but they require users to know which page to visit, scan for the relevant section, and map generic instructions to their specific setup. That process takes minutes (or longer) when it could take seconds. So we built an AI documentation assistant. Ask a question in plain language, get an answer with working links and ready-to-use commands. Simple enough as a demo. Getting it production-ready was a different story. It took us several iterations to reach an agent we were confident enough to ship. The LLM could generate plausible-sounding answers from day one. Knowing whether those answers were grounded, and keeping them grounded after every model update and prompt change -- that's where we spent most of our time. This post covers what we built, how we validated it, and the specific decisions that moved our metrics from "not great" to "ready for launch." We'll walk through prompt engineering, evaluation pipelines, and the CI/CD glue that holds it all together. Throughout, we relied on DigitalOcean's Agentic Inference Cloud so we could focus on product behavior instead of stitching together inference, RAG, and evaluation tooling ourselves -- one place to run agents, attach knowledge bases, and measure quality, with scale when we need it, and straightforward operational patterns. Architecture Gradient™ AI Platform is the control plane and runtime for standing up production AI agents without assembling pieces by hand. In one place you can attach a knowledge base, define an agent, and tune how it behaves: pick an LLM (managed or open-source), set temperature and top P, choose retrieval behavior, and edit the system prompt. The goal is to get from an empty project to a working agent in minutes, not to wire up inference, RAG, and evaluation from scratch. A Gradient AI Agent is the concrete thing

## Writing with ChatGPT

DevFeed: [Writing with ChatGPT](<https://devfeed.tech/articles/writing-with-chatgpt-6237.md>)

Original publisher: [Read original article](<https://openai.com/academy/writing>)

Published: 2026-04-10T00:00:00Z

Content type: article

Language: en

Sources: [OpenAI News](<https://devfeed.tech/sources/openai-news.md>)

Topics: [ChatGPT](<https://devfeed.tech/topics/chatgpt.md>), [Prompt Engineering](<https://devfeed.tech/topics/prompt-engineering.md>)

Tags: [chatgpt](<https://devfeed.tech/tags/chatgpt.md>), [communication](<https://devfeed.tech/tags/communication.md>), [content](<https://devfeed.tech/tags/content.md>), [generate](<https://devfeed.tech/tags/generate.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [openai-academy](<https://devfeed.tech/tags/openai-academy.md>), [prompt-engineering](<https://devfeed.tech/tags/prompt-engineering.md>), [review](<https://devfeed.tech/tags/review.md>), [workflow](<https://devfeed.tech/tags/workflow.md>), [writing](<https://devfeed.tech/tags/writing.md>)

### AI overview

Learn how ChatGPT can help draft, revise, and refine workplace writing while preserving clarity, tone, audience awareness, and intent. The article presents a practical Plan -> Draft -> Revise -> Package workflow and emphasizes providing context, constraints, format, and targeted feedback.

### Source excerpt

Learn how to use ChatGPT for writing to draft, revise, and refine content with clear structure, tone, and intent.

## From Drift to Direction: The Architecture Behind Digression Control (Role Play)

DevFeed: [From Drift to Direction: The Architecture Behind Digression Control (Role Play)](<https://devfeed.tech/articles/from-drift-to-direction-the-architecture-behind-digression-control-role-play-26353.md>)

Original publisher: [Read original article](<https://medium.com/udemy-engineering/from-drift-to-direction-the-architecture-behind-digression-control-role-play-1720d9a3a6a0?source=rss----19c6d3367ed4---4>)

Author: Raka Dalal

Published: 2026-04-09T12:25:37Z

Content type: article

Language: en

Sources: [Udemy Engineering](<https://devfeed.tech/sources/udemy-engineering.md>)

Topics: [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [systems](<https://devfeed.tech/topics/systems.md>), [Learning](<https://devfeed.tech/topics/learning.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [blocking](<https://devfeed.tech/tags/blocking.md>), [conversational-ai](<https://devfeed.tech/tags/conversational-ai.md>), [data-science](<https://devfeed.tech/tags/data-science.md>), [large-language-models](<https://devfeed.tech/tags/large-language-models.md>), [learning](<https://devfeed.tech/tags/learning.md>), [llm](<https://devfeed.tech/tags/llm.md>), [llm-evaluation](<https://devfeed.tech/tags/llm-evaluation.md>), [prompt-engineering](<https://devfeed.tech/tags/prompt-engineering.md>), [systems](<https://devfeed.tech/tags/systems.md>)

### AI overview

Udemy's Role Play experience uses open-ended LLM-mediated conversations for practice with defined learning goals. The article examines digression as a systems challenge and introduces a Response Steering Layer intended to preserve conversational naturalness while improving goal adherence.

### Source excerpt

Role Play @UdemyIntroduction AI-powered role play systems aim to recreate one of the most effective learning modalities: practicing real-world conversations in a safe, repeatable environment. In Udemy's Role Play experience, learners engage in open-ended, free-text dialogues with an AI character that embodies a specific persona -- such as an interviewer, a stakeholder, or a customer -- while working toward clearly defined learning goals. This contrasts with many traditional digital learning tools, which rely on static content, multiple-choice interactions, or scripted simulations that limit conversational variability. This design prioritizes realism and skill transfer, allowing learners to respond naturally rather than selecting from predefined options. Open-ended conversations mediated by LLM-based systems, however, introduce a core systems challenge: digression. In real conversations, people may drift off-topic, but human tutors actively manage and redirect such drift. In a learning-oriented role play mediated by an AI system, persistent digressions undermine the experience in more subtle but consequential ways. Learners may shift into meta-conversations, attempt to override the role being played, or explore tangents unrelated to the scenario's objectives. When this happens, learning goals become harder to assess, feedback loses grounding in the conversation, and the interaction no longer reflects the real-world situation the learner is meant to practice. A naive solution is to tightly constrain the conversation -- blocking inputs, rejecting turns, or forcing the dialogue back onto a scripted path. While this approach improves goal adherence, it comes at the cost of immersion and learner agency. Overly rigid controls make the AI feel less like a conversational partner and more like an instructional interface. On the other hand, allowing unrestricted conversational freedom preserves naturalness but leads to goal drift, inconsistent learning signals, and reduced reliab

[Next page](<https://devfeed.tech/tags/prompt-engineering.md?cursor=WyIyMDI2LTA0LTA5VDEyOjI1OjM3KzAwOjAwIiwgIjE1NDgyYTdkLWFjNTktNGNjZC1iNTU4LTFmNmE4NjljYzIyOSJd>)