I used ChatGPT to help me go from 229lbs to 176lbs
TL;DR Highlight
This is a testimonial about successfully losing weight based on scientific evidence by using ChatGPT as a conversational partner for several months, demonstrating how to utilize AI as a personal health coach.
Who Should Read
General users who want to utilize ChatGPT for health management or lifestyle improvement. People who are curious about how to use AI as a long-term interactive tool, not just for simple information retrieval.
Core Mechanics
- ChatGPT recommended 'body recomposition' instead of trendy diets like keto or carnivore. This is because drastic calorie restriction can lead to a loss of about 20% of muscle mass.
- The implementation was simple: maintain a slight calorie deficit of 200-300kcal per day, walk 10-12k steps daily, weight train, and meet overall macro requirements including protein. The target weight loss rate was -0.3~0.75lbs per week.
- This wasn't the result of a single prompt, but rather the result of repeatedly discussing calories, macros, weight loss science, etc. over several months. As knowledge accumulated, behavior also changed.
- It was also used by pasting subtitles from YouTube fitness videos into ChatGPT and asking, 'Is this advice scientifically valid?' This is still used to avoid being swayed by clickbait videos.
- ChatGPT's summarized key playbook: ① Calorie deficit (~300~500kcal/day), ② 0.7~1g protein per 1lb of body weight, ③ 8k~12k steps/day, ④ Weight training if possible, ⑤ Judge weight changes based on weekly trends.
- The report also indicated improvements in blood test values and overall health indicators, such as improved sleep quality.
Evidence
- The author received strong backlash from the fitness subreddit for using ChatGPT, but ironically, their advice was ineffective, while the ChatGPT method was effective. They shared this ironic situation.
- One commenter stated that they lost 30lbs in 6 months with the help of ChatGPT to track macros while following a keto diet approved by a doctor. This demonstrates that ChatGPT's advice is not a panacea and can vary depending on individual circumstances.
- Another user shared their experience of having a 50% reduction in range of motion due to neck pain, and after asking Gemini for a diagram explaining muscle/ligament anatomy and stretches, they experienced a 10% improvement after the first attempt and full recovery within 3 days.
- There was also an opinion that AI advice should be combined with basic fact-checking. It is important to develop a habit of verifying AI results when using them for various purposes such as drafting legal documents or diagnosing cars.
- One comment pointed out that 'a slight calorie deficit + walking + strength training' is key, and this is correct even without ChatGPT. The reaction focused on the scientific validity of the advice itself rather than the role of AI.
How to Apply
- Utilize ChatGPT by building concepts over weeks or months, rather than having a one-time conversation. Start with 'What are calories' and gradually learn about macros, TDEE, and recomposition to connect knowledge to practice.
- When watching health YouTube videos or blog posts, copy the subtitles or text and paste them into ChatGPT with the prompt 'Verify if this advice is scientifically valid' to use it as a filtering tool.
- For personalized advice related to the body, such as skincare routines or rehabilitation stretches, provide detailed information about your specific situation (skin type, symptom location, products in use, etc.) to receive customized guidance.
Code Example
💪 Simple Fat Loss Playbook (ChatGPT 정리본)
1. 칼로리 적자 ~300~500kcal/일
2. 단백질: 체중 1lb당 0.7~1g
3. 걷기: 8k~12k 스텝/일
4. 웨이트 트레이닝
5. 체중은 일간이 아닌 주간 트렌드로 판단
[프롬프트 예시]
"나는 현재 체중 [X]lbs이고, 근손실 없이 체지방만 줄이고 싶다.
유행 다이어트 말고 과학적으로 검증된 방법을 알려줘.
칼로리, 단백질, 운동 계획을 단계별로 설명해줘."Terminology
Related Papers
Using Claude Code: The unreasonable effectiveness of HTML
Claude Code 팀이 Markdown 대신 HTML을 LLM 출력 포맷으로 선호하기 시작한 이유와 그 실용적 장점을 정리한 글로, AI와 함께 문서/스펙/대시보드를 만드는 워크플로우에 직접적인 영향을 준다.
When to Vote, When to Rewrite: Disagreement-Guided Strategy Routing for Test-Time Scaling
Disagreement-guided routing boosts LLM accuracy on math and code by 3-7% with adaptive problem solving.
Less Is More: Engineering Challenges of On-Device Small Language Model Integration in a Mobile Application
Five failure modes and eight practical solutions emerged after five days of running on-device SLMs (Gemma 4 E2B, Qwen3 0.6B) with Wordle.
Dynamic Context Evolution for Scalable Synthetic Data Generation
A framework that completely eliminates duplication and repetition in large-scale synthetic data generation with LLMs using three mechanisms (VTS + Semantic Memory + Adaptive Prompt).
90%+ fewer tokens per session by reading a pre-compiled wiki instead of exploring files cold. Built from Karpathy's workflow.
This is a workflow sharing post about how pre-organizing a codebase in Wiki format can reduce token usage per Claude session by more than 90% instead of directly exploring the codebase every time.