Today's selected cutting-edge AI information, welcome to read 👇
📊 Anthropic launches Message Batches API, supporting asynchronous processing of large query volumes at lower cost.
🎵 UniMuMo: Multimodal model capable of unified generation of text, music, and motion, achieving cross-modal output.
💻 gptme: Powerful open-source terminal AI assistant, supporting various local operations and mainstream LLM providers.
🔍 Luxirty Search: Distinctive open-source search engine based on Google, blocking content farms, ad-free and tracking-free.
📚 "Linux From Scratch" Chinese version: Free e-book teaching you to build your own Linux system from scratch.
Cutting-edge News
1. Anthropic launches new Message Batches API.
Allows developers to process batch tasks of up to 10,000 queries asynchronously, completing processing for each batch within 24 hours, at a cost 50% lower than standard API calls.
Detailed introduction: https://www.anthropic.com/news/message-batches-api
The public beta version of this API is now available, supporting Claude 3.5 Sonnet, Claude 3 Opus, and Claude 3 Haiku models.
Cutting-edge Technology
1. Interesting, a multimodal model unifying text, music, and motion generation: UniMuMo.
Capable of generating music with accompanying dance movements based on text, accepting text, music, and motion data as input conditions to produce output spanning these three modalities.
Detailed introduction: https://hanyangclarence.github.io/unimumo_demo/
GitHub: https://github.com/hanyangclarence/UniMuMo
In simple terms, it can understand text, interpret music, and choreograph dances. It can generate actions based on text + music, or generate music based on text + actions, etc.
Open Source Projects
1. A powerful open-source terminal AI assistant: gptme.
Once installed, you can execute local code, read and write files, search and browse web pages, and perform visual recognition operations in the terminal.
GitHub: https://github.com/ErikBjare/gptme
Additionally, it supports current mainstream LLM providers such as OpenAI, Anthropic, and OpenRouter, and can also use llama.cpp to provide services locally.
2. A distinctive open-source search engine: Luxirty Search.
Based on Google, it blocks content farms and features no ads, no tracking, clean, concise, and fast characteristics.
GitHub: https://github.com/KoriIku/luxirty-search
Feature highlights:
- Built-in content farm blocking, including CSDN and other SEO sites, and Stack Overflow Chinese translation sites.
- One-click boost of search weight for GitHub, Stack Overflow, V2EX, and CNBlogs, without the need to manually input site:.
- One-click search for v2ex, Reddit.
- Built-in ad blocking and tracking link removal.
Open Source Books
2. A free-to-read book: "Linux From Scratch" Chinese translation version.
This book not only teaches you how to use Linux but also guides you in building your own Linux system and deeply understanding how Linux works.
Read online: https://lfs.xry111.site/zh_CN/12.2/index.html
Main core concepts:
- Building from scratch: Guides you in building the entire system from source code, providing a deep understanding of Linux's internal workings;
- Learning and customization: Learn about all aspects of the Linux system during the building process, while customizing the system according to personal needs;
- Complete control: Through hands-on building, gain thorough knowledge of every component of the system;
- Resource optimization: Allows creation of streamlined Linux systems, such as bootable CDs, USB boot drives, and embedded systems;
- Enhanced security: Building from source provides an opportunity to review all code, enabling faster application of security patches;
- Practical learning: Through hands-on practice, although the process is complex, you gain a profound understanding and practical experience of the Linux system.