Back to Freecodecamp

Task 44

curriculum/challenges/english/blocks/learn-how-to-discuss-tech-trends-and-updates/66389a37bc8a4b5539eab451.md

latest1.9 KB
Original Source
<!-- (Audio) Bob: Sarah, I'm hearing a lot about AI in programming these days, but I don't know how to use it. Any ideas? -->

--description--

Please answer the question below.

--questions--

--text--

What kind of ideas does Bob need from Sarah?

--answers--

Ideas for new AI research topics

--feedback--

Bob is looking for practical advice on using AI in programming, not necessarily new research topics.


Suggestions on AI tools for advanced developers

--feedback--

Bob's question implies he's a beginner in using AI, so he likely needs more basic guidance rather than advanced tools.


General information about what AI is

--feedback--

While general information could be useful, Bob specifically asks for ideas on how to use AI, which suggests a need for more applied guidance.


Practical advice on how to start using AI in his programming projects

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company2-parking.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 5.66
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.56,
      "dialogue": {
        "text": "Sarah, I'm hearing a lot about AI in programming these days,",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 4.6,
      "finishTime": 6.66,
      "dialogue": {
        "text": "but I don't know how to use it. Any ideas?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 7.16
    }
  ]
}