engineering-practices

Tag

Cards List
#engineering-practices

30 to 70 PRs a Day: How We Managed to Not Wreck Our Systems

Lobsters Hottest · yesterday Cached

Honeycomb's engineering team more than doubled peak daily merges from ~30 to ~74 using AI tools like Claude Code, with AI-attributed code rising to 82.6% by June 2026, while managing incidents proportionally. They share practices like continuous delivery, fast CI, and observability that amplified with AI.

0 favorites 0 likes
#engineering-practices

@GergelyOrosz: Knowing how LLM contexts work and how to work around context limitations – aka “context engineering” – is becoming so i…

X AI KOLs Timeline · 2026-07-15 Cached

Gergely Orosz tweets about a podcast with Dex Horthy on LLM context engineering, covering lessons like the dangers of shipping unread code and recognizing when an LLM session is trajectory-poisoned.

0 favorites 0 likes
#engineering-practices

@huxlab: How to do production-grade Agent continual learning? Replit gives the most solid answer. Replit AI head Michele Catasta (@pirroh) shares a very substantive article about how they built a continual learning system for the Replit Agent over the past year...

X AI KOLs Timeline · 2026-07-07 Cached

Replit AI head shares engineering practices for a production-grade Agent continual learning system, breaking improvements into three layers: Model, Harness, and Context, and building a closed loop of offline validation and online A/B testing, allowing the Agent to continuously improve without updating the model.

0 favorites 0 likes
#engineering-practices

I think we're repeating the early microservices mistake with AI agents

Reddit r/ArtificialInteligence · 2026-07-05

The author draws parallels between the early microservices hype and current multi-agent system hype, arguing that engineering practices—not better models—may be the key to reliable multi-agent systems.

0 favorites 0 likes
#engineering-practices

@AI_jacksaku: https://x.com/AI_jacksaku/status/2068702722807771294

X AI KOLs Timeline · 2026-06-21 Cached

This article compiles 10 high-value Skills essential for Codex, covering planning, code quality, frontend implementation, automated testing, CI/CD, security, and external tool integration, and provides installation methods and recommended combinations to help users improve development efficiency.

0 favorites 0 likes
#engineering-practices

@sitinme: Google's Principal Engineer Wrote 24 AI Programming Skills, Packaging the Entire Development Lifecycle! Last week, I used Claude Code to modify an old API. The requirement was to add caching for two endpoints. I threw in a line: 'Help me add Redis caching' — it wrote it in three minutes, looked quite nice. …

X AI KOLs Timeline · 2026-06-17 Cached

Google Principal Engineer Addy Osmani open-sourced agent-skills, which includes 24 AI programming skills, packaging engineering disciplines for use by AI agents to improve code quality and development efficiency.

0 favorites 0 likes
#engineering-practices

@_avichawla: Karpathy said something you'll regret ignoring: "Remove yourself as the bottleneck. Maximize your leverage. Put in very…

X AI KOLs Timeline · 2026-06-13

An explanation of loop engineering for AI agents, emphasizing the separation of maker and checker agents, state persistence on disk, and exit conditions to avoid runaway costs.

0 favorites 0 likes
#engineering-practices

@tom_doerr: Encodes senior engineer workflows for AI coding agents https://github.com/addyosmani/agent-skills…

X AI KOLs Timeline · 2026-06-12 Cached

A GitHub repository that packages production-grade engineering skills for AI coding agents, encoding senior engineer workflows and quality gates into slash commands like /spec, /plan, /build, etc., with setup instructions for Claude Code, Cursor, and other tools.

0 favorites 0 likes
#engineering-practices

@FakeMaidenMaker: awesome-harness-engineering — the knowledge in this project is far more valuable than the number suggests — it contains frontline engineering practices from OpenAI, Anthropic, Microsoft, and Meta. GitHub: https://github.com/ai-boos…

X AI KOLs Timeline · 2026-06-05 Cached

awesome-harness-engineering is a curated list of resources on AI agent harness engineering (context management, tool design, verification loops, memory systems, etc.) from companies like OpenAI, Anthropic, Microsoft, and Meta, aimed at helping developers build reliable agent frameworks.

0 favorites 0 likes
#engineering-practices

Agentic coding in a large production codebase: wins, failure modes, and guardrails

Reddit r/AI_Agents · 2026-05-26

Engineers across database, iOS, frontend, data engineering, and backend domains discuss how AI code generation shifts the hard part to verification and integration, requiring human judgment for subtle risks and architectural fit.

0 favorites 0 likes
#engineering-practices

An article detailing the exact configuration and workflows that Anthropic's own engineers use with Claude Code, including parallel instances, CLAUDE.md patterns, writer/reviewer separation, skills fol

X AI KOLs · 2026-05-21 Cached

An article detailing the exact configuration and workflows that Anthropic's own engineers use with Claude Code, including parallel instances, CLAUDE.md patterns, writer/reviewer separation, skills folders, plugins, hooks, and batch operations.

0 favorites 1 likes
#engineering-practices

Writing effective tools for agents — with agents

Anthropic Engineering · 2026-05-08 Cached

Anthropic shares engineering best practices for designing, evaluating, and optimizing tools for AI agents, specifically utilizing the Model Context Protocol (MCP) and Claude Code to improve agent performance.

0 favorites 0 likes
← Back to home

Submit Feedback