engineering
30 articles about engineering in AI news
AI Coding Tools Amplify Bad Engineering, Not Fix It
AI coding tools amplify existing engineering weaknesses. Teams without discipline produce bad code faster, not good code.
Profound Launches $40K Marketing Engineering Hackathon in NYC
Profound hosts $40K Marketing Engineering Hackathon for 50 builders on June 6th in NYC, judged by Ramp, Stripe, and MongoDB.
14 Classic Software Engineering Books Become AI Agent Rule Sets
Developer compiled 14 classic software engineering books into ready-to-use AI agent rule sets for Claude Code, Cursor, and Codex, bridging zero-context gap.
Agentic Harness Engineering Boosts Coding Agents 7% on Terminal-Bench 2
Agentic Harness Engineering introduces a structured approach to evolving coding-agent harnesses, using revertible components, condensed experience, and falsifiable decisions. On Terminal-Bench 2, pass@1 climbs from 69.7% to 77.0% in ten iterations, beating human-designed baselines.
Shopify Engineering details 'Flow generation through natural language'
Shopify Engineering describes a 2026 approach to generating complex workflows (flows) from natural language prompts using an agentic modeling framework, enabling non-technical users to create automation.
RAG vs Fine-Tuning vs Prompt Engineering
A technical blog clarifies that Retrieval-Augmented Generation (RAG), fine-tuning, and prompt engineering should be viewed as a layered stack, not mutually exclusive options. It provides a decision framework for when to use each technique based on specific needs like data freshness, task specificity, and cost.
Shopify Engineering Teases 'Autoresearch' Beyond Model Training in 2026 Preview
Shopify Engineering has previewed a 2026 perspective suggesting 'autoresearch'—automated research processes—will have applications extending beyond just training AI models. This signals a broader operational automation strategy for the e-commerce giant.
EgoAlpha's 'Prompt Engineering Playbook' Repo Hits 1.7k Stars
Research lab EgoAlpha compiled advanced prompt engineering methods from Stanford, Google, and MIT papers into a public GitHub repository. The 758-commit repo provides free, research-backed techniques for in-context learning, RAG, and agent frameworks.
VMLOps Launches Free 230+ Lesson AI Engineering Course with Production-Ready Tool Portfolio
VMLOps has launched a free, hands-on AI engineering course spanning 20 phases and 230+ lessons. It uniquely culminates in students building a portfolio of usable tools, agents, and MCP servers, not just theoretical knowledge.
Axios Supply Chain Attack Highlights AI-Powered Social Engineering Threat to Open Source
The recent Axios npm package supply chain attack was initiated by highly sophisticated social engineering targeting a developer. This incident signals a dangerous escalation in the targeting of open source infrastructure, where AI tools could amplify attacker capabilities.
Harness Engineering for AI Agents: Building Production-Ready Systems That Don’t Break
A technical guide on 'Harness Engineering'—a systematic approach to building reliable, production-ready AI agents that move beyond impressive demos. This addresses the critical industry gap where most agent pilots fail to reach deployment.
Meta-Harness Framework Automates AI Agent Engineering, Achieves 6x Performance Gap on Same Model
A new framework called Meta-Harness automates the optimization of AI agent harnesses—the system prompts, tools, and logic that wrap a model. By analyzing raw failure logs at scale, it improved text classification by 7.7 points while using 4x fewer tokens, demonstrating that harness engineering is a major leverage point as model capabilities converge.
Open-Source Multi-Agent LLM System for Complex Software Engineering Tasks Released by Academic Consortium
A consortium of researchers from Stony Brook, CMU, Yale, UBC, and Fudan University has open-sourced a multi-agent LLM system specifically architected for complex software engineering. The release aims to provide a collaborative, modular framework for tackling tasks beyond single-agent capabilities.
A Comparative Guide to LLM Customization Strategies: Prompt Engineering, RAG, and Fine-Tuning
An overview of the three primary methods for customizing Large Language Models—Prompt Engineering, Retrieval-Augmented Generation (RAG), and Fine-Tuning—detailing their respective strengths, costs, and ideal use cases. This framework is essential for AI teams deciding how to tailor foundational models to specific business needs.
A Technical Guide to Prompt and Context Engineering for LLM Applications
A Korean-language Medium article explores the fundamentals of prompt engineering and context engineering, positioning them as critical for defining an LLM's role and output. It serves as a foundational primer for practitioners building reliable AI applications.
Andrej Karpathy's 'Engineering's Phase Shift' Talk Covers AI Psychosis, Model Speciation, and a SETI-Style Movement
Andrej Karpathy's one-hour talk, highlighted by AI engineer Rohan Pandey, explores the shift from software to AI engineering, touching on AI psychosis, AutoResearch, and a potential distributed AI research movement.
Anthropic Publishes Internal XML Prompting Guide, Prompting Claims That 'Prompt Engineering Is Dead'
Anthropic has released its internal guide on XML-structured prompting, a core technique for its Claude models. The move has sparked discussion about whether traditional prompt engineering is becoming obsolete.
Garry Tan's gstack: The 13-Skill Setup That Turns Claude Code Into a Virtual Engineering Team
Install Garry Tan's open-source gstack to get 13 specialized Claude Code skills (/plan-ceo-review, /review, /qa) that act as a full engineering team, shipping production code faster.
Context Engineering: The Real Challenge for Production AI Systems
The article argues that while prompt engineering gets attention, building reliable AI systems requires focusing on context engineering—designing the information pipeline that determines what data reaches the model. This shift is critical for moving from demos to production.
Beyond Prompt Engineering: Claude Code Emerges as a Comprehensive AI Development Platform
Anthropic's Claude Code represents a paradigm shift from simple prompt tools to full AI engineering systems, offering integrated development environments, automated workflows, and sophisticated code generation capabilities that transform how developers build software.
Context Engineering: The New Foundation for Corporate Multi-Agent AI Systems
A new paper introduces Context Engineering as the critical discipline for managing the informational environment of AI agents, proposing a maturity model from prompts to corporate architecture. This addresses the scaling complexity that has caused enterprise AI deployments to surge and retreat.
Intent Engineering: The Framework for Reliable AI Agents in Luxury Retail
Intent Engineering provides a structured layer between business goals and AI execution, enabling reliable luxury service agents, personalized styling, and automated clienteling that maintains brand standards.
The AI Paradox: Why Software Engineering Jobs Are Surging Despite Automation Fears
Citadel Securities data reveals software engineering job postings are spiking despite AI coding tools, illustrating the Jevons paradox where cheaper software creation drives increased demand for developers as companies expand digital initiatives.
ART Framework Automates Reward Engineering, Revolutionizing AI Agent Training
The new ART framework combines GRPO with RULER to automatically generate reward functions, eliminating the need for manual reward engineering in AI agent training. This open-source solution could dramatically accelerate development of capable AI agents across domains.
AI Engineering Hub Reaches 30K GitHub Stars, Democratizing Practical AI Development
The open-source AI Engineering Hub has reached 30,000 GitHub stars one year after launch, featuring 90+ hands-on projects covering RAG, AI agents, fine-tuning, and LLMOps. This milestone highlights growing demand for practical, production-ready AI implementation resources.
Airbnb's Engineering Blueprint for a Petabyte-Scale
Airbnb engineers detail the construction of a massive, internally operated metrics storage system. The system ingests 50 million samples per second, manages 1.3 billion active time series, and stores 2.5 petabytes of data, overcoming challenges in tenancy, shuffle sharding, and observability at scale.
AI Labs Shift from Pure Engineering to Scaled Human Operations
As frontier AI models advance, the demand for expert human feedback—from annotators to red-teamers—is increasing, creating a labor market that resembles scaled human operations more than traditional software development.
Agent Harness Engineering: The 'OS' That Makes LLMs Useful
A clear analogy frames raw LLMs as CPUs needing an operating system. The agent harness—managing tools, memory, and execution—is what creates useful applications, as proven by LangChain's benchmark jump.
Production RAG: From Anti-Patterns to Platform Engineering
The article details common RAG anti-patterns like vector-only retrieval and hardcoded prompts, then presents a five-pillar framework for production-grade systems, emphasizing governance, hardened microservices, intelligent retrieval, and continuous evaluation.
Inside Claude Code’s Leaked Source: A 512,000-Line Blueprint for AI Agent Engineering
A misconfigured npm publish exposed ~512,000 lines of Claude Code's TypeScript source, detailing a production-ready AI agent system with background operation, long-horizon planning, and multi-agent orchestration. This leak provides an unprecedented look at how a leading AI company engineers complex agentic systems at scale.