Search results for Claude API
AI & Enterprise
Reporters who asked what a terminal was become builders in 4 weeks by trying vibe coding
Seven journalists gathered in Seoul on March 17 to present mini projects built over four weeks at a runnerthon run by vibe-coding startup Popup Studio. Most had never opened a terminal. Using natural-language prompts, they created tools including a card-news generator, a health app and a Telegram bot that sends procurement award results from 22 agencies under the Ministry of Science and ICT. The session stressed structured context engineering and document-based coding.
AI & Enterprise
When will Anthropic appoint head of Korea branch?
Anthropic Korea remains without a branch head eight months after its launch, despite earlier expectations that an appointment would be made late last year or early this year. The company said it is continuing the selection process but gave no details. Anthropic has hired staff focused on startup and developer communities, launched events and is recruiting for roles in Seoul. It is also discussing cooperation with the South Korean government.
AI & Enterprise
Tried n8n workflow automation tool to build an AI bot
A reporter tested n8n, a workflow tool that connects prebuilt nodes to automate repetitive tasks and can insert AI models for judgement-based steps. The project built a Telegram bot to summarise Procurement Service notices from the Nara Market system. The workflow ran on a schedule, polled the API, cleaned JSON fields with JavaScript, called Anthropic’s Claude via HTTP, and sent formatted summaries. The reporter said n8n keeps AI within user-designed flows rather than agent-style execution.