this post was submitted on 15 Aug 2025
118 points (98.4% liked)

Technology

74073 readers
2679 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] flop_leash_973@lemmy.world 4 points 11 hours ago (1 children)

I tried feeding ChatGPT a Terraform codebase once and asked it to produce an architecture diagram of what the code base would deploy to AWS.

It got most of the little blocks right for the services that would get touched. But the layout and traffic direction flow between services was nonsensical.

Truth be told it did do a better job than I thought it would initially.

[–] Nighed@feddit.uk 0 points 10 hours ago (1 children)

The trick is to split up the tasks into chunks.

Ask it to identify the blocks.

Then ask it to identify the connections.

Then ask it to produce the diagram.

[–] Pumasuedeblue@sh.itjust.works 2 points 9 hours ago

Which means you just did four things to help the AI which the AI can't do itself. That makes it a tool: useful in some applications, not useful in others, and constantly requiring a human to properly utilize it.