본문으로 건너뛰기

IT News

IT 뉴스 모아보기

How I built ZeroAudit — AI-powered SOC 2 compliance automation with AWS DynamoDB and Vercel

dev.to/nextjs · 2026년 6월 25일

SOC 2 Type II audits are painful. Auditors want evidence for 42 controls — who has access, are vulnerabilities patched on time, does every deployment go through review. Normally you pay a consultant $

원문 보기

I built an open-source Local RAG & Markdown Extractor because AIs kept choking on my Data Analytics files

dev.to/nextjs · 2026년 6월 25일

I’m taking the Google Data Analytics course right now, which means constantly feeding massive PDFs, huge CSVs, and long documents into LLMs. Almost every tool I tried either lost context, crashed, or

원문 보기

Teaching agents product design at Vercel

Vercel Blog · 2026년 6월 25일

Coding agents can produce working UI fast, but what's harder is a different shape. They can copy your product's style, match its patterns, and try to follow its conventions. What they cannot do is und

원문 보기

AI SDK 7 is now available

Vercel Blog · 2026년 6월 25일

AI SDK 7 is a major release for building production agents in TypeScript. The SDK has grown from model calls and chat primitives into a broader agent platform for developing, running, integrating, and

원문 보기

Deep Agents and OpenCode are now available in the AI SDK Harness

Vercel Blog · 2026년 6월 25일

The lets you run established coding-agent runtimes through one unified interface, so you can switch runtimes without changing your application code. Today we're adding two new adapters, Deep Agents a

원문 보기

Vercel Flags no longer requires SDK Keys for Vercel deployments

Vercel Blog · 2026년 6월 24일

New projects using Vercel Flags no longer need to configure SDK Keys or the environment variable when evaluating flags inside a Vercel deployment. At runtime, the Vercel adapter automatically receive

원문 보기

Pro teams can now run up to 500 concurrent builds

Vercel Blog · 2026년 6월 24일

Pro teams can run up to 500 concurrent builds, up from 12. Teams with large repos can ship faster without waiting on queued builds. On-demand concurrent builds are enabled by default for Pro and Enter

원문 보기

GLM 5.2 Fast via Wafer now available on AI Gateway

Vercel Blog · 2026년 6월 24일

GLM 5.2 Fast via Wafer is now available on .AI Gateway Based on our own benchmarking across small-context, large-context, and tool-call scenarios, Wafer delivers a 2x higher throughput than other prov

원문 보기

Deploy Node servers with zero configuration

Vercel Blog · 2026년 6월 23일

You can now deploy a to Vercel with zero configuration.Node.js server Vercel detects a file at the project root or at and deploys it as a Node.js application, in addition to existing zero-configura

원문 보기

Preserve local environment variables when linking with the Vercel CLI

Vercel Blog · 2026년 6월 23일

The Vercel CLI now preserves your file when running . Previously, linking could overwrite variables already in the file. The CLI now updates if it exists, or appends it if missing, without touching

원문 보기