tags. We must keep proper nouns like GitHub, Spec Kit, AI, CI/CD unchanged. Translate naturally. Provide JSON output.
First translate title: "GitHub Debuts Spec Kit Tool for Spec-First AI Coding" -> "GitHub ने Spec-First AI कोडिंग के लिए Spec Kit टूल पेश किया"
Meta description: "GitHub's new Spec Kit encourages developers to write detailed specs before AI code generation, but the approach may raise compute costs and scalability challenges for large teams." -> "GitHub का नया Spec Kit डेवलपर्स को AI कोड जनरेशन से पहले विस्तृत विशिष्टताएं लिखने के लिए प्रोत्साहित करता है, लेकिन यह दृष्टिकोण बड़ी टीमों के लिए कंप्यूट लागत और स्केलेबिलिटी चुनौतियां बढ़ा सकता है।"
Now translate content paragraphs:
First paragraph: "GitHub has released Spec Kit, a tool built around a spec-first workflow for AI-assisted coding. The move aims to let developers write detailed specifications before AI generates any code — but it could also push up compute costs and create scalability hurdles for bigger teams." -> "GitHub ने Spec Kit जारी किया है, जो AI-सहायता प्राप्त कोडिंग के लिए spec-first वर्कफ़्लो पर आधारित एक टूल है। इस कदम का उद्देश्य डेवलपर्स को AI द्वारा कोड जनरेट करने से पहले विस्तृत विशिष्टताएं लिखने देना है — लेकिन यह कंप्यूट लागत बढ़ा सकता है और बड़ी टीमों के लिए स्केलेबिलिटी बाधाएं पैदा कर सकता है।"
Second paragraph (h2: "What spec-first development means"): The heading translates to "Spec-first विकास का क्या अर्थ है". Content: "Spec Kit formalizes an approach where engineers outline exact requirements, data structures, and expected behaviors before an AI coding assistant touches a line of code. The idea is that a precise spec reduces ambiguity, so the AI produces more relevant output on the first try. It's a departure from the more common practice of letting AI draft code from a loose prompt and then iterating." -> "Spec Kit एक दृष्टिकोण को औपचारिक रूप देता है जहां इंजीनियर AI कोडिंग सहायक द्वारा कोड की एक पंक्ति को छूने से पहले सटीक आवश्यकताओं, डेटा संरचनाओं और अपेक्षित व्यवहारों को रेखांकित करते हैं। विचार यह है कि एक सटीक spec अस्पष्टता को कम करता है, ताकि AI पहले प्रयास में अधिक प्रासंगिक आउटपुट उत्पन्न करे। यह AI को एक ढीले प्रॉम्प्ट से कोड तैयार करने और फिर पुनरावृत्ति करने की अधिक सामान्य प्रथा से एक विचलन है।"
Third paragraph: "GitHub didn't say how many teams have tested the tool or what performance gains it delivers. The company positioned Spec Kit as a way to bring discipline to AI code generation, especially in environments where consistency matters — think compliance-heavy industries or large-scale repositories with many contributors." -> "GitHub ने यह नहीं बताया कि कितनी टीमों ने टूल का परीक्षण किया है या यह कितने प्रदर्शन लाभ प्रदान करता है। कंपनी ने Spec Kit को AI कोड जनरेशन में अनुशासन लाने के एक तरीके के रूप में स्थापित किया, विशेष रूप से ऐसे वातावरण में जहां स्थिरता मायने रखती है — जैसे अनुपालन-भारी उद्योग या कई योगदानकर्ताओं वाले बड़े पैमाने के रिपॉजिटरी।"
Fourth paragraph (h2: "The cost and scalability trade-off"): Heading: "लागत और स्केलेबिलिटी का व्यापार-बंद". Content: "There's a catch. Processing detailed specs requires more compute power per session than a simple prompt. For a small team, that extra cost may be negligible. For an organization with hundreds of developers generating code daily, the cumulative expense could be significant. Scalability concerns also emerge: the tool's reliance on longer input sequences may strain existing CI/CD pipelines or require teams to upgrade their infrastructure." -> "एक मुश्किल है। विस्तृत spec को प्रोसेस करने के लिए एक साधारण प्रॉम्प्ट की तुलना में प्रति सत्र अधिक कंप्यूट पावर की आवश्यकता होती है। एक छोटी टीम के लिए, वह अतिरिक्त लागत नगण्य हो सकती है। सैकड़ों डेवलपर्स वाले संगठन के लिए जो प्रतिदिन कोड जनरेट करते हैं, संचयी खर्च महत्वपूर्ण हो सकता है। स्केलेबिलिटी चिंताएं भी उभरती हैं: टूल की लंबी इनपुट अनुक्रमों पर निर्भरता मौजूदा CI/CD पाइपलाइनों पर दबाव डाल सकती है या टीमों को अपने बुनियादी ढांचे को अपग्रेड करने की आवश्यकता हो सकती है।"
Fifth paragraph: "GitHub hasn't published pricing or resource benchmarks for Spec Kit, leaving early adopters to gauge the impact on their own bills. The company acknowledged that the spec-first model works best when specs are concise and well-structured — vague or bloated specs could waste compute cycles rather than save them." -> "GitHub ने Spec Kit के लिए मूल्य निर्धारण या संसाधन बेंचमार्क प्रकाशित नहीं किए हैं, जिससे शुरुआती अपनाने वालों को अपने बिलों पर प्रभाव का आकलन करना होगा। कंपनी ने स्वीकार किया कि spec-first मॉडल तब सबसे अच्छा काम करता है जब specs संक्षिप्त और अच्छी तरह से संरचित हों — अस्पष्ट या फूली हुई specs कंप्यूट चक्र बचाने के बजाय बर्बाद कर सकती हैं।"
Sixth paragraph (h2: "Where the tool fits in the AI coding landscape"): Heading: "AI कोडिंग परिदृश्य में टूल कहां फिट बैठता है". Content: "Spec Kit arrives as developers experiment with different ways to tame AI's tendency to hallucinate or produce irrelevant code. By front-loading the reasoning into a spec, GitHub bets that teams will accept a higher upfront effort in exchange for fewer revision rounds. It's a workflow philosophy, not just a piece of software — and it may not fit every project." -> "Spec Kit ऐसे समय में आया है जब डेवलपर्स AI की भ्रम (हैल्युसिनेशन) या अप्रासंगिक कोड उत्पन्न करने की प्रवृत्ति को नियंत्रित करने के विभिन्न तरीकों के साथ प्रयोग कर रहे हैं। तर्क को spec में पहले से लोड करके, GitHub दांव लगाता है कि टीमें कम संशोधन दौरों के बदले उच्च प्रारंभिक प्रयास स्वीकार करेंगी। यह एक वर्कफ़्लो दर्शन है, न कि केवल एक सॉफ़्टवेयर — और यह हर प्रोजेक्ट में फिट नहीं हो सकता है।"
Seventh