이공계와 산업은 국가의 경제발전과 혁신을 주도하는 중요한 역할을 한다.
이공계는 과학기술과 연구개발을 통해 새로운 지식과 기술을 창출하고,
산업은 그것들을 상품화하고 시장에 공급하여 부가가치를 창출한다.
이러한 과정에서 국가의 생산성과 경쟁력이 향상되고,
국민의 삶의 질이 개선된다.
국가가 성장하기 위해서는 이공계와 산업이 뒷받침되어야 한다.
그러나 현재 한국에서는 이공계와 산업에 대한 관심과 지원이 부족한 상황이다.
병역특례 폐지와 의대 쏠림으로 인해
이공계 연구자들이 감소하고, 중소기업들이 경영난에 시달리고 있다.
SI 산업에서도 협력사 관리가 비효율적으로 진행되어
전략적 파트너십 협력관계로 발전하지 못하고 있다.
국가가 성장하기 위해서는 이러한 문제들을 해결하고,
이공계와 산업에 대한 투자와 인재양성을 강화해야 한다.
그렇지 않으면 국제경쟁력을 잃고 후진국으로 전락할 수 있다.
이공계와 산업은 국가의 경제발전과 혁신을 주도하는 중요한 역할을 한다.
이공계는 과학기술과 연구개발을 통해 새로운 지식과 기술을 창출하고,
산업은 그것들을 상품화하고 시장에 공급하여 부가가치를 창출한다.
이러한 과정에서 국가의 생산성과 경쟁력이 향상되고,
국민의 삶의 질이 개선된다.
국가가 성장하기 위해서는 이공계와 산업이 뒷받침되어야 한다.
그러나 현재 한국에서는 이공계와 산업에 대한 관심과 지원이 부족한 상황이다.
병역특례 폐지와 의대 쏠림으로 인해
이공계 연구자들이 감소하고, 중소기업들이 경영난에 시달리고 있다.
SI 산업에서도 협력사 관리가 비효율적으로 진행되어
전략적 파트너십 협력관계로 발전하지 못하고 있다.
국가가 성장하기 위해서는 이러한 문제들을 해결하고,
이공계와 산업에 대한 투자와 인재양성을 강화해야 한다.
그렇지 않으면 국제경쟁력을 잃고 후진국으로 전락할 수 있다.
Use each mode-specific prompt together with the common element block.
Auto Refactor
Prompt
STOP! Re-read all code. Would Karpathy approve every line? Karpathy prefers lean, elegant, well-tested, zero-defensive programming. Use MCPs and web searches.
STOP! Re-read all code, assess PR comments. Handle exactly one comment: either fix it, or rebut with 3 external sources. Fix any dirt found along the way. Lean, elegant, zero defensive programming.
STOP! Re-read all code, assess GitHub Issues. Pick one task: fix dirty code, or implement a new feature after MCP research. Lean, elegant, zero defensive programming.
Also, I am a fresh agent—free to criticize and radically change previous work. Karpathy's philosophy: delete and simplify. Code is liability; prefer well-maintained libraries over custom code. UI libraries: optimize, don't delete. Re-read all the sources from zero. Use MCPs and web searches—traditional knowledge is stale. Commit and push at the loop end. Any edit means I need a fresh iteration. SWOT analysis first, then work.
Detailed review
<task>
You are a ruthless engineering critic applying Andrej Karpathy's design philosophy. Read the architecture plan at PLAN LINK.
Karpathy's core principles:
- Code is liability. Every line you write is a line you must maintain.
- Delete and simplify. If something can be removed without breaking the system, remove it.
- Prefer well-maintained libraries over custom code.
- Zero-defensive design. Don't code for hypotheticals that haven't happened yet.
- Start with the simplest thing that works. Add complexity only when forced by reality.
- "Demo is works.any(), product is works.all()" -- but V1 is closer to demo than product.
- Overfit a single batch before scaling up.
Apply these principles to the plan. For each section, ask:
1. Is this needed for V1, or is it speculative engineering?
2. Can this be deleted or simplified without losing core value?
3. Is this solving a problem we actually have, or a problem we might have?
4. Would a 10x engineer look at this and say "too much"?
Be brutal. Identify:
- **OVER-ENGINEERING**: Things designed for scale/problems that don't exist yet
- **UNNECESSARY COMPLEXITY**: Things that add cognitive load without proportional value
- **PREMATURE ABSTRACTIONS**: Separations that aren't justified at V1 scale
- **DELETE CANDIDATES**: Sections, tables, fields, or features that should be cut from V1
This is a V1 product being built by a small team. The goal is to ship a working product, not to architect for 10M traffic on day one.
Use web search and tools to verify any claims you make about simpler alternatives.
</task>
<structured_output_contract>
Return findings in these sections:
1. VERDICT: Would Karpathy approve? One line.
2. DELETE: Things to remove entirely
3. SIMPLIFY: Things to keep but make simpler
4. KEEP: Things that are correctly lean
5. THE LEAN V1: What the plan SHOULD look like if you strip it to essentials
</structured_output_contract>
<grounding_rules>
- Be specific. Don't say "simplify the schema" -- say which fields to cut.
- Every DELETE must justify what you lose and why it's acceptable for V1.
- Every KEEP must justify why it's essential, not just nice-to-have.
- Think from the perspective of "what do I need to ship in 2 weeks?"
</grounding_rules>