- Alphawise
- Posts
- 2024-12-23
2024-12-23
Groq is like ChatGPT, Meta Motivo & Robotics Humanoid Control

A technical AI newsletter - written with an entrepreneurial spirit for builders
Welcome to your daily newsletter on AI
What have we got for you today?
Grok - A quick overview
Meta Motivo - Humanoid control
Tutorial with Microsoft AI Orchestrator
We are 100% free!
And with your support, we create more FREE content!
Please share with a friend, or 10!
šÆ RELEASES šÆ
Bringing insights into the latest trends and breakthroughs in AI
Groq
A quick overview
Synopsis
Yesterday, We looked at LangChainās report on The State of AI in 2024 where we say that Groq was listed as #4 in the Top 10 LLM providers. Groq also has its Appgen suite, a tool to build micro apps. So today, letās look at what Groq has to offer.
Core Observations
The Groq Cloud Developer Console offers documentation, quickstart guides, and an API cookbook with code examples and tutorials to jumpstart your development process
Studio or Chat: You can choose to use it as a regular user (like ChatGPT) or dive into its advanced features.
API Keys: $25 of free credits until the end of 2024
Community: strong community of builders for discussion on advanced usage.
Model Compatibility: supports OpenAI models, Llama (Meta, up to 128k context), Gemma (Google, 8k context), Mixtral (32k context), and Whisper (OpenAI, scalable language processing). Also, the āview codeā is amazing.
Parameters: typical parameters like temperature (0=deterministic 2=creative), max tokens (depends on model), stream (tests a constant stream like API mode), json mode for outputs, and more.
Broader Context
With ChatGPT and Google releasing many features, Groq has followed the same pattern. Groq offers its developer studio, similar to Google which streamlines development for builders. If you use Groq2 on X, itās 100% free!
Meta
Meta Motivo: Meta FAIRās Game-Changing AI Model for Complex Humanoid Control
Synopsis
Meta FAIR recently introduced Meta Motivo, a groundbreaking Behavioral Foundation Model designed to control virtual physics-based humanoid agents in executing complex, whole-body tasks. This model is interesting for applications in robotics, animation, and virtual simulations. It holds the potential to redefine how humanoid agents perform dynamic, human-like actions with precision and adaptability.
Core Observations
As a behavioral foundation model, Meta Motivo is designed to generalise across various tasks, offering broad usability in industries like gaming, virtual reality, and robotics.
Zero-Shot Control Capability:
enables humanoid agents to perform complex, full-body tasks without requiring specific task training.Physics-Based Whole-Body Coordination:
The model excels in controlling humanoid agents grounded in virtual physics, making them capable of realistic and synchronised movements in simulated environments.Open-Source Access:
Open source and available on GitHub with a Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) License. This means that you cannot use it for commercial purposes, professional or research.
Broader Context
Meta Motivo addresses one of the most challenging aspects of humanoid robotics translating high-level behaviors into realistic, physics-based actions. We saw earlier this week A Glimpse at the Future of Robotics and AI where Google announced a partnership with a robotics company Apptronik - among other efforts mentioned. Many people have been claiming that AGI (artificial general intelligence) has been reached in 2024, but can chatGPT open a door? Our opinion here is that AGI has not been reached, and until it can interact with the world, open doors like these cats, then weāve still got a long ways to go. Hey AI, can you catch me a fish? (and the answer is no). So, these efforts - the leading edge of research - aim to bridge that gap.
Trending
āļø BUILDERS BYTES āļø
Informing builders of latest technologies and how to use them
Microsoft AI Orchestrator
What will you learn today?
Learn how to build AI-powered agents for autonomous cloud management using Microsoft's AI Ops Lab framework. We'll explore how these agents optimise operations, automate decision-making, and improve reliability in cloud systems.
Key Takeaways
Task Based: APIs are a set of documented tools, e.g., get logs, get metrics, and exec shell, designed to help the agent solve a task
Scale-Up: orchestrator has privileged access to the deployment and can take arbitrary actions (e.g., scale-up, redeploy) using appropriate tools (e.g., helm, kubectl) to resolve problems on behalf of the agent
Control: orchestrator calls workload and fault generators to create service disruptions, which serve as live benchmark problems.
from aiopslab import Orchestrator
class Agent:
def __init__(self, prob, instructs, apis):
self.prompt = self.set_prompt(prob, instructs, apis)
self.llm = GPT4()
async def get_action(self, state: str) -> str:
return self.llm.generate(self.prompt + state)
#initialize the orchestrator
orch = Orchestrator()
pid = "misconfig_app_hotel_res-mitigation-1"
prob_desc, instructs, apis = orch.init_problem(pid)
#register and evaluate the agent
agent = Agent(prob_desc, instructs, apis)
orch.register_agent(agent, name="myAgent")
asyncio.run(orch.start_problem(max_steps=10))
Trending
An AI App that Pay parking tickets - great look at AI Agents
Normalization techniques for LLM- Combining Pre-LN and Post-LN (code, paper)
𤩠COMMUNITY š¤©
Cultivating curiosity with latest in professional development
Talks & Events
THANK YOU
Our Mission at AlphaWise
AlphaWise strives to cultivate a vibrant and informed community of AI enthusiasts, developers, and researchers. Our goal is to share valuable insights into AI, academic research, and software that brings it to life. We focus on bringing you the most relevant content, from groundbreaking research and technical articles to expert opinions to curated community resources.
Looking to connect with us?
We actively seek to get involved in community with events, talks, and activities. Email us at [email protected]