inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

묻고 답해요

172만명의 커뮤니티!! 함께 토론해봐요.

claude.md 파일이 없어요

미해결

클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지

66강 수강중에 하는 질문입니다. 왜 저는 claude.md 파일이 없을까요 질문이 너무 많아서 죄송합니다. 개발을 아예 모르는 사람을 대상으로 하는 강의인줄 알았어요ㅠㅠ

  • react
  • 인공지능(ai)
  • claude
771829 댓글 2 좋아요 0 조회수 176

ll -al 명령어 문제

미해결

클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지

이렇게 나오네요....

  • react
  • 인공지능(ai)
  • claude
771829 댓글 2 좋아요 0 조회수 66

Thinking Token 관련 질문

미해결

클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지

안녕하세요, Sonnet 을 주 모델로 활용하고 Opus도 사고 토큰을 조정하기 위해 선생님이 작성하신대로 MAX_THINKING_TOKENS를 8000으로 설정하였는데요, 생각처럼 동작하지 않는것같아 문의드립니다. 참고한 문서: https://code.claude.com/docs/en/env-vars 현재 Global settings (.claude)에 적용한 내용 { "env": { "ENABLE_TOOL_SEARCH": "true", "CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING": "1", "MAX_THINKING_TOKENS": "8000" }, "alwaysThinkingEnabled": false, "model": "Sonnet" } MAX_THINKING_TOKENS 만 적용했을때 /config 의 Thinking mode 의 설정이 여전히 true이길래, 공식문서 여기저기 뒤져서 아래 옵션을 추가하였습니다. alwaysThinkingEnabled: false CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING: 1 근데.. 위처럼 설정해도 계속 /config 로 확인한 Thinking mode는 'true'로 남아있습니다 ㅠㅠ 제대로 설정이 된걸까요..? 아니면 제가 과도하게 설정한건지 문의드리고 싶어요

  • react
  • 인공지능(ai)
  • claude
크루하학 댓글 2 좋아요 0 조회수 173

Claude Code터미널에서 설치 시 실패메세지

미해결

클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지

안녕하세요. Claude Code터미널에서 설치시 문제있어 도움 요청 드립니다. 아래와 같은 메세지가 나옵니다.

  • react
  • 인공지능(ai)
  • claude
댓글 4 좋아요 0 조회수 447

LinkedList 과제 Fast, slow 포인터

해결됨

38군데 합격 비법, 2026 코딩테스트 필수 알고리즘

1. 현재 학습 진도 2챕터 과제, 끝에서 K번째 노드값 구하는 문제 LinkedList 2. 어려움을 겪는 부분 fast 포인터를 k만큼 움직이고 slow, fast를 동시에 움직여 fast노드가 끝에 도달때까지 반복해 k만큼 떨어진 slow노드를 반환하는것은 이해했습니다. 그런데 fast 노드를 끝까지 보내는 While 문 조건에서 저는 fast.next가 없을 때 가 마지막 노드라고 생각했습니다. 하지만 선생님이 실제로 구현할 때는 이전에 구두로 설명하신것과는 약간 다르게 fast 가 마지막 노드가 아닌 거기서 한번 더 반복되어 fast == None 일때까지 움직여 k번째 노드를 찾으시더라고요. 왜 마지막노드에서 멈추는게 아니라 설명과 좀 다르게 2개의 포인터를 한칸씩 더 움직여 none이 될때까지 움직이도록 했는지 궁금해 강의 끝 시각화 해주신 부분을 봤습니다. 강의 끝에 시각화 하는 부분에서도 첫번째 풀이방법의 답은 10, 두번째 풀이방법의 답은 9가 나오면서 각 풀이방법의 정답이 달라진것 처럼 나오게 됐습니다. 구두로 설명하셨던 것보다 결국 index를 한칸 더 가서 fast가 None이 돼야 정답이 되던데 일반적으로 LinkedList 문제에서 마지막 노드까지 반복문을 돌린다고 가정하면 원래 currentNode가 None이 될때까지 돌려서 푸는건가요??? 이렇게 구체적으로 알려주시면, 더 정확하고 도움이 되는 답변을 드릴 수 있습니다! 😊

  • python
  • 코딩-테스트
  • 알고리즘
  • data-structure
김규태 댓글 2 좋아요 0 조회수 65

클로드 설치 문제

미해결

클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지

-윈도우즈 파워셀로 설치 -설치코드 복사 후 파워셀에 실행하면, 커서가 깜빡이기만 하고 설치가 진행되지 않음. 프롬프트도 다시 나타나지 않음

  • react
  • 인공지능(ai)
  • claude
bysun0101 댓글 2 좋아요 0 조회수 123

.claude, plans파일 위치 관련 질문

미해결

클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지

.claude/plans 파일이 users/사용자 이름/.claude/plans에 생성되어 있던데 선생님 강의에서는 CLAUDE-CODE-MASTERY 폴더 안에 .claude/plans가 있더군요 따로 각각 폴더(프로젝트)마다 생성 할 수 있는건가요? 할 수 있다면 어떻게 해야하나요?

  • react
  • 인공지능(ai)
  • claude
LaLa Lalo 댓글 2 좋아요 0 조회수 161

실무 사용관련해서 질문드립니다

미해결

클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지

안녕하세요 현재 클로드를 실무에서 활용해보고자 강의를 수강하게되었습니다 회사에서 폐쇄망을 사용하다 ai를 활용할 수 있도록 개방하여 사용하고있습니다 보안설정 후 바로 개발에 사용해도 되는지 궁금합니다 대부분의 사용처는 코드나 쿼리 분석에 사용될 예정입니다 감사합니다

  • react
  • 인공지능(ai)
  • claude
건희 댓글 2 좋아요 0 조회수 214

네이버증권 크롤링 ->한국투자증권 api

해결됨

(AI 퀀트) 코드 한 줄 안 쓰고 주식 자동 분석 시스템 만들기 feat. Claude CLI

증권사 api가 아닌 네이버증권 크롤링 하는 이유가 따로 있으신가요? 증권사 api로 데이터를 가져오는 강의도 따로 계획있으신가요? 둘 중 어떤 방법이 관리하기 쉽고 효율적인가요? 감사합니다.

  • python
  • flask
  • next.js
  • 인공지능(ai)
홍성우 댓글 1 좋아요 0 조회수 240

복붙 할 때

해결됨

(AI 퀀트) 코드 한 줄 안 쓰고 주식 자동 분석 시스템 만들기 feat. Claude CLI

pdf파일에 있는 프롬프트를 복사항 붙여넣기 하면 아래와 같은 모습으로 붙여넣기가 되어 보기가 불편합니다. 해결방법 알려주시면 감사하겠습니다. ❯ get_top_gainers 함수를 코스피 , 코스닥 둘 다 호출해서 합친 뒤 등락ㄹ뉼 순으로 정렬하는 코드를 추가해줘 . 상위 15 개만

  • python
  • flask
  • next.js
  • 인공지능(ai)
홍성우 댓글 1 좋아요 0 조회수 62

수업 자료 질문 건

해결됨

2026 벼락치기 합격! 기출문제 집중 정보처리기사 실기

현재 다운로드 파일 압축이 안풀립니다. 잘못된 파일로 나와요. 혹시 해결방안이 있을까요? 메일로 보내주신다면 hiu001045@naver.com 으로 부탁드립니다

  • python
  • java
  • c
  • 정보처리기사
  • database
hiu001045 댓글 2 좋아요 0 조회수 88

질문있습니다~

미해결

한 번에 끝내는 AI 에이전트 개발 올인원 (w. LangGraph, Google ADK, CrewAI)

안녕하세요. 양질의 강의 제공해주셔서 감사합니다. 다름이 아닌 각 강의 섹션마다 완성된 결과물만 볼 수 있는 방법이 있을까요?

  • python
rlagusdn0086 댓글 1 좋아요 0 조회수 48

shrimp 관련 명령어 사용 관련 질문

미해결

클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지

안녕하세요 선생님, 실제로 프로젝트를 해보다가 궁금한 점이 있어 질문드립니다. shrimp task manager를 사용해서 작업을 계획할 때, 강의에서처럼 'plan task' 를 이용해서 작업을 시행해보았습니다. 몇 단계는 그냥 그렇게 잘 시행이 되다가 어떤 phase에서는 plan task 라는 명령어에 대해서 claude code가 shrimp를 쓰지 않고 자체적으로 계획을 생성하더라구요. claude에게 원인을 물어보니 'plan task'는 shrimp의 고유한 명령어가 아니라 일반 명령어이기 때문에 명시적으로 shrimp를 쓴다는 말을 붙여줘야 한다고 합니다. 질문사항을 정리해보면 1) 코드 입력창에서 'plan task'라고 입력하는 경우 shrimp mcp가 자동으로 동작하는 것이 아닌가요? 강의를 보면 shrimp로 쓰라는 명시적인 말 없이 plan task, list tasks, init project rules 등을 사용하시는 것 같아 물어봅니다. 혹시 CLAUDE.md 등에 shrimp 관련 지시를 추가해서 사용하고 계신걸까요? 2) shrimp는 단순히 계획 등록 도구가 아니라 프로젝트를 잘게 쪼개는 것에 특화되어있는 것이라 claude로 계획을 짜는 것보다 조금 더 나은 단계 설정을 도와준다고 이해하고 있는데 맞을까요? 감사합니다.

  • react
  • 인공지능(ai)
  • claude
양태명 댓글 2 좋아요 0 조회수 102

24년 2회 1:11:35 질문입니다.

해결됨

(2026 최신!) 일주일만에 합격하는 정보처리기사 실기

안녕하세요 24년 2회 1:11:35 질문입니다. 응집도에 관해 영상으로 올리셨다고 하셨는데 영상 제목이 무엇일까요??

  • python
  • java
  • c
  • 정보처리기사
  • 정보처리산업기사
안녕1233 댓글 2 좋아요 0 조회수 86

[Git 설치] homebrew 설치 후 password 요청

미해결

클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지

13강 Git설치에서 homebrew 설치를 위해 명령어를 추가한 다음에 password를 치라고 하는데 이 단계가 강의에는 없는데 어떻게 해결해여하나요?

  • react
  • 인공지능(ai)
  • claude
서영 댓글 1 좋아요 0 조회수 80

MCP 질문입니다.

미해결

클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지

저는 윈도우 환경이고 Playwright MCP 3 설치 완료하였고 npm run dev까지 잘 마쳤습니다. ctrl+c를 하고 클로드를 실행 하였 을때 New MCP server found in .mcp,json: platwright 라는 오른쪽 창이 안뜹니다..ㅠ

  • react
  • 인공지능(ai)
  • claude
Vincent 댓글 2 좋아요 0 조회수 119

part7 강의 자료와 영상의 자료가 다른거 같아요

해결됨

(AI 퀀트) 코드 한 줄 안 쓰고 주식 자동 분석 시스템 만들기 feat. Claude CLI

prompt1 - 프로젝트 셋업이 강의자료 PDF상의 내용과 다르게 적용된거 같아서 여쭙니다. 제가 잘 못 확인하고 있는건지요,..? 일단은 PDF에 나와 있는데로 설치하고 있습니다.

  • python
  • flask
  • next.js
  • 인공지능(ai)
원영규 댓글 2 좋아요 1 조회수 103

컨텍스트 질문입니다!

미해결

클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지

프로젝트 생성 2 - 역할 프롬프트 엔지니어링에 useMediaQuery,useLocalStorage가 직접 구현된 코드인지 아닌지는 암기가 필요한 부분일까요??

  • react
  • 인공지능(ai)
  • claude
Vincent 댓글 2 좋아요 0 조회수 61

shadcnUI

미해결

클로드 코드 완벽 마스터: AI 개발 워크플로우 기초부터 실전까지

인강에는 "npx shadcn@latest init "까지 나와 있는데 실제로 제가 들어가보니"npx shadcn@latest init --preset [CODE] --template next"로 변경되어 있더라구요. 이 건은 새로운 설치 방식으로 하면 추천색상으로 자동으로 들어가게 되는건가요?? 너무 기초적인 이야기 질문을 많이하는 것 같네요 ㅠㅠ

  • react
  • 인공지능(ai)
  • claude
Vincent 댓글 2 좋아요 0 조회수 116

DXB APPS - A Leading Mobile App Development Company in UAE

미해결

AI 에이전트 개발 오리엔테이션

Why Businesses Need a Mobile App Development Company in UAE The demand for a reliable mobile app development company in uae has grown fast as businesses shift toward digital platforms. From startups to established enterprises, companies now depend on mobile apps to reach customers, manage operations, and stay competitive. In a market like the UAE, where users expect smooth, fast, and user friendly digital experiences, choosing the right development partner is not optional anymore. A strong mobile presence helps brands connect with their audience in real time. Whether it is eCommerce, fintech, healthcare, or logistics, mobile apps play a direct role in user engagement and revenue growth. This is why businesses are actively searching for experienced mobile app developers who understand both technology and the regional market. DXB APPS and Its Role in UAE’s App Development Industry DXB APPS has positioned itself as a trusted name in the app development uae ecosystem by focusing on practical business needs rather than just technical delivery. The company works closely with clients to understand their goals, then builds applications that solve real problems. Their approach is simple but effective. They do not just build apps, they build solutions that perform under real conditions. This includes user behavior analysis, performance optimization, and ongoing support after launch. In a competitive region like Dubai, where expectations are high, this level of attention makes a clear difference. Understanding the UAE Mobile App Market The UAE is one of the most digitally connected regions in the world. High smartphone penetration and strong internet infrastructure have created an environment where mobile apps are part of daily life. This has increased the need for a capable mobile app development agency that can deliver quality across platforms. Businesses here are not just looking for basic apps. They want scalable systems, secure integrations, and designs that match global standards. That is why many organizations choose a custom mobile app development company instead of going for generic solutions. Custom apps allow businesses to control features, performance, and user experience more effectively. What Makes DXB APPS Stand Out DXB APPS focuses on delivering tailored solutions that align with business goals. Instead of using a one size fits all method, they build apps based on specific client requirements. This includes everything from UI design to backend architecture. The team combines technical expertise with market insight. They understand what users in Dubai expect from mobile apps, which helps them design better user journeys. Their process includes research, planning, development, testing, and deployment, all handled with close client involvement. Another factor that sets them apart is their focus on long term value. They ensure that apps remain functional and relevant even after launch by offering updates and maintenance support. iOS App Development in Dubai - A Growing Demand With a large portion of high income users relying on Apple devices, ios app development in dubai has become a priority for many businesses. iOS users tend to expect polished design and high performance, which requires experienced developers. DXB APPS has worked extensively on iphone app development dubai projects, building apps that meet Apple’s strict guidelines. Their experience as an ios app development company dubai allows them to create apps that are not only visually appealing but also technically sound. From enterprise apps to customer facing platforms, iOS development remains a key area for businesses targeting premium users in the UAE. The Importance of Custom Mobile App Development Generic apps often fail to meet business expectations because they lack flexibility. This is where a custom mobile app development company becomes valuable. Custom apps are designed to match specific workflows, user needs, and business goals. DXB APPS focuses heavily on customization. They build apps that integrate with existing systems, support business operations, and provide a better user experience. This approach helps businesses scale without facing technical limitations later. Customization also allows companies to add unique features that differentiate them from competitors. In a crowded market like the UAE, this can be a major advantage. Choosing the Right App Development Companies in UAE There are many app development companies in uae, but not all offer the same level of expertise. Businesses need to evaluate factors like experience, portfolio, communication, and post launch support before making a decision. DXB APPS stands out because of its balanced approach. They focus on both technical quality and business outcomes. Their team of app developers uae works closely with clients, ensuring transparency and clear communication throughout the project. This reduces risks and helps businesses stay on track with timelines and budgets. Future Trends in Mobile App Development UAE The app development uae market is evolving quickly. Technologies like artificial intelligence, machine learning, and cloud integration are becoming part of modern apps. Businesses are also focusing more on user experience, data security, and performance optimization. Companies like DXB APPS are adapting to these changes by updating their development practices. They invest in new tools and frameworks to ensure that their apps remain competitive in the long run. Another growing trend is cross platform development, which allows businesses to reach both Android and iOS users efficiently. However, native development still plays a strong role, especially in ios app development company in uae projects where performance and design quality are critical. Final Thoughts on Mobile App Development in UAE Choosing the right development partner can shape the success of your digital strategy. A reliable mobile app development company in uae will not just build your app but also guide you through the entire process, from idea to launch and beyond. DXB APPS continues to prove its value by delivering practical, scalable, and user focused applications. With a strong understanding of the local market and a skilled team of mobile app developers , they remain a solid choice for businesses looking to build impactful mobile solutions in the UAE.

  • python
  • adk
  • ai-agent
leojaxon065lj 댓글 1 좋아요 0 조회수 64

인기 태그

인프런 TOP Writers

주간 인기글