Skip to content

feat(blog): add Physical AI blog post#739

Merged
Unshure merged 6 commits intomainfrom
agent-tasks/736
Apr 9, 2026
Merged

feat(blog): add Physical AI blog post#739
Unshure merged 6 commits intomainfrom
agent-tasks/736

Conversation

@Unshure
Copy link
Copy Markdown
Member

@Unshure Unshure commented Apr 3, 2026

Summary

Adds the "Building intelligent physical AI: From edge to cloud" blog post to the Strands documentation blog section, republished from the AWS Open Source Blog with proper canonical URL attribution.

Changes

  • New directory: src/content/blog/physical-ai/ with 6 media assets (1 GIF, 5 PNGs)
  • Authors: Added 3 new authors to authors.yaml: cagatay-cali, rachita-chandra, aaron-su
  • Blog post: Created src/content/blog/strands-physical-ai.mdx with full content, local image references, and Python syntax-highlighted code blocks
  • Internal links: Converted all strandsagents.com documentation URLs to internal relative paths (e.g., /docs/user-guide/concepts/multi-agent/agents-as-tools/) matching the pattern used by existing blog posts

Content sections

  • Introduction to physical AI and edge-cloud architecture
  • The edge-cloud continuum (System 1 vs System 2 thinking)
  • Progressive code journey: Ollama on edge → visual understanding → sensor integration → VLA models (NVIDIA GR00T) → SDK control (Boston Dynamics Spot) → edge-cloud bridging
  • Fleet learning with AgentCore Memory and Observability
  • Resource links

Resolves #736

- 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
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 3, 2026

Documentation Preview Ready

Your documentation preview has been successfully deployed!

Preview URL: https://d3ehv1nix5p99z.cloudfront.net/pr-cms-739/docs/user-guide/quickstart/overview/

Updated at: 2026-04-09T14:17:52.945Z

@Unshure
Copy link
Copy Markdown
Member Author

Unshure commented Apr 3, 2026

/strands can you copy the blog content yourself?

@Unshure
Copy link
Copy Markdown
Member Author

Unshure commented Apr 6, 2026

/strands can you fix the links in the blog post that point to other pages on the docs page? They should follow this pattern when linking to another page on the docs site: Hooks

Convert 6 external strandsagents.com documentation links to internal
relative paths following the /docs/... pattern used by other blog posts:
- bidirectional streaming quickstart
- steering (plugins/steering, not experimental/steering)
- Ollama provider
- llama.cpp provider
- agents-as-tools
- Strands Agents homepage
@github-actions github-actions Bot changed the title feat(blog): add infrastructure for Physical AI blog post feat(blog): add Physical AI blog post Apr 6, 2026
@Unshure Unshure closed this Apr 6, 2026
@Unshure Unshure reopened this Apr 6, 2026
@Unshure
Copy link
Copy Markdown
Member Author

Unshure commented Apr 7, 2026

/strands Can you update the links like referenced in the open comment?

Convert 2 external AWS blog URLs that have local equivalents to
internal paths following the /blog/<slug>/ pattern:
- introducing-strands-agents
- strands-agents-model-driven-approach

Remaining external AWS blog URLs (version 1.0, Bedrock AgentCore,
Claude Sonnet 4.5, embodied AI series) have no local equivalents
and correctly remain as external links.
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 8, 2026

Assessment: Approve

The previous review's cross-blog link issue has been fixed correctly. After a fresh pass over the updated state, the PR looks good to merge.

Review Details

Verified:

  • All 5 internal /docs/ links resolve to valid pages
  • Both internal /blog/ cross-references (introduced in ebdcfa4) resolve correctly
  • All 6 media assets present and properly referenced with alt text
  • 3 new authors correctly added to authors.yaml
  • Frontmatter (canonicalUrl, date, tags, draft) matches existing blog patterns
  • Code blocks have proper syntax highlighting
  • No remaining strandsagents.com links to convert
  • No MDX parsing issues (all curly braces are inside code fences)

Open suggestion from prior review (non-blocking): The 4.5MB GIF (edge-ai-1.gif) could be optimized for page load — compressing or converting to video format would help, but there is precedent for large assets in the repo.

Clean republication that meets all acceptance criteria in #736.

@Unshure
Copy link
Copy Markdown
Member Author

Unshure commented Apr 8, 2026

/strands can you fix these two links? They have been moved under the python directory in this repo:

The strands-agents/samples repo restructured: the edge sample moved
from 06-edge/1-strands-spot-agent to python/08-edge/strands-spot-agent.
Updated both occurrences (lines 27 and 29).
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 8, 2026

Fixed the two broken Spot agent links in commit 2e6744a. The strands-agents/samples repo restructured its directories — the sample moved from 06-edge/1-strands-spot-agent to python/08-edge/strands-spot-agent. Both occurrences (lines 27 and 29) are now updated.

@awsarron
Copy link
Copy Markdown
Member

awsarron commented Apr 9, 2026

/strands change the Robots class links throughout from https://github.com/cagataycali/strands-robots to https://github.com/strands-labs/robots

…bots

Replace cagataycali/strands-robots with strands-labs/robots in both
occurrences (lines 143 and 316).
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 9, 2026

Assessment: Approve

All previous review items have been addressed. The latest changes (Spot agent link fix, robots class URL update to strands-labs/robots) are confirmed correct. No new issues found.

Verification Summary
  • ✅ All 5 internal /docs/ links resolve to valid pages
  • ✅ Both internal /blog/ cross-references resolve correctly
  • ✅ Robots class links updated to strands-labs/robots (lines 143, 316) — verified live (HTTP 200)
  • ✅ Spot agent links updated to python/08-edge/strands-spot-agent (lines 27, 29)
  • ✅ Remaining cagataycali/strands-mlx link on line 56 is for a different project — correctly left as-is
  • ✅ All 6 media assets present and referenced with alt text
  • ✅ 3 new authors correctly added to authors.yaml; all 4 frontmatter author IDs match
  • ✅ No strandsagents.com links remaining
  • ✅ canonicalUrl, code syntax highlighting, MDX parsing all clean

PR cleanly meets all acceptance criteria in #736.

@Unshure Unshure merged commit b2a12a7 into main Apr 9, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[NEW CONTENT] Strands Physical AI

4 participants