Skip to main content

2 posts tagged with "LLM"

Large Language Model schemas, fine-tuning datasets, and AI coding assistants.

View All Tags

Managing LLM Skills with Studio CLI

· 3 min read
Ansh Pansuriya
Main Developer of Framework M
Revant Nandgaonkar
Maintainer of Framework M

As AI coding assistants and LLM pair programmers become central to daily software development, engineering teams face a new challenge: context fragmentation. Developers prompt AI agents with conflicting assumptions about framework APIs, missing model schemas, or outdated coding conventions.

In July 2026, we introduced the m skills command group in the Framework M Studio CLI, providing a standardized workflow to discover, pull, version-control, and manage LLM Skill Definitions across multiple repositories and custom namespaces directly within your workspace.

AI-First Machine Schemas and Dify Workflows

· 3 min read
Revant Nandgaonkar
Maintainer of Framework M

Generative AI agents and LLM pair programmers are rapidly changing how business applications are built, maintained, and operated. However, most traditional web frameworks treat AI as a superficial gimmick—adding simple chat widgets while forcing agents to guess database schemas, API parameters, and form layouts.

Framework M is engineered AI-first. Studio CLI (m docs export) provides five specialized machine schema exporters under ./docs/machine/: corpus.jsonl, core.jsonl, doctypes.jsonl, ui.jsonl, and openapi.jsonl.