Notifications
Clear all
DeepSeek Chat Reviews
1
Posts
1
Users
0
Reactions
0
Views
Topic starter
27/07/2026 1:17 am
Just realized DeepSeek Chat can return JSON if you ask it to. Trying to parse AI text outputs for my scripts was getting messy.
So you can literally just prompt: "Output your answer as a JSON object with the following keys: summary, estimated_cost, security_considerations." It works! I'm using it for basic AWS resource summaries now. Anyone else using this for cloud ops stuff? Maybe for Terraform planning outputs?
Still learning