# phind - 개발자를 위한 GPT-4 기반 검색 엔진

> Clean Markdown view of GeekNews topic #8942. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=8942](https://news.hada.io/topic?id=8942)
- GeekNews Markdown: [https://news.hada.io/topic/8942.md](https://news.hada.io/topic/8942.md)
- Type: news
- Author: [kuroneko](https://news.hada.io/@kuroneko)
- Published: 2023-04-13T09:57:24+09:00
- Updated: 2023-04-13T09:57:24+09:00
- Original source: [phind.com](https://www.phind.com)
- Points: 30
- Comments: 4

## Topic Body

- 개발자를 위한 Generative AI 검색 엔진인 phind에서 GPT-4 기반 검색을 출시.  
- 전문가 (Expert) 토글을 활성화하면 GPT-4 모드로 동작함.  
- 검색어와 관련된 웹 사이트와 기술 문서를 제공하여 환각(Hallucination) 현상을 최소화하고 최신 정보를 제공함.  
- GPT-4 모델은 기존 모델보다 훨씬 체계적으로 동작하여, 주로 단계별 지침을 생성.  
  - LLaMa 모델을 RLHF하는 방법에 대한 질문을 예시로 제공.  
  - [기존 모델은 검색으로 간단히 찾을 수 있는 일반적인 설명](https://www.phind.com/search?cache=dd1fe16f-b101-4cc8-8089-ac56defb228d)만 제공함.  
  - 그에 비해 [전문가 모드는 실제 실행 명령어를 포함하여 단계별 지침을 생성](https://www.phind.com/search?cache=0fecf96b-0ac9-4b65-893d-8ea5708db222)해줌.

## Comments



### Comment 15687

- Author: nbie123
- Created: 2023-04-17T09:41:42+09:00
- Points: 1

제가 검색을 이상하게 해서 그런지 몰라도 옳지 않은 결과를 보여주는 것 같아요..  
"What is the best way to do asynchronized processing in Django?" 라는 질문에 Django 자체에서 async view를 지원함에도, asyncio 혹은 celery를 이용하라고 나오네요..

### Comment 15659

- Author: test4458
- Created: 2023-04-14T09:32:28+09:00
- Points: 1

Expert 모드를 사용해도 GPT4보다 답변 속도도 빠르군요..  
비용 없이 무료로 제공하는거 보면 신기하긴 하네요

### Comment 15652

- Author: kuroneko
- Created: 2023-04-13T10:16:49+09:00
- Points: 4

해커 뉴스를 보니 흥미로운 내용이 조금 있더군요.  
  
어떻게 웹 사이트의 결과에서 필요한 텍스트를 추출하냐는 질문에, 그 부분이 phind의 핵심 비밀이라고 설명했습니다.  
어떤 텍스트가 질문과 관련이 있는지 구분하기 위해 훈련된 모델이 있다는 것 같네요.  
  
그리고 러스트를 이용해 API 캐시 서버를 만드는 방법에 대해 질문해봤는데, [답변이 정말 흥미롭습니다](https://www.phind.com/search?cache=f167a335-77de-4c89-8a49-3bcc6a27ad25).  
러스트를 사용해 본 적이 없어 모르겠지만, 대충 보면 상당히 그럴듯하게 제가 요구한 모든 부분에 대해 Step by step 지침을 거의 튜토리얼 수준으로 제공해주네요.  
  
시간이 나면 실제로 해보고, 진짜 그대로 동작하는지 봐야겠습니다.

### Comment 15650

- Author: kuroneko
- Created: 2023-04-13T09:59:40+09:00
- Points: 1

- [Hacker News 스레드](https://news.ycombinator.com/item?id=35543668)  
- [phind - 개발자를 위한 Generative AI 검색 엔진](https://news.hada.io/topic?id=8554)  
- [Hello - 소프트웨어 개발자를 위한 검색엔진](https://news.hada.io/topic?id=7065)
