- Kimi Work एक डेस्कटॉप AI एजेंट है जो local files से कनेक्शन, browser automation, background code execution और scheduled tasks को मिलाकर गहराई वाले काम करता है
- बिल्ट-इन Cron engine LLM agent calls और Python·Shell execution को रोज़ाना, हर घंटे या conditions के आधार पर automate करता है, और
Keep Computer Awakeके साथ रात के काम भी support करता है - WebBridge कई tabs के बीच जाकर click·scroll·data extraction करता है, जिससे web research और multi-step tasks को autonomous तरीके से संभाला जा सकता है
- कई specialist agents को coordinate करने वाला Agent Swarm complex tasks को parallel में handle करता है और research results को PowerPoint या Excel में बदलता है
- A-shares·Hong Kong·US stocks का data default रूप से उपलब्ध है, और local file edits·overwrite तथा code execution से पहले Ask before acting के जरिए explicit approval मांगा जाता है
डेस्कटॉप काम का automation
- quick chat और queries के लिए उपयुक्त Kimi web app के उलट, Kimi Work local folders को mount करके गहराई वाले काम करने वाला local agent है
- बिल्ट-इन Cron scheduler repetitive tasks को background में चलाता है
- सुबह जल्दी LLM agent को call करके daily briefing तैयार की जा सकती है
- आधी रात को Python script से बड़े dataset को process किया जा सकता है
- LLM agent calls और Python·Shell execution को रोज़ाना, हर घंटे या conditionally शुरू किया जा सकता है
- night execution के दौरान settings में
Keep Computer Awakeenable किया जा सकता है
- WebBridge prompt में goal मिलने पर कई tabs browse करते हुए click·scroll·data extraction को autonomous तरीके से करता है
- किसी website की latest news देखकर summary बना सकता है, या historical stock data collect करके local Excel में save कर सकता है
- Agent Swarm कई specialist agents को automatically coordinate करके multi-layered problems को एक साथ decompose और solve करता है
- research results को professional PowerPoint material या Excel sheets में बदल सकता है
वित्तीय डेटा और local files पर नियंत्रण
- A-shares·Hong Kong·US stocks का market data default रूप से integrated है, इसलिए complex API setup के बिना इस्तेमाल किया जा सकता है
- natural-language बातचीत से earnings reports ला सकते हैं, market anomalies analyze कर सकते हैं, और spreadsheets की तुलना कर सकते हैं
- local files पर नियंत्रण user के पास रहता है
- Ask before acting safeguard local directory में files modify·overwrite करने या code execution से पहले explicit approval मांगता है
- user consent के बिना ये tasks execute नहीं किए जाते
1 टिप्पणियां
Hacker News की राय
इसका design खास तौर पर Codex जैसा दिखता है, लेकिन Kimi का लक्ष्य शुरुआत से कोई futuristic agent UI बनाना नहीं, बल्कि बड़े research labs के साथ feature parity रखने जैसा दिखना ज्यादा लगता है
इसकी core competitiveness सस्ता लेकिन frontier के करीब model है, और इसे जोड़ने के लिए बस एक app layer चाहिए। Clone बनाना अपने-आप में यह दिखाने का अच्छा तरीका भी है कि app layer भी सामान्य commodity बन सकती है
GPU जैसा behave करने वाला GPU बनाने को बस copy कहना engineering को न समझने जैसा है। मुश्किल हिस्सा high-level concept imagine करना नहीं, बल्कि उसे सच में काम करने लायक implement करना है; product को खोलकर study किया जा सकता है, फिर भी उसे खुद design और build करने के लिए काफी expertise चाहिए
personal computer देखकर यह imagine करना मुश्किल नहीं कि वह तेज और छोटा होकर जेब में आ जाए तो अच्छा होगा। अंदर की working जितनी कम समझ आती है, लोग UI या rounded corners जैसे सतही elements पर उतनी ही जरूरत से ज्यादा चर्चा करते हैं
privacy notice भी misleading है। कहा गया है कि files modify/overwrite करने या code run करने से पहले approval लिया जाएगा, लेकिन यह नहीं बताया कि file read permission बिना consent के unlimited दी जाती है
किसी भी देश का software हो, जितना allowed हो उतना data collect करेगा—यह मानना ज्यादा सही है। जब तक आप open source को खुद compile कर audited code नहीं चला रहे, तब तक किसी चीज की guarantee नहीं दी जा सकती
Kimi Work itself से अलग बात है, लेकिन K3 access के लिए एक हफ्ते के अंदर US options आ जाएंगे लगता है। K2.6 host करने वाले providers OpenRouter पर देखे जा सकते हैं: https://openrouter.ai/moonshotai/kimi-k2.6
Kimi CLI install करने पर पहले से ही local web UI चला सकते हैं: https://www.kimi.com/help/kimi-code/cli-getting-started
kimi server run --foregroundहालांकि sub-agent tracking stop button काम नहीं करता, settings के कुछ toggles बदले नहीं जा सकते, और conversation 600 turns से ज्यादा लंबी हो जाए तो keyboard input में कई-कई seconds की delay आने लगे, इतना slow हो जाता है
personally मुझे अब भी ZCode बेहतर लगा। K3 पर usage notes भी लिखने का इरादा है; agent runtime base को और polish की जरूरत है, लेकिन model itself बहुत बढ़िया है