본문으로 건너뛰기
💬

AI 커뮤니티

GeekNews, Hacker News, Dev.to, Lobste.rs, METR, TensorFlow Forum에서 AI/테크 커뮤니티 글을 모았습니다. 매일 업데이트됩니다.

마지막 업데이트: Mar 21, 09:30 PM

최신 커뮤니티 연관 기사

최신 커뮤니티 55개를 기준으로 연관도가 높은 기사 3개를 선별했습니다.

Top 3
  1. 1
    사용자의 목소리를 AI로 재현하다: LLM기반 Multi Agent UX플랫폼 개발기

    trensee 편집팀:네이버 사내 기술 교류 행사인 NAVER ENGINEERING DAY 2025(10월)에서 발표되었던 세션을 공개합니다. 해당 발표는 팀네이버 컨퍼런스 DAN25 홈페이지에서도 살펴보실 수 있습니다. 발표 내용 “사용자에 진심인 3명이 모여, Persona가 말하게 만들다” 이 세션은 잘 만든 AI 시스템을. 넘어, 디자이너·AI 리서처·개발자가 경험한…

  2. 2
    Codex 서브에이전트 136개 모음집: awesome-codex-subagents

    trensee 편집팀:Codex에 바로 붙이는 136개짜리 서브에이전트 모음, 구글이 새로 꺼낸 AI 디자인 캔버스 Stitch, 그리고 Anthropic이 내부에서 수백 개의 스킬을 운용하며 쌓은 노하우까지. 범용 AI 하나에 모든 걸 맡기는 방식에서 구조화된 에이전트 팀으로 넘어가는 흐름을 이번 주 세 가지로 정리했습니다.

  3. 3
    경험이 쌓일수록 똑똑해지는 네이버 통합검색 LLM Devops Agent

    trensee 편집팀:네이버 사내 기술 교류 행사인 NAVER ENGINEERING DAY 2025(10월)에서 발표되었던 세션을 공개합니다. 발표 내용 네이버 통합 검색에서 더 나은 장애 대응 프로세스를 위해 LLM Agent를 활용하는 방식에 대해 소개합니다. Agent 를 어떤 방식으로 구성하고 구축했는지, 어떻게 평가하고 활용하고 있는지를 자세히 소개합니다. 발표 대상…

🟠Hacker News

I turned Markdown into a protocol for generative UI

There's a lot of work happening around both generative UI and code execution for AI agents. I kept wondering: how do you bring them together into a fully featured architecture? I built a prototype: - Markdown as protocol — one stream carrying text, executable code, and data - Streaming executio

12559 commentsby FabianCarbonara
🟠Hacker News

Launch HN: Canary (YC W26) – AI QA that understands your code

Hey HN! We're Aakash and Viswesh, and we're building Canary ( https://www.runcanary.ai ). We build AI agents that read your codebase, figure out what a pull request actually changed, and generate and execute tests for every affected user workflow. Aakash and I previously built AI

5825 commentsby Visweshyc
🟠Hacker News

Show HN: Altimate Code – Open-Source Agentic Data Engineering Harness

I'm Anand, co-founder and CTO of Altimate AI. My co-founder Pradnesh and I are open-sourcing Altimate Code. AMA. Why we built this: Pradnesh and I have been building tooling for data engineers for three years: dbt Power User and Datamates vscode extensions with combined 750k+ installs, running

202 commentsby aaur0
🟠Hacker News

Ask HN: The new wave of AI agent sandboxes?

In the last couple of months, several new solutions for sandboxing AI agents have launched (microVMs, WASM runtimes, browser isolation, hardened tool containers, etc.). Curious to hear from people using them in production. Are they working as advertised, or are there still major tradeoffs around sec

114 commentsby ATechGuy
🟠Hacker News

Are AI Agents like von Hammerstein's industrious and stupid?

"I divide my officers into four classes; the clever, the lazy, the industrious, and the stupid. Each officer possesses at least two of these qualities. Those who are clever and industrious are fitted for the highest staff appointments. Use can be made of those who are stupid and lazy. The man w

95 commentsby multidude
🟠Hacker News

If you drive clock wise along the beach on an island

Is the ocean to your left or to you right? I asked this question to multiple LLM. ChatGPT: Wrong but reasoned itself back to being correct. Gemini: Correct. Grok: Using expert it got the right answer after 35s. Claude Sonnet 4.6: Confidently incorrect. Screenshots: https://imgur.com/a

75 commentsby Cookingboy
🟠Hacker News

Show HN: LiteParse, a fast open-source document parser for AI agents

LiteParse is an open-source (Apache 2.0) document parser that provides high-quality spatial text parsing with bounding boxes. It does not depend on local or frontier VLMs. Because it does not require GPUs, liteparse can be run on any machine, and process a few hundred pages of documents in seconds.

11by freezed8
🟠Hacker News

Show HN: Unsloth Studio - Local Fine-tuning, Chat UI

Hey HN! We're excited to release Unsloth Studio - a culmination of many things we wanted to provide to the community - it includes: 1. A Chat UI which has auto healing tool calling, Python & bash code execution, web search, image, docs input + more! 2. Finetuning of audio, vision, LLMs with

82 commentsby danielhanchen
🟠Hacker News

Show HN: N0x – LLM inference, agents, RAG, Python exec in browser, no back end

Built this because I was tired of every AI tool shipping my data to someone else server n0x runs the full stack LLM inference via WebGPU, autonomous ReAct agents, RAG over your own docs, sandboxed Python execution via Pyodide all inside a single browser tab. No account No keys No backend Models down

9by redhanuman
🟠Hacker News

Show HN: Dump – easily share context with AI

I wanted a very simple way to dump prompts, links, and todo lists into my claude code and codex agents. And to work outside of the context window. This works particularly well for sharing "Projects" between Claude/ChatGPT etc. It's open source here; https://github.com&#

72 commentsby vochsel
🟠Hacker News

Show HN: Agent Use Interface (AUI) – let users bring their own AI agent

As I started building AI integrations, I came to realize that for many projects, the the best agentic experience is one that simply enables the user's personal agent to take actions within your app. The existing options like MCP or A2A are quite involved and for simple apps that are already URL

62 commentsby FernandoDev
🟠Hacker News

Show HN: Syne – AI agent that remembers everything, built on PostgreSQL

I built Syne because I was tired of AI assistants that forget everything after each conversation. Syne is a self-hosted AI agent framework where memory is a first-class citizen — stored as semantic vectors in PostgreSQL, searchable across millions of entries, and persistent forever. Key features: -

71 commentsby riyogarta
🟠Hacker News

The more I work with AI (LLMs) the more disillusioned I become

Image / Video / Audio Gen. AI is absolutetly impressive but I fail to see how anyone can still believe that LLMs are going to replace every other white-collar job ... let alone lead to AGI. Its 2026 and we have yet to have a LLM complete something as simple as beating Pokemon Blue seems li

61 commentsby iRespectYui
🟠Hacker News

Show HN: QCCBot – Android in a browser tab, with AI agent control

Eight months ago I watched a friend manage three walls of phones for his cross-border e-commerce operation — charging, swapping IPs, constantly worrying about bans. I asked myself: do people actually want the boxes, or just the Android environment inside? We built QCCBot to answer that. Full Android

7by Eastra
🟠Hacker News

Sexual Harassment by Japan Railways Staff and Japan's Accessibility Barriers

Hello, my name is Hiro. I am working on a concept a platform called “Lemurian Resonance,” which visualizes unfair experiences in daily life as case cards and compiles them into a database, while also helping to heal emotional wounds through AI. While working on this concept, I encountered a serious

6by LemurianHiro
🟠Hacker News

TrustAgentAI – Cryptographic receipts for MCP tool calls (non-repudiation layer)

MCP solves connectivity between agents and tools. It doesn't solve accountability. When an AI agent calls execute_wire_transfer today, there's no cryptographic proof it happened, no proof who authorized it, and no tamper-evident record of the outcome. Editable logs and unverified timestamp

6by kirillostrovsky
🦞Lobste.rs

AI, Decomputing and the Interregnum

This paper treats AI as diagnostic for the deeper changes taking place in the existing order of things. It uses AI's alignment with both the political economy and with the dualisms that underpin it, including race, gender and anthropocentrism, to highlight the nihilistic character of the current res

5
📰GeekNews

Wayland가 리눅스 데스크탑을 10년 뒤로 되돌렸는가?

1980년대 개발된 X11의 복잡성을 대체하기 위해 등장한 Wayland는 단순한 디스플레이 프로토콜을 목표로 했으나, 17년이 지난 지금도 완성도 논란이 지속됨 전체 시장의 40~60% 수준 채택에 그치며, PipeWire 등 다른 시스템 구...

by neo
📰GeekNews

서버용 웹 기반 그래픽 인터페이스 Cockpit

웹 브라우저에서 실행되는 Linux 서버 관리용 그래픽 인터페이스로, 실제 시스템 세션과 직접 상호작용하는 경량형 관리자 도구 시스템 자원, 네트워크, 스토리지, 로그 등을 시각적으로 제어할 수 있는 대화형 관리 환경 제공

by neo
📰GeekNews

HP, 고객지원 전화에 15분 강제 대기 적용 실험 후 철회

HP가 유럽 일부 국가에서 고객지원 전화 연결 전 15분 대기시간을 강제로 적용하는 정책을 시행함 이 조치는 고객이 디지털 셀프솔브(self-solve) 채널을 더 많이 이용하도록 유도하기 위한 목적이었음 고객은 실제 대기 여부와 관계없이 15분 후...

by neo
📰GeekNews

일본의 젓가락 사용 금기 용어집

일본 식사 예절에서 젓가락 사용 시 피해야 할 행동을 정리한 용어집으로, 이러한 행위는 ‘키라이바시(kiraibashi)’라 불림 젓가락을 입보다 높이 들거나, 국물에 씻거나, 음식을 뒤적이는 등 무례하거나 금기시되는 행동이 다수 포함됨 ...

by neo
📰GeekNews

실행 중인 세션에 채널을 통해 이벤트 푸시하기

Claude Code의 Channels는 외부 시스템의 메시지나 웹훅을 실행 중인 세션으로 직접 전달해 Claude가 즉시 반응하도록 하는 기능 MCP 서버를 통해 이벤트를 주고받으며, 세션이 열려 있는 동안만 이벤트가 도착하므로 지속 실행 환경...

by neo
📰GeekNews

MacBook M5 Pro와 Qwen3.5 기반 로컬 AI 보안 시스템

Qwen3.5-9B 모델이 MacBook Pro M5에서 완전 로컬로 실행되어 GPT-5.4 대비 4포인트 낮은 93.8% 성능을 기록 96개 테스트와 15개 스위트로 구성된 HomeSec-Bench에서 도구 사용, 보안 분류, 이벤트 중복 제거...

by xguru
📰GeekNews

Noq: n0의 새로운 Rust 기반 QUIC 구현체

n0 팀이 개발한 noq는 Rust로 작성된 범용 QUIC 구현체로, 멀티패스와 NAT 트래버설을 지원 기존 iroh의 Quinn 기반 구조 한계를 해결하기 위해 독립 코드베이스로 전환해 개발됨 ...

by xguru
📰GeekNews

Cursor Composer 2는 Kimi K2.5에 RL을 적용한 모델로 확인

OpenAI base URL 조작을 통해 요청 경로에 kimi-k2p5-rl이 포함된 것이 발견되며, Composer 2가 Kimi K2.5 + 강화학습(RL) 기반임이 드러남 이전 버전에서는 차단되던 요청이 Composer 2에서는 노출되었고, 이후 즉시 차단 패치가 이...

by xguru
📰GeekNews

풀 리퀘스트는 죽었다, 풀 리퀘스트 만세

AI가 코드를 작성하는 시대에 풀 리퀘스트(PR) 리뷰 방식이 근본적으로 바뀌어야 하며, 현재의 리뷰 프로세스는 AI 코딩 워크플로우에 맞지 않음 리뷰어가 "왜 이렇게 했나?"라고 질문하면 개발자가 AI에게 다시 물어 답변을 붙여넣는 구조로, 인간이 중개인(midd...

by neo
📰GeekNews

Ghostling - Minimum Viable 터미널 에뮬레이터

libghostty C API를 기반으로 한 최소 기능의 터미널 데모로, 단일 C 파일과 Raylib 렌더링을 사용해 동작 libghostty-vt의 기능을 검증하기 위한 구조로, GPU 렌더링 대신 2D 그래픽 기반 터미널 구현을 보여줌

by xguru
📰GeekNews

OpenCode – 오픈소스 AI 코딩 에이전트

터미널, IDE, 데스크톱 환경에서 코드 작성을 지원하는 오픈소스 AI 코딩 에이전트로, macOS·Windows·Linux용 데스크톱 베타 앱을 제공 Claude, GPT, Gemini 등 다양한 모델 제공자와 연동되며, 무료 모델도 포함

by neo
📰GeekNews

척 노리스 사망: ‘워커 텍사스 레인저’ 액션 아이콘, 향년 86세

무술 챔피언이자 ‘워커, 텍사스 레인저’ 주연으로 유명한 척 노리스가 하와이에서 별세, 향년 86세 가족은 “그가 가족 곁에서 평화롭게 세상을 떠났다”고 밝혔으며, 믿음과 헌신으로 삶을 살았다고 전함 노리스는 유도, 가라테, 태권도, 탕수...

by neo
📰GeekNews

ArXiv, 코넬 대학교로부터의 독립을 선언

1991년 설립된 선구적인 논문 사전 공개 서버 ArXiv.org가 7월 1일부터 Cornell University로부터 독립한 비영리 법인으로 전환 독립을 통해 기부자 기반 확대와 기술 인력 확충을 추진하며, 연간 30만 건에 달하는 급증하는 논문 제출량...

by neo
📰GeekNews

뒤처져도 괜찮습니다, 고마워요!

암호화폐와 AI 도구 등 새로운 기술에 대한 FOMO(놓칠까 봐 두려움) 를 무기화하는 현상에 대해 "기다려도 괜찮다"고 얘기하는 글 암호화폐 초기 시절 "뒤처지고 싶지 않지?"라는 말이 회의적 태도를 무너뜨리는 교묘한 압박 수단

by neo
📰GeekNews

Windows 품질에 대한 우리의 약속

Microsoft는 사용자 피드백을 반영해 Windows 11의 품질·성능·신뢰성·완성도를 전반적으로 높이는 계획을 발표 3~4월에 Windows Insider 빌드를 통해 작업 표시줄 이동, Copilot 통합 조정, 업데이트 제어 강화 등 주요 변경을 미리보기 형태로 제공 연중...

by xguru
📰GeekNews

Tabularis - 개발자용 크로스플랫폼 DB 관리 애플리케이션

Tauri+React로 제작되어 윈/맥/리눅스 지원 MySQL/MariaDB, PostgreSQL, SQLite 지원, 다중 스키마 및 다중 데이터베이스 연결 기능 제공 빠른 성능 + 보안성 + 미려한 UI 를 중점으로 설계 트리 뷰 인터페이스로 테이블, 컬...

by xguru
📰GeekNews

Claude Code, 클라우드 기반 예약 작업 기능 추가

로컬 머신에서 클로드 코드를 실행하지 않아도 설정한 일정에 따라 자동으로 작업 수행 가능 레포지토리(단일/복수), 스케줄, 프롬프트를 지정하면 클라우드 인프라에서 Claude가 해당 작업을 반복 실행 열린 PR의 일괄 검토, 승인된 이슈 기반으로 자동...

by xguru
📰GeekNews

Apple, 인기 '바이브 코딩' 앱 업데이트를 조용히 차단

Replit, Vibecode 등 자연어 프롬프트로 앱을 만들 수 있는 바이브 코딩 앱들이 App Store 업데이트를 차단당한 상태로, Apple은 기존 App Store 규정 위반을 이유로 변경을 요구 중 Apple은 앱이 자체 기능을 변경하는 코드를 실행하는 것을 금지하는 오래된 규정...

by neo
📰GeekNews

Rust WASM 파서를 TypeScript로 다시 작성했더니 3배 빨라졌다

Rust로 작성된 WASM 파서는 구조적으로 빠르지만, JS-WASM 경계에서의 데이터 복사와 직렬화 오버헤드가 성능 병목으로 드러남 serde-wasm-bindgen을 통한 직접 객체 반환은 JSON 직렬화보다 9~29% 느렸으며, 이는 런타임 간 세밀...

by xguru
📰GeekNews

GPT-5.4로 세련된 프론트엔드 디자인하기

OpenAI가 GPT-5.4의 프론트엔드 개발 역량을 끌어올리기 위한 실전 프롬프팅 기법과 디자인 가이드를 공개 이미지 이해력, 기능 완성도, 컴퓨터 사용(Computer Use) 능력이 핵심 개선 축으로, 이전 모델 대비 시각적으로 세련되고 야심찬 결과물 생성 가능

by neo

데이터 출처

GeekNews, Hacker News, Dev.to, Lobste.rs, METR, TensorFlow Forum의 공개 API/JSON/RSS를 기반으로 커뮤니티 글을 수집합니다. 콘텐츠 저작권은 원작자에게 있습니다.