Urgent.News

What's breaking now, across thousands of outlets.

AI

CJ OliveNetworks hosts AI tech challenge for healthy eating

CJ OliveNetworks, the IT services affiliate of CJ Group, said it hosted "Girls Can Do IT 2026" Thursday. The event was an intensive AI hackathon where 30 middle school girls collaborated under tight deadlines to turn data analysis and generative AI into real-world healthy eating solutions and actual dishes. The program, run in partnership with the CJ Foundation, the group's philanthropic arm,…

CJ OliveNetworks hosts AI tech challenge for healthy eating

CJ OliveNetworks, a subsidiary of CJ Group's IT services, hosted the Girls Can Do IT 2026 artificial intelligence hackathon on Thursday. Thirty middle school girls from nine Seoul-area youth centers, affiliated with the CJ Foundation's mentoring network, participated in the intensive event. Over the course of the challenge, the students collaborated under tight deadlines to develop practical solutions for healthy eating using data analysis and generative AI technologies.

This year's edition marked a shift in focus, with a new curriculum centered around nutrition and healthy eating. The program, part of the CJ Foundation's philanthropic efforts, aims to foster students' understanding of AI and inspire them to explore digital career paths. Since its inception in 2015, CJ Olivenetworks' CJ AX Creative Camp has been dedicated to addressing the digital education gap through employee-driven AI and software education initiatives.

Written by urgent.news from The Korea Times's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Also reported by 1 other outlet

Read the original at koreatimes.co.kr →

More in AI

Should Your Prompt Store Pick Your Model

Langfuse with Microsoft.Extensions.AI has an appealing story: update prompts without redeploying. A prompt fetches its config blob—model, tokens, temperature—which the code passes straight to the LLM. It works.

  • Current setup couples prompt config with model selection, causing problems.
  • Prompt config is optional JSON, lacks schema enforcement, may cause live issues.
  • Separating prompt config from model selection offers cleaner, safer solution.

More from Thursday 27 August →