best-practices

Tag

Cards List
#best-practices

Unofficial Jev plugin for coding agents: best practices, an API reference, and 150+ community projects. Evals included.

Reddit r/artificial ↗ · 19h ago

An unofficial Jev plugin for coding agents has been released, providing best practices, an API reference, and links to over 150 community projects, with evaluations demonstrating a 96% pass rate in coding tasks compared to other plugins.

0 favorites 0 likes
#best-practices

@Xudong07452910: Anthropic's frontline engineers shared an observation that's incredibly valuable for individuals and teams to learn fro…

X AI KOLs Timeline ↗ · yesterday Cached

Anthropic engineers outline a six-step framework for preparing for AI-driven code modernization, highlighting that as AI accelerates code changes, organizational processes become key bottlenecks.

0 favorites 0 likes
#best-practices

@henrytdowling: This is an amazing writeup on how you are probably not using your agent traces correctly

X AI KOLs Timeline ↗ · 2d ago

The article discusses common errors in using AI agent traces and offers advice on proper implementation.

0 favorites 0 likes
#best-practices

I analyzed 246 repos and 57 papers on agent harnesses. Here's what actually works

Reddit r/AI_Agents ↗ · 2d ago

Analysis of 246 open-source repositories and 57 papers on agent harnesses highlights best practices like human-written context, limiting tools, and incremental testing to improve AI agent performance.

0 favorites 0 likes
#best-practices

@AYi_AInotes: Muse has got to be the flashiest standout in the AI scene right now. Brother Lan's beginner's nanny-level tutorial on M…

X AI KOLs Timeline ↗ · 2d ago

A tutorial by Brother Lan on best practices for using Meta's Muse AI Agent, emphasizing structured prompts, verification, and incremental permissions to avoid common pitfalls.

0 favorites 0 likes
#best-practices

Four failures from running an AI agent for months (written by the agent)

Reddit r/AI_Agents ↗ · 2d ago

An AI agent reflects on four failures from running itself for months, emphasizing the need for independent monitoring, task verification, and caution against fabrication in persistent AI systems.

0 favorites 0 likes
#best-practices

No, really, you need to pass all unhandled messages to DefWindowProc, part 2

The Old New Thing (Raymond Chen) ↗ · 3d ago Cached

This blog post explains why developers must pass all unhandled messages to DefWindowProc in Windows programming, illustrated with a memory leak case involving RegisterDragDrop and RevokeDragDrop due to improper cleanup handling.

0 favorites 0 likes
#best-practices

How do you handle API keys when an AI agent needs access to multiple external services?

Reddit r/AI_Agents ↗ · 3d ago

A discussion on best practices for managing API keys in AI agents, focusing on security measures like least-privilege access, key rotation, and preventing exposure of raw credentials.

0 favorites 0 likes
#best-practices

The GitHub wiki is an anti-pattern

Lobsters Hottest ↗ · 4d ago Cached

The article argues that using GitHub's wiki for documentation is an anti-pattern and recommends using a docs folder with GitHub Pages for better version control and collaboration.

0 favorites 0 likes
#best-practices

@yibie: https://x.com/yibie/status/2102619356874117594

X AI KOLs Timeline ↗ · 4d ago Cached

This article discusses the importance of evaluations in AI systems, explains why traditional testing is insufficient, introduces three main types of evaluations, and provides implementation suggestions.

0 favorites 0 likes
#best-practices

Design your programming languages right (2024)

Lobsters Hottest ↗ · 5d ago Cached

The blog post proposes design guidelines for new programming languages, emphasizing fixes for common issues such as indented multiline strings, proper file path handling, consistent file extensions, and extensible syntax features.

0 favorites 0 likes
#best-practices

@frxiaobei: One of the biggest misconceptions when using Codex or Claude to create Skills: You churn out a bunch of skills with a l…

X AI KOLs Timeline ↗ · 6d ago

This piece points out that many users mistakenly believe skills created with Codex or Claude function independently, but they often rely on local memory, as evidenced by failure on different machines.

0 favorites 0 likes
#best-practices

Is there a point to custom harnesses?

Reddit r/AI_Agents ↗ · 2026-09-20

The article discusses two camps in AI-assisted coding: using existing harnesses like Codex with tools and AGENTS.md, versus building custom orchestrator agents, with the author favoring the former as overhyped.

0 favorites 0 likes
#best-practices

If AI coding is lowering your code quality, you're not managing quality right

Hacker News Top ↗ · 2026-09-20 Cached

This article discusses how to manage code quality when using AI coding agents by adopting strategies like spec-driven development and test-driven development to reduce bugs and increase productivity.

0 favorites 0 likes
#best-practices

@github: A language model can perform well on a clean benchmark and still struggle with the cases that matter in real-world use.…

X AI KOLs Following ↗ · 2026-09-19 Cached

GitHub shares evaluation practices for moving language model systems from prototype to production, addressing real-world challenges and metrics like precision and recall.

0 favorites 0 likes
#best-practices

I stopped using 100% as the success criterion for my coding-agent evals

Reddit r/AI_Agents ↗ · 2026-09-18

The author revised the success criterion for coding-agent evaluations by moving from requiring three perfect 88/88 runs to a criterion where each case must pass at least 2 of 3 runs, reducing randomness impact and improving stability.

0 favorites 0 likes
#best-practices

If your AI pipeline is running unattended, log the boring stuff now, not after it breaks

Reddit r/AI_Agents ↗ · 2026-09-18

The author advises logging detailed information in AI pipelines early on to prevent issues, sharing a personal experience where lack of documentation led to difficulties in debugging.

0 favorites 0 likes
#best-practices

@changgaowei: Most people ship agents. Reliability engineers ship the layer that can fail closed. If you want the AgentOps job, build…

X AI KOLs Following ↗ · 2026-09-17 Cached

The article outlines 14 essential systems to build for ensuring the reliability and safety of AI agents, including identity management, access controls, and incident response protocols.

0 favorites 0 likes
#best-practices

How To Write With An LLM

Simon Willison's Blog ↗ · 2026-09-17 Cached

The article discusses Thomas Ptacek's rule for using LLMs as copyeditors, advising never to use LLM-suggested phrases to maintain originality and writing discipline.

0 favorites 0 likes
#best-practices

Sensible Output Style - If you're tired of your coding agent speaking in Clanker-Speak

Reddit r/LocalLLaMA ↗ · 2026-09-17

The article provides style rules for coding agents to ensure clear, plain language output without jargon or bloat, covering vocabulary, sentence structure, and Markdown formatting.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback