PromptMN: Pseudo Prompting Language
- model Claude Fable 5
- model Claude Opus 4.8
- model GPT-5.5
- model Gemini 3.1 Pro
- model PromptMN
A research team has proposed PromptMN, a domain-specific language designed to make human-to-AI instructions more explicit and less prone to misinterpretation, according to a paper posted to arXiv on June 15, 2026 [1]. The language, described as a "pseudo-prompting" tool, annotates natural language with compact, %-prefixed typed directives that specify roles, goals, requirements, priorities, constraints, plans, inputs, and outputs [1][2]. The authors argue that a significant portion of agent failures in software development and other workflows stem from context ambiguities rather than model limitations, as critical instructions are often buried in prose or left implicit [2]. PromptMN sits between informal prompting and programming-style pseudocode, making it structured enough to be inspectable and reusable while remaining accessible to analysts, managers, and developers across the software development lifecycle [2]. The system uses semantic resolution, which allows authors to write directives in any order while the model interprets them by function [2]. It also pairs with a technique called reverse prompt engineering, where a model restates a desired outcome in PromptMN syntax. This lets users inspect the inferred roles, goals, constraints, and missing assumptions before acting, which the paper says reduces repair cycles and yields a reusable artifact for aligning people and AI tools [2]. The feasibility study evaluated PromptMN across several frontier models: Claude Fable 5, Claude Opus 4.8, Gemini 3.1 Pro, and GPT-5.5 [1][2]. Claude is a series of large language models developed by Anthropic, a San Francisco-based AI company founded in 2021 by former OpenAI members [6][8]. The models correctly resolved PromptMN instructions that included complex structures such as repetition, conditionals, methods, and a prime-checking task, all without fine-tuning [2]. The same vocabulary applied across new codebases, maintenance, and redesign scenarios presented in the study [2]. The paper acknowledges that large-scale validation remains future work, but states the early results suggest PromptMN is a practical step toward clearer, more reviewable human-to-AI interaction [1][2]. The research arrives as prompting has become the primary interface between humans and generative AI, yet natural language prompts remain fragile in production settings [2].
research-papertool-release
Background sources we checked (7)
- arxiv.org ↗ Prompting has become the primary interface between humans and generative AI, yet many natural language prompts remain fragile: roles, goals, constraints, and expected outputs are often buried in prose or left implicit. In agentic and software development workflows, a misread at t…
- en.wikipedia.org ↗ This article contains a list of reconstructed words of the ancient Dacian language. They have been restored by some linguists from attested place and personal names (toponyms and anthroponyms) from the historical region of Dacia. In the case of words reconstructed from onomastic …
- en.wikipedia.org ↗ Erwin-Félix Lewy-Bertaut (9 February 1913 – 6 November 2003), also known separately as Erwin Lewy, Félix Bertaut, and E. F. Bertaut, or Erwin Félix Lewy-Bertaut, was a German-born French materials scientist who led a former life as a law school student in Nazi Germany. He was ren…
- en.wikipedia.org ↗ Rudolf Joseph Lorenz Steiner (German: [ˈʃtaɪnɐ]; 27 or 25 February 1861 – 30 March 1925) was an Austrian New Age guru, philosopher, occultist, social reformer, architect, esotericist, and claimed clairvoyant. Steiner gained initial recognition at the end of the nineteenth century…
- en.wikipedia.org ↗ Claude is a series of large language models developed by American software company Anthropic. Claude was released as an AI-based chatbot in March 2023. It is also used in AI-assisted software development. Claude is trained using "constitutional AI", a technique developed by Anthr…
- en.wikipedia.org ↗ Claude Mythos is a large language model developed by Anthropic to find vulnerabilities in software. Anthropic has not officially released the model to the public, citing safety and misuse concerns. Reactions to Claude Mythos were immediate and mixed.…
- en.wikipedia.org ↗ Anthropic PBC is an American artificial intelligence (AI) company headquartered in San Francisco, California. It has developed a series of large language models (LLMs) named Claude and has a focus on AI safety. Anthropic was founded in 2021 by former members of OpenAI, including …
Sources
- export.arxiv.org — PromptMN: Pseudo Prompting Language ↗