AWS Machine Learning
·
13 hours ago
● 3 sources
Amazon and NVIDIA combined Amazon Quick with NVIDIA NeMo Agent Toolkit to build a system where supply-chain planners can diagnose disruptions and receive mitigation recommendations through a conversational interface. The solution uses NeMo Agent Toolkit to orchestrate backend workflows that investigate purchase orders, inventory, customer impact, contracts, and logistics options, then returns ranked recommendations to the planner in Amazon Quick. This architecture lets teams automate decision workflows for supply-chain problems without requiring manual investigation of every disruption.
TLDR Dev
·
19 hours ago
AI coding agents are disrupting software engineering team collaboration by accelerating individual code production faster than teams can handle product requirements and code reviews. Engineers are bypassing design discussions with colleagues to chat directly with AI agents, product managers lack equivalent productivity gains causing requirement backlogs to empty, and code review capacity has become the new bottleneck as teams struggle to maintain quality gates and knowledge sharing. Teams must evolve new practices that preserve collaboration and collective expertise rather than treating all team processes as friction to eliminate.
TLDR Dev
·
19 hours ago
A developer shows how to reduce AI token costs by replacing skills-based agent workflows with swamp workflows, cutting token usage 8x and runtime in half for a code review task. The Garfield code review skill used 4.5 million tokens across 23 sub-agents in 12 minutes, while the swamp version used 500 thousand tokens across 3 agents in 6.5 minutes. By moving coordination logic into deterministic code and using LLMs only where their intelligence adds value, developers can build more efficient agent systems.
TLDR
·
20 hours ago
Anthropic describes a six-step methodology for using Claude Code to automate large-scale code migrations between programming languages, involving creating translation rules, stress-testing with mini-migrations, translating files with multi-agent loops, and validating behavior against test suites. The process was validated on migrations including 1,448 Zig files to Rust and a Python-to-TypeScript port, with adversarial reviewers catching systemic issues and rewritten rules preventing repeated mistakes. Teams can now migrate codebases systematically by establishing judges before starting, using agents for parallel work, and treating compiler output and test failures as mechanical sources of truth rather than requiring manual fixes.