Kotlin 作成者の新しい言語: 英語の代わりに LLM と会話するための正式な方法 | Mewayz Blog メインコンテンツにスキップ
Hacker News

Kotlin 作成者の新しい言語: 英語の代わりに LLM と会話するための正式な方法

コメント

7 最小読み取り

Mewayz Team

Editorial Team

Hacker News

プログラムとしてのプロンプト: AI 時代の新しい言語

何年もの間、大規模言語モデル (LLM) との対話は、外国語で一か八かの会話のように感じられてきました。私たちは最善を尽くして精巧な英語プロンプトを作成しますが、多くの場合、矛盾や曖昧さ、イライラするような正確さの欠如に直面します。 Kotlin の作成者である JetBrains の Andrey Breslav 氏は、この問題に対する根本的な解決策の先頭に立っていました。彼のチームは、暫定的に「Kira」と呼ばれる新しいプログラミング言語を開発中です。この言語は、従来の意味でコンピュータと対話するためではなく、AI と対話するために設計されています。この動きは、非公式なプロンプトから正式な実行可能な仕様へのパラダイム シフトを示しています。 Mewayz のようなプラットフォーム内で AI を活用する企業にとって、この進化により、混沌とした AI 実験が、モジュール式ビジネス オペレーティング システムの信頼できるバージョン管理されたコンポーネントに変わる可能性があります。

なぜ英語のプロンプトがビジネス ロジックに失敗するのか

自然言語は直感的ですが、複雑なタスクに関しては不正確であることで知られています。 「今四半期の売上を分析して概要を作成する」といった指示には、解釈の余地が大きく残ります。どのような指標ですか?どのような形式ですか?どのベースラインと比較して?この曖昧さにより、次のような問題が生じます。

非決定的な出力: 同じプロンプトから異なる結果が生成され、自動化されたワークフローが中断される可能性があります。

保守性が低い: 「プロンプト エンジニアリング」では、明確な監査証跡を持たずに脆弱なテキスト文字列を調整することがよくあります。

隠れた複雑さ: 複数ステップの推論や厳密なデータの書式設定を平易な英語で説明するのは非常に面倒です。

統合の課題: 自然言語プロンプトを決定論的なソフトウェア プロセスにシームレスに組み込むことは困難です。これは、モジュールが確実に相互運用する必要がある Mewayz のようなプラットフォームにとって重要な要件です。

信頼性の高い AI インタラクションのための正式な仕様

Breslav 氏と Kira のビジョンは、開発者が明確で構造化されたテスト可能な LLM 仕様を記述できる言語を作成することです。示唆的な段落の代わりに、タスクの制約、予想される出力構造、さらにはフォールバック動作を定義する正式な命令セットを作成します。これは、配達員に曖昧な道順を与えることから、チェックポイントが定義された正確で機械が読み取り可能な GPS ルートを提供することへの移行と考えてください。この正式なアプローチにより、Mewayz ワークフロー内でタスクを実行する AI エージェント (電子メールから請求書データを抽出し、データベースにデータを入力するなど) が予測可能な構造で実行され、その出力がチェーン内の次のモジュールの信頼できる入力となります。

💡 ご存知でしたか?

Mewayzは8つ以上のビジネスツールを1つのプラットフォームに統合します

CRM・請求・人事・プロジェクト・予約・eCommerce・POS・分析。永久無料プラン提供中。

無料で始める →

「中心的なアイデアは、プロンプトを構成可能、テスト可能、管理可能にすることです。LLM とのこの対話を適切なソフトウェア エンジニアリングの成果物にすることが重要です。」 – Andrey Breslav が新しい言語の背後にある動機について語ります。

Mewayz のようなモジュラー ビジネス システムへの影響

ビジネス OS プラットフォームに対する潜在的な影響は甚大です。 Mewayz では、さまざまなビジネス機能 (CRM、プロジェクト管理、請求) が相互接続されたモジュールとして存在し、AI がインテリジェントな結合組織として機能します。 LLM の形式言語を使用すると、これらの AI 拡張接続を堅牢な展開可能なコンポーネントとして構築できるようになります。たとえば、開発者は、チケットの意図を分類し、主要なエンティティを抽出し、チケット発行モジュールの構造化された JSON ペイロードをフォーマットする方法を指定する、カスタマー サポート トリアージ エージェントを定義する「Kira」スクリプトを作成できます。このスクリプトは、プロンプト ボックスに隠された魔法の呪文ではなく、Mewayz エコシステム内でバージョン管理されたデバッグ可能な資産になります。 AI を、クリエイティブではあるが信頼できないパートナーから、形式化された運用エンジンに変えます。

未来: 迅速な制作から AI プログラミングまで

まだ開発初期段階ではありますが、このコンセプトは、「AI プログラミング」が明確な分野となる未来を予告しています。目標は、自然言語を排除することではなく、自然言語が常に優れた出発点となることですが、人間の意図と機械の実行の間に厳密な橋渡しをすることです。

Frequently Asked Questions

The Prompt as a Program: A New Language for the AI Age

For years, interacting with large language models (LLMs) has felt like a high-stakes conversation in a foreign language. We craft elaborate English prompts, hoping for the best, but often face inconsistency, ambiguity, and a frustrating lack of precision. The creator of Kotlin, JetBrains' Andrey Breslav, is spearheading a radical solution to this problem. His team is developing a new programming language, tentatively called "Kira," designed not for talking to computers in the traditional sense, but for talking to AI. This move signals a paradigm shift: from informal prompting to formal, executable specification. For businesses leveraging AI within platforms like Mewayz, this evolution could transform chaotic AI experimentation into a reliable, version-controlled component of a modular business operating system.

Why English Prompts Are Failing Business Logic

While natural language is intuitive, it's notoriously imprecise for complex tasks. An instruction like "analyze this quarter's sales and create a summary" leaves vast room for interpretation. What metrics? What format? Compared to what baseline? This ambiguity leads to:

Formal Specifications for Reliable AI Interactions

Breslav's vision with Kira is to create a language where developers can write clear, structured, and testable specifications for an LLM. Instead of a suggestive paragraph, you'd write a formal instruction set that defines the task's constraints, expected output structure, and even fallback behaviors. Think of it as moving from giving vague directions to a courier, to providing a precise, machine-readable GPS route with defined checkpoints. This formal approach ensures that an AI agent tasked within a Mewayz workflow—for instance, extracting invoice data from emails and populating a database—executes with predictable structure, making its output a trustworthy input for the next module in the chain.

Implications for Modular Business Systems Like Mewayz

The potential impact on business OS platforms is profound. In Mewayz, where different business functions (CRM, project management, billing) exist as interconnected modules, AI can act as the intelligent connective tissue. A formal language for LLMs would allow these AI-augmented connections to be built as robust, deployable components. A developer could, for example, write a "Kira" script that defines a customer support triage agent: specifying how to classify ticket intent, extract key entities, and format a structured JSON payload for the ticketing module. This script becomes a version-controlled, debuggable asset within the Mewayz ecosystem, not a magical incantation hidden in a prompt box. It turns AI from a creative but unreliable partner into a formalized, operational engine.

The Future: From Prompt Crafting to AI Programming

While still in early development, the concept heralds a future where "AI programming" is a distinct discipline. The goal isn't to eliminate natural language—it will always be a great starting point—but to provide a rigorous bridge between human intent and machine execution. For businesses, this means the powerful capabilities of LLMs can finally be integrated into core processes with software-grade reliability. Platforms that embrace this shift, like Mewayz, will enable their users to build not just with AI, but on top of AI, creating truly intelligent and automatable business systems where every interaction, even with a neural network, is defined with clarity and purpose.

Ready to Simplify Your Operations?

Whether you need CRM, invoicing, HR, or all 208 modules — Mewayz has you covered. 138K+ businesses already made the switch.

Get Started Free →

Mewayzを無料で試す

CRM、請求書、プロジェクト、人事などを網羅するオールインワンプラットフォーム。クレジットカードは不要です。

今日からビジネス管理をスマートに始めましょう。

6,208+社の企業が参加しています。永久無料プラン・クレジットカード不要。

これは役に立ちましたか?共有する。

実践に移す準備はできていますか?

Join 6,208+ businesses using Mewayz. Free forever plan — no credit card required.

無料トライアル開始 →

行動を起こす準備はできていますか?

今日からMewayz無料トライアルを開始

オールインワンビジネスプラットフォーム。クレジットカード不要。

無料で始める →

14日間無料トライアル · クレジットカード不要 · いつでもキャンセル可能