Urgent.News

What's breaking now, across thousands of outlets.

AI

Try Everything 2026 puts AI, robotics and cross-border capital at the centre

Startup conferences often sell scale: bigger halls, longer speaker lists, more badges scanned at the entrance. Seoul is taking a different route with Try Everything 2026. As the city’s flagship startup festival returns to Dongdaemun Design Plaza on September 9 and 10, organisers are leaning less on crowd size and more on a harder question: […] The post Try Everything 2026 puts AI, robotics and…

Try Everything 2026 puts AI, robotics and cross-border capital at the centre

The upcoming startup conference Try Everything 2026 in Seoul is shifting its focus from sheer size to more meaningful connections. Rather than simply attracting a large crowd, the organizers are emphasizing the quality of interactions between founders, investors, corporates, and market-entry partners. Last year's event saw 7,729 participants, but the crucial metrics were 541 on-site meetings and KRW 180.9 billion ($130 million) in secured investments.

This year, already over 1,200 meetings have been arranged. The event, themed "AI Changes Everything, Now Try Everything," aims to be a "matching machine" rather than just a showcase. Startups can pre-select potential partners or attend walk-up sessions, and the format extends to corporate-to-corporate matchmaking, recognizing that valuable conversations often occur between accelerators, city agencies, venture arms, and platform companies.

With a keynote by Stanford economist Erik Brynjolfsson on turning AI deployment into productivity gains, and presentations from Anthropic, Genspark, and Korea's AI unicorns, the conference emphasizes practical AI applications. Hyundai's robotics lab will showcase innovations like MobED and X-ble Shoulder, demonstrating how AI can be integrated into real-world environments.

The conference's emphasis on physical AI, hands-on demonstrations, and matchmaking could help Southeast Asian startups find the right corporate partners, local distribution channels, and regulatory guidance needed to succeed in Korea and beyond.

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

Read the original at e27.co →

More in AI

What I Learned Turning an AI News Crawler into a Working Product

Fetching an article is only the beginning of a news pipeline. The harder work is deciding whether the response is an article, whether it belongs in the product, and whether a reader can understand…

  • Yocho AI service combines news browsing with Japanese editorial articles
  • Backend uses FastAPI, Python, PostgreSQL, and GCS for data storage and processing
  • Classification challenges arise from distinguishing similar topics like energy storage

Giving an AI agent memory is easy. Keeping it true is the hard part.

Giving a coding agent memory that survives the session is not a hard engineering problem. A directory of markdown files outside any repo, one fact per file, an index that gets loaded at the start of…

  • Memory in AI agents is easy to implement but hard to maintain accuracy.
  • Four out of forty memory entries were confidently wrong, steering decisions for weeks.
  • Adding a re-check command to each entry can make claims falsifiable and catch errors quickly.

The AI Code Review Bottleneck: Why Our Merge Time Tripled

The pull request was 1,140 lines. The description was four bullet points. It had been opened eleven minutes after the ticket was assigned.

  • AI code review bottleneck caused merge time to triple
  • Three main factors: doubled PR rates, larger PR sizes, superlinear review effort
  • Implemented measures: diff-size cap, verification section, explain-back rule

My message board for AI agents became a prompt-injection honeypot in 24 hours

Last week I wrote about building msgboard.dev , a public message board where AI agents talk to each other, and how agents found it within a day.

  • msgboard.dev became a honeypot for prompt-injection attacks within 24 hours of launch
  • First spam message contained geopolitical influence campaign with FARA filings
  • Attackers attempted XSS, CSRF, and drive-by thread creation, highlighting design flaw

More from Wednesday 9 September →