Загрузка видео...

Не удалось загрузить видео

На главную

Revolutionizing Move Programming with OpenLedger In this demo, we showcase how Move datasets contributed by data providers to OpenLedger’s datanets are used to fine-tune specialized models with LoRA fine-tuning. As seen in the video, we showcase an example on how builders can deploy a Move-specialized model that powers Co-pilot...

61,662 просмотров • 1 год назад •via X (Twitter)

Комментарии: 9

Фото профиля rushi
rushi1 год назад

AI MOVE

Фото профиля UserInterface
UserInterface2 лет назад

How to Make Sales on UserInterface Freelance Marketplace #freelance

Фото профиля Gorilla Furkan | Integrated 🦍⚡️
Gorilla Furkan | Integrated 🦍⚡️1 год назад

@rushimanche GMOVE

Фото профиля TOP SIGNAL🔝
TOP SIGNAL🔝1 год назад

"OpenLedger's LoRA fine-tuning demo is a glimpse into how blockchain can decentralize AI training. Data integrity meets scalability—AI's future is trustless."

Фото профиля dekompoza_Ng🪀⛽️
dekompoza_Ng🪀⛽️1 год назад

We know it’s all about #Openledger

Фото профиля Chopin Frédéric
Chopin Frédéric1 год назад

This whole video doesn't show a single line of generated move code. Just a scam ...

Фото профиля Novastro | RWA L2
Novastro | RWA L21 год назад

AI on MOVE

Фото профиля KRMC | SUPRA
KRMC | SUPRA1 год назад

GN #openledger #opnup.

Фото профиля Tameryus | INTEGRATED 🦍 ⚡
Tameryus | INTEGRATED 🦍 ⚡1 год назад

AI MOVE

Похожие видео

Small Language Models (SML) are the future of AI. "Small" (SML) instead of "Large" (LLM). These small models are highly specialized models with superhuman abilities on specific tasks. Here are two techniques to build these models: • Spectrum • Model Merging I give you a short introduction in the attached video, but here is a quick summary: Spectrum helps us identify the most relevant layers to solve one specific task. We can ignore everything else and focus on fine-tuning these layers. Using Spectrum, we can fine-tune models in a heartbeat. Model Merging combines multiple models into a unique, much better model than any of the individual input models. You can also combine models specialized in different tasks and get a model with multiple abilities. This is the state of the art of productizing models. It's what Arcee.ai's platform does behind the scenes. Arcee collaborated with me on this post and is sponsoring it. There are three main steps to produce a model for your particular use case: 1. You create a dataset by uploading your data. 2. You train a model. At this step, Arcee uses Spectrum and Model Merging to produce a highly specialized model for your task. 3. You can deploy that model to any environment you want. Three important notes: • Training process is 2x faster and 2x cheaper than regular fine-tuning. • Resultant models are smaller and have higher accuracy. • They create these specialized models from open-source models. Check this site so you can fully appreciate how this works: If you want to fine-tune an open-source model, consider Arcee's platform. This is the state of the art.

Santiago

164,162 просмотров • 2 лет назад

OpenLedger X Morpheus The partnership of openledger with Morpheus enables Use Morpheus to build "The Autonomous Smart Contract Engineer" on top of OpenLedger. What is Morpheus? Morpheus is a Web3-native AI coding agent that turns natural language into executable smart contracts and full-stack dApps. It is powered by a specialized Solidity model built on top of OpenLedger, tailored for the unique demands of secure and efficient onchain development. It goes beyond code generation. Using fine-tuned models, agent-based architecture, and modular plugin support, Morpheus automates the entire development pipeline-from writing and simulating contracts to deploying and maintaining them. Its mission is to reduce the barrier to dApp creation while enabling autonomous agents and individuals to participate in decentralized economies. Why OpenLedger? The rise of AI agents in Web3 raises urgent questions around transparency, attribution, explainability, and contributor incentives. OpenLedger provides the infrastructure to ensure that contributor data used in model outputs is recorded with verifiable attribution. Through Proof of Attribution, contributors-whether they provide prompts, datasets, or logic refinements-can receive credit and rewards when their work influences model behavior. But attribution alone isn’t enough. In critical domains like smart contract deployment, DeFi automation, and DAO governance, understanding why a model made a decision is just as important as the output itself. OpenLedger supports explainability by linking outputs back to their original data sources-allowing developers and auditors to trace logic, validate decisions, and build trust in AI-powered systems. OpenLedger supports Morpheus by: Recording which data was used in generating model outputs Enabling verifiable attribution of contributed datasets Powering reward mechanisms for contributors Offering scalable and efficient model execution via OpenLoRA Supporting transparency and traceability in model decision-making This creates an open, rewardable foundation for AI-driven coding-without relying on opaque systems. How is the system built? The Morpheus architecture has three layers: Datanet Layer OpenLedger powers Morpheus with a specialized Datanet - a decentralized data layer where developers, auditors, and contributors can share smart contract patterns, audit logs, exploit reports, and logic modules. Each submission is recorded onchain with attribution using OpenLedger’s Proof of Attribution. As the model learns and evolves from this data, contributors receive rewards proportional to their impact on future outputs. The Morpheus architecture has two layers: Intent Layer Users describe what they want to build. Example: "Create a token with tax logic that routes to a DAO." Morpheus parses the instruction, retrieves relevant contract types, and plans a modular execution flow. Agent Layer The agent generates, tests, and assembles the contract. It handles versioning, logic validation, and deployment readiness. Security checks-reentrancy protection, overflow control, gas modeling-are embedded into the generation phase. Generated outputs are mapped to their source data using OpenLedger’s Proof of Attribution, providing traceability across the pipeline. How does the AI model work? Morpheus is being powered by a specialized Solidity model built on top of OpenLedger. This model is purpose-built to handle the nuances of smart contract logic, security, and upgradeability. Unlike generalized coding agents, it is designed specifically for EVM environments and Web3 use cases, drawing from real protocol data and security best practices. Morpheus is fine-tuned on a vertical stack of smart contract data: Audited protocol code (e.g., Uniswap V4, Compound) OpenZeppelin libraries and EIP reference implementations Smart contract vulnerability reports and exploit reconstructions Edge cases from fuzz testing and adversarial examples It uses models like CodeLlama and DeepSeek-Coder, enhanced through RAG pipelines referencing standardized security patterns and emerging protocol designs. This training stack is integrated into a continuous feedback loop, enabling real-time specialization for EVM and beyond. Why a specialized model is needed? Smart contract development is uniquely high-stakes. A generalized AI model is not enough. As 'vibe coding' and natural language programming become more common, we're seeing an influx of AI-generated code in Web3 as well. But smart contracts are not frontends or prototypes-they govern real value, enforce trustless execution, and often become immutable after deployment. Billions have been lost in Web3 due to bugs and inefficiencies: In 2022 alone, over $3.8 billion was stolen due to smart contract exploits, many of which stemmed from avoidable issues like reentrancy, integer overflows, or access control failures. Inefficient contract structures lead to unnecessary gas consumption. Optimizing for gas can reduce costs by up to 40%, saving projects millions over time. Upgradeable contract patterns, like UUPS or Transparent Proxies, require strict adherence to storage layout and initialization rules. Mistakes here often go undetected by generic models and can render a contract unupgradeable or vulnerable. A specialized Solidity model is trained on real-world exploits, EIP standards, and libraries like OpenZeppelin to: Generate secure, gas-efficient code by default Recognize and correctly implement complex proxy patterns Map user intent to modular, auditable contract architectures Incorporate battle-tested logic from audited protocols and fuzz-tested edge cases Morpheus goes beyond syntax-it understands the nuances of decentralized infrastructure and deploys code that meets production-grade standards. What applications will this enable Token creation with built-in logic (tax, liquidity, governance) DeFi automations triggered by market conditions Payment contracts between agents and contributors DAO tooling with dynamic NFT-based voting Cross-chain bridging logic tied to real-world oracles Asset issuance flows through chat-based interfaces Natural language contract templates with reusable logic Each of these flows is backed by OpenLedger’s Proof of Attribution-ensuring traceability, explainability, and fair rewards across the ecosystem. This is the future of AI-native development. Open. Attributed. Explainable. Community-powered. Morpheus and OpenLedger are building the first system for autonomous coding agents where: Contributor work is recorded onchain Reuse is incentivized through attribution Model outputs are traceable and explainable Contracts evolve through human-agent collaboration Anyone can contribute prompts, logic, or flows-and get rewarded The smart contract engineer is no longer a human-only role. It is an agentic, decentralized, and transparent process-powered by OpenLedger.

OpenLedger

46,735 просмотров • 1 год назад