system-prompts

Tag

Cards List
#system-prompts

Alignment Inertia: Auditing the Durability of Training Data Influence Through Policy Override Resistance

arXiv cs.AI ↗ · yesterday Cached

The paper proposes metrics like Override Success Rate (OSR) and alignment inertia to audit the durability of prior training influences on LLM behavior when operators attempt policy overrides through prompting or fine-tuning.

0 favorites 0 likes
#system-prompts

Concerning "humanlike models" and chatbot RP in general...

Reddit r/LocalLLaMA ↗ · 2026-09-12

The article discusses how to use system prompts to make AI models behave like specific personas, providing a step-by-step guide with examples like 'John Llama' to illustrate techniques for creating humanlike chatbot interactions.

0 favorites 0 likes
#system-prompts

@trq212: excited to share more on how we’re making Claude Code more hackable soon

X AI KOLs Timeline ↗ · 2026-08-25 Cached

Thariq from Anthropic mentions upcoming improvements to make Claude Code more hackable, including system prompt modifications, with further details to be shared soon.

0 favorites 0 likes
#system-prompts

What Is Reasoning

Armin Ronacher ↗ · 2026-08-19 Cached

This article explains how reasoning traces work in AI models, discussing their implementation, concealment, and extraction techniques, with examples from models like GPT-OSS and DeepSeek.

0 favorites 0 likes
#system-prompts

@Saboo_Shubham_: Anthropic NOW publishes system prompts for Claude Fable 5, Opus 5, other Claude models. Available as dated release note…

X AI KOLs Following ↗ · 2026-08-16 Cached

Anthropic publishes system prompts for its Claude models, such as Claude Fable 5 and Opus 5, through dated release notes to reveal changes in production prompts.

0 favorites 0 likes
#system-prompts

Claude: System Prompts

Hacker News Top ↗ · 2026-08-16 Cached

Release notes for system prompts in Claude, detailing updates or new features for the AI model's functionality.

0 favorites 0 likes
#system-prompts

How I Think About Prompting AI Agents Across the Entire Prompt Hierarchy

Reddit r/AI_Agents ↗ · 2026-08-14

The author shares principles for writing effective prompts for AI agents, emphasizing focusing on what truly matters, high-signal communication, actionable instructions, and using established phrasing.

0 favorites 0 likes
#system-prompts

@jerryjliu0: This part is spot on: > "Overall, we found that we were over-constraining Claude Code...while these constraints were on…

X AI KOLs Following ↗ · 2026-07-26 Cached

Jerry Liu discusses the counterproductive effects of over-constraining AI models like Claude Code with extensive prompts, and predicts that deference to model judgment will increase.

0 favorites 0 likes
#system-prompts

The new rules of context engineering for Claude 5 generation models

Hacker News Top ↗ · 2026-07-25 Cached

Anthropic details new rules for context engineering with Claude 5, emphasizing letting the model use judgment over rigid rules, designing interfaces instead of giving examples, using progressive disclosure, and simplifying tool descriptions.

0 favorites 0 likes
#system-prompts

@jakevin7: Claude Code deletes 80% of system prompts! But Maka actually already pointed this out. https://github.com/maka-agent/maka-agent… We reached this conclusion weeks ago while running benchmarks on Maka…

X AI KOLs Timeline ↗ · 2026-07-25 Cached

This article discusses Anthropic's findings on prompt simplification, as well as Maka Agent's verification results on Terminal Bench 2.1, showing that overly verbose system prompts actually degrade performance under stronger models.

0 favorites 0 likes
#system-prompts

@trq212: We removed ~80% of the Claude Code system prompt for our newest models, this is what we've learned about writing system…

X AI KOLs Timeline ↗ · 2026-07-24 Cached

Anthropic shares lessons from removing 80% of the Claude Code system prompt for new Claude models, advising users to let the models use judgment over strict rules and to update context engineering practices.

0 favorites 0 likes
#system-prompts

@MaximeRivest: Pi coding agent is very often the best for its price. Pi's system prompt is very short and has only 4 tools. My Pi syst…

X AI KOLs Timeline ↗ · 2026-07-09 Cached

Maxime Rivest shares tips for optimizing Pi coding agent usage with custom system prompts, and Matei Zaharia discusses surprising results from benchmarking coding agents at Databricks.

0 favorites 0 likes
#system-prompts

Why System Prompts and RLHF Fail to Prevent Agent Drift—And How DexOS Uses a Local Cryptographic Governance Runtime to Fix It

Reddit r/artificial ↗ · 2026-07-03

This article details DexOS, a novel AI agent architecture that uses a local cryptographic governance runtime and state machine to prevent agent drift, rejecting reliance on system prompts and RLHF.

0 favorites 0 likes
#system-prompts

Using DSPy to evaluate and improve Datasette Agent's SQL system prompts

Simon Willison's Blog ↗ · 2026-07-02 Cached

Using the DSPy framework, the author evaluates and improves the system prompts for Datasette Agent's SQL query feature, identifying issues such as column-name guessing and error-retry loops.

0 favorites 0 likes
#system-prompts

Do cloud chatbot's system prompts make them stupider?

Reddit r/LocalLLaMA ↗ · 2026-06-24

The author speculates that cloud chatbots like ChatGPT and Claude appear less intelligent than local open models due to system prompts that impose a personality, and wonders if using raw APIs mitigates this.

0 favorites 0 likes
#system-prompts

Examining Human-Like Behaviors in LLMs: A Multi-Dimensional Analysis of Model Behaviors, User Factors, and System Prompts

arXiv cs.AI ↗ · 2026-06-18 Cached

This paper presents a multi-dimensional analysis of human-like behaviors in LLMs, examining prevalence, effects, and controllability across 21,000 conversations from four models, finding that behaviors vary by model and user factors, with implications for responsible design.

0 favorites 0 likes
#system-prompts

SePO: Self-Evolving Prompt Agent for System Prompt Optimization

arXiv cs.CL ↗ · 2026-06-04 Cached

SePO (Self-Evolving Prompt Optimization) proposes a self-referential prompt agent that optimizes both task agents' system prompts and its own system prompt through an evolutionary search, outperforming Manual-CoT, TextGrad, and MetaSPO across five benchmarks including AIME'25, ARC-AGI-1, and GPQA.

0 favorites 0 likes
#system-prompts

@AdamRLucek: Do agents listen to you… or themselves? While evaling subagent behavior in deep agent systems, we noticed an interestin…

X AI KOLs Following ↗ · 2026-05-21 Cached

A researcher shares an observation in evaluating subagent behavior within deep agent systems, noting an interesting quirk in how agents align with hand-written system prompts versus instructions from the orchestrator.

0 favorites 0 likes
#system-prompts

A comprehensive method to brutally reduce your Agentic AI token cost by at least 95%, aka a summary of current token reduction method

Reddit r/openclaw ↗ · 2026-05-19

This article presents a comprehensive guide to reduce token costs in Agentic AI systems by 95%, detailing seven core techniques including tree-structured document architecture, AI auto-compression, local model management, and script-to-API calls.

0 favorites 0 likes
#system-prompts

@shao__meng: Why do Claude Code, Cursor, Codex, Aider, and Cline exhibit different agent behaviors despite potentially sharing the same underlying models? @addyosmani argues: It's due to the "shell" above the model — the Harness, which includes "prompts, ...

X AI KOLs Timeline ↗ · 2026-05-10

The article discusses how Addy Osmani argues that the performance difference between AI coding agents like Claude Code, Cursor, and Cline stems from their 'Harness'—the layer of prompts, tools, and constraints around the model—rather than the underlying model itself. It details best practices for harness engineering, including hooks, sandboxing, and context management, to bridge the gap between model capability and actual agent performance.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback