<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>CodeBerry</title>
    <link>https://codeberry.work/</link>
    <description>Recent content on CodeBerry</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>ko</language>
    <copyright>© 2026 성경재</copyright>
    <lastBuildDate>Mon, 04 May 2026 14:55:38 +0900</lastBuildDate><atom:link href="https://codeberry.work/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Anthropic 엔지니어링 블로그 #3: Raising the bar on SWE-bench Verified — AI가 GitHub 이슈를 혼자 해결한다</title>
      <link>https://codeberry.work/ai-news/swe-bench-sonnet/</link>
      <pubDate>Mon, 04 May 2026 14:55:38 +0900</pubDate>
      
      <guid>https://codeberry.work/ai-news/swe-bench-sonnet/</guid>
      <description>Claude 3.5 Sonnet이 AI 코딩 벤치마크 1위에 오른 비결. 모델만 좋아진 게 아니라, AI가 쓰는 도구를 잘 설계한 덕분이다.</description>
      
    </item>
    
    <item>
      <title>Anthropic 엔지니어링 블로그 #2: Building Effective Agents — 에이전트를 제대로 만드는 법</title>
      <link>https://codeberry.work/ai-news/building-effective-agents/</link>
      <pubDate>Sun, 03 May 2026 19:31:46 +0900</pubDate>
      
      <guid>https://codeberry.work/ai-news/building-effective-agents/</guid>
      <description>수십 개의 팀과 함께 LLM 에이전트를 구축한 Anthropic이 정리한 핵심 원칙. 복잡한 프레임워크보다 단순하고 조합 가능한 패턴이 성공한다.</description>
      
    </item>
    
    <item>
      <title>Anthropic 엔지니어링 블로그 #1: Contextual Retrieval — RAG의 맹점을 해결하는 법</title>
      <link>https://codeberry.work/ai-news/contextual-retrieval/</link>
      <pubDate>Sun, 03 May 2026 18:44:54 +0900</pubDate>
      
      <guid>https://codeberry.work/ai-news/contextual-retrieval/</guid>
      <description>RAG 시스템에서 청킹 시 사라지는 문맥 정보를 Contextual Embeddings와 Contextual BM25로 보완하는 Anthropic의 접근법을 정리합니다.</description>
      
    </item>
    
    <item>
      <title>소개</title>
      <link>https://codeberry.work/about/</link>
      <pubDate>Wed, 15 Apr 2026 00:00:00 +0900</pubDate>
      
      <guid>https://codeberry.work/about/</guid>
      <description>&lt;div class=&#34;highlight-wrapper&#34;&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ whoami&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&#xA;&lt;p&gt;&lt;strong&gt;성경재&lt;/strong&gt; — IT 관제 / AI &amp;amp; 데이터 분석&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;div class=&#34;highlight-wrapper&#34;&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ cat interests.txt&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;AI 자동화&lt;/strong&gt;: LLM 활용, 에이전트 설계, 업무 자동화 파이프라인&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;데이터 분석&lt;/strong&gt;: 데이터 시각화, 분석 자동화, 인사이트 도출&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;AI 논문&lt;/strong&gt;: 최신 연구 리뷰, 실무 적용 가능성 탐색&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;인프라 / 홈랩&lt;/strong&gt;: 라즈베리파이, 셀프호스팅, 네트워크&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;div class=&#34;highlight-wrapper&#34;&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ cat this-blog.txt&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&#xA;&lt;p&gt;직접 만든 서버에서 직접 운영하는 블로그입니다.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;서버&lt;/strong&gt;: Raspberry Pi 5 (4GB) — 집에서 24시간 운영 중&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;스택&lt;/strong&gt;: Hugo + Nginx + Cloudflare Tunnel&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;목적&lt;/strong&gt;: 배우고 경험한 것을 기록하고, AI/데이터 분야의 유용한 정보를 공유&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;div class=&#34;highlight-wrapper&#34;&gt;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ cat links.txt&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;GitHub: &lt;a href=&#34;https://github.com/Kyungjae-Sung&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Kyungjae-Sung&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
      
    </item>
    
    <item>
      <title>Tailscale로 어디서든 라즈베리파이에 안전하게 접속하기</title>
      <link>https://codeberry.work/posts/tailscale-setup/</link>
      <pubDate>Mon, 23 Mar 2026 16:00:00 +0900</pubDate>
      
      <guid>https://codeberry.work/posts/tailscale-setup/</guid>
      <description>Tailscale을 설치해 포트포워딩 없이 외부 네트워크에서도 라즈베리파이에 SSH 접속하는 방법을 정리합니다.</description>
      
    </item>
    
    <item>
      <title>GitHub push 한 번으로 라즈베리파이 자동 배포하기</title>
      <link>https://codeberry.work/posts/github-auto-deploy/</link>
      <pubDate>Mon, 23 Mar 2026 15:45:00 +0900</pubDate>
      
      <guid>https://codeberry.work/posts/github-auto-deploy/</guid>
      <description>git push만 하면 라즈베리파이가 자동으로 코드를 가져와 Hugo 빌드 후 배포하는 파이프라인을 구축합니다.</description>
      
    </item>
    
    <item>
      <title>Hugo &#43; Blowfish로 개인 블로그 만들기</title>
      <link>https://codeberry.work/posts/hugo-blowfish-site-setup/</link>
      <pubDate>Mon, 23 Mar 2026 15:45:00 +0900</pubDate>
      
      <guid>https://codeberry.work/posts/hugo-blowfish-site-setup/</guid>
      <description>정적 사이트 생성기 Hugo와 Blowfish 테마를 사용해 개인 블로그를 제작한 과정을 기록합니다.</description>
      
    </item>
    
    <item>
      <title>라즈베리파이 홈서버 구축기 1편 - 시작</title>
      <link>https://codeberry.work/posts/rpi-homeserver-setup/</link>
      <pubDate>Mon, 23 Mar 2026 15:45:00 +0900</pubDate>
      
      <guid>https://codeberry.work/posts/rpi-homeserver-setup/</guid>
      <description>라즈베리파이 5로 개인 웹서버를 구축하는 과정을 기록합니다.</description>
      
    </item>
    
    <item>
      <title>라즈베리파이 홈서버</title>
      <link>https://codeberry.work/projects/homeserver/</link>
      <pubDate>Mon, 23 Mar 2026 00:00:00 +0900</pubDate>
      
      <guid>https://codeberry.work/projects/homeserver/</guid>
      <description>RPi5 위에서 Hugo + Nginx + Cloudflare Tunnel로 이 블로그를 직접 운영합니다.</description>
      
    </item>
    
  </channel>
</rss>
