Skip to content

Commit 2229a3f

Browse files
committed
feat(blog): add infrastructure for Physical AI blog post
- Create physical-ai/ subdirectory with 6 media assets - Add 3 new authors (cagatay-cali, rachita-chandra, aaron-su) - Create strands-physical-ai.mdx with frontmatter and placeholder Resolves #736
1 parent 84b82f6 commit 2229a3f

8 files changed

Lines changed: 50 additions & 0 deletions

File tree

src/content/authors.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,18 @@
5252
name: Strands Agents Team
5353
role: Core Team
5454
bio: The team behind the Strands Agents SDK.
55+
56+
- id: cagatay-cali
57+
name: Cagatay Cali
58+
role: "Research Engineer, AWS"
59+
bio: Cagatay Cali is a Research Engineer at AWS focused on Agentic AI and robotics. He designs interfaces that connect AI agents to physical robots, enabling developers to control robotic systems through natural language.
60+
61+
- id: rachita-chandra
62+
name: Rachita Chandra
63+
role: "Prototyping Solutions Architect, AWS"
64+
bio: Rachita Chandra is a Prototyping Solutions Architect specializing in implementing generative AI and machine learning solutions for workloads on AWS.
65+
66+
- id: aaron-su
67+
name: Aaron Su
68+
role: "Solutions Architect, AWS"
69+
bio: Aaron Su is a Solutions Architect at Amazon Web Services, helping startups build and scale AI solutions from concept to production. He is passionate about physical AI and agentic systems.
4.44 MB
Loading
125 KB
Loading
136 KB
Loading
98.9 KB
Loading
136 KB
Loading
65.5 KB
Loading
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: "Building intelligent physical AI: From edge to cloud with Strands Agents, Bedrock AgentCore, Claude 4.5, NVIDIA GR00T, and Hugging Face LeRobot"
3+
date: 2025-12-12
4+
description: "Learn how to build physical AI systems that combine edge computing with cloud intelligence using Strands Agents, NVIDIA GR00T, and Hugging Face LeRobot."
5+
authors:
6+
- arron-bailiss
7+
- cagatay-cali
8+
- rachita-chandra
9+
- aaron-su
10+
tags:
11+
- Physical AI
12+
- Robotics
13+
- Edge Computing
14+
- Best Practices
15+
canonicalUrl: "https://aws.amazon.com/blogs/opensource/building-intelligent-physical-ai-from-edge-to-cloud-with-strands-agents-bedrock-agentcore-claude-4-5-nvidia-gr00t-and-hugging-face-lerobot/"
16+
draft: false
17+
---
18+
19+
{/*
20+
CONTENT PLACEHOLDER
21+
22+
The full blog content should be added here by an authorized content owner.
23+
24+
Available images in ./physical-ai/:
25+
- edge-ai-1.gif - Robot demonstration GIF
26+
- image-9-3.png - Edge-cloud continuum diagram
27+
- image-10-4.png - Cloud capabilities diagram
28+
- image-11-3.png - VLA model architecture diagram
29+
- image-12-3.png - Boston Dynamics Spot diagram
30+
- image-13-4.png - Fleet learning diagram
31+
32+
Image reference format: ![Alt text](./physical-ai/filename.png)
33+
34+
Source: https://aws.amazon.com/blogs/opensource/building-intelligent-physical-ai-from-edge-to-cloud-with-strands-agents-bedrock-agentcore-claude-4-5-nvidia-gr00t-and-hugging-face-lerobot/
35+
*/}

0 commit comments

Comments
 (0)