菜鸟教程

Search documents
半夜刷到 GPT-5,免费用户也能玩~昨天功能还没用上,今天已经过时~
菜鸟教程· 2025-08-08 01:56
Core Viewpoint - OpenAI has launched the GPT-5 model, which is now available to both free and paid users, enhancing capabilities in reasoning, coding, and writing [1][3][6]. Group 1: Model Features - GPT-5 is an integrated model that automatically determines when to engage in deep thinking versus providing quick responses, eliminating the need for manual model switching [6][7]. - The model supports multi-modal inputs and outputs, including text, images, voice, and real-time video streams, allowing for interactive explanations and visualizations [7]. - It has achieved a SWE-Bench Verified score of 74.9%, generating over 200 lines of interactive code with audio elements in just a few minutes [7]. Group 2: Performance Metrics - GPT-5 has the highest Arena score to date, ranking first in text, web development, and visual fields, as well as in high-difficulty prompts, programming, mathematics, creativity, and long queries [20][21]. - The model's hallucination rate has significantly decreased to 4.8% overall, with a low of 1.6% in medical scenarios, thanks to the introduction of a universal validator for self-checking [7]. Group 3: Competitive Landscape - The rapid development of AI technologies is highlighted, with OpenAI's GPT-3.5 and GPT-4 models previously setting benchmarks in generative AI [14]. - Competitors like Google DeepMind's Genie 3 and Anthropic's Claude 4 have also made significant advancements, with Genie 3 capable of generating interactive 3D worlds in real-time [16][18]. - Elon Musk has noted that Grok 4 outperformed GPT-5 in specific evaluations, indicating a competitive landscape where multiple models are vying for superiority [22][24].
Google 开源编程字体 Google Sans Code!附更多开发者专属字体推荐~
菜鸟教程· 2025-08-06 03:30
有人可能很好奇,为什么编写代码需要专门的字体? 我们在日常编码时,我们常会遇到一些极易混淆的字符,比如数字 "1" 、小写字母 "l" 和大写字母 "I" ,或是数字 "0" 和大写字母 "O" —— 它 们外观极为相似,稍不注意就会看错。 而专为编程设计的字体,会通过独特的字形设计来区分这些易混符号,这样一来,我们就能轻松辨别它们,从源头减少因字符混淆导致的错误。 这不,Google 开源了一款专为程序员打造的等宽字体 ——Google Sans Code,它是针对编程语言语法做了专项优化,确保字符在小尺寸下依旧 清晰可辨,还支持 300 到 800 区间的可变字重,实用性相当出色。 下载地址 GitHub 仓库 :https://github.com/googlefonts/googlesans-code Google Fonts: https://fonts.google.com/specimen/Google+Sans+Code 几个易混淆的字母数字做了优化: 当然还有其他好几款好用的字体,接下来我们将为大家推荐几款好用的编程字体。 1、 Fira Code Fira Code 是一款专为编程而设计的 ...
燃起来了!把微信聊天导出来,做了个灌水排行榜!
菜鸟教程· 2025-08-04 03:30
Core Viewpoint - The article discusses the humorous and engaging experience of analyzing chat records from a WeChat group using AI, highlighting the potential of AI in understanding human interactions and the importance of context in data analysis [5][17][19]. Group 1: AI Analysis - The AI analysis of chat records produced a report that primarily highlighted positive aspects, indicating that the AI understood social nuances well [17]. - There were some inaccuracies in the AI's interpretation due to the lack of context from other group members' conversations, leading to potential misjudgments [17]. Group 2: Community Interaction - The WeChat group is characterized by a mix of technical discussions, educational guidance, humorous interactions, and personal sharing, creating a vibrant community atmosphere [15]. - The author emphasizes the importance of community engagement and the light-hearted nature of interactions within the group [15]. Group 3: Technical Insights - The article briefly mentions an open-source project that allows users to export WeChat chat records for analysis, suggesting a growing interest in data extraction tools [19]. - A cautionary note is included regarding the legal and ethical implications of using such tools, advising users to proceed with caution to avoid potential penalties from WeChat [19].
还有人用火狐吗?火狐浏览器关闭中国区账户服务|HuggingFace中国模型霸榜
菜鸟教程· 2025-07-31 03:30
1、HuggingFace 中国模型霸榜 现在去访问 HuggingFace 的 模型榜 ,国内大厂的模型基本包揽了前 10。 文本生成这块像 GLM-4.5 ,358B 参数,三天前刚更新,热度一直飙。 GLM-4.5 可与 Claude Code、Cline、Roo Code 等工具配合使用,支持从零构 建项目,也能独立完成现有代码任务,是真正能落地的高效开发 助手。 太顶了!实测 GLM4.5 自动生成流程图+代码,Claude Code 平替实锤了! 12 项基准(智能体 3、推理 7、编程 2)横向评测,GLM-4.5 综合第 3,GLM-4.5 Air 第 6。 GLM-4.5 支持 128k 上下文和原生函数调用,在 -bench 和 BFCL-v3 榜单上表现接近 Claude-4-Sonnet。 还有 Qwen 系列,好几个分支,参数不同、更新 时间也近,推理能力表现也很好~开源地址: https://github.com/QwenLM/Qwen3 现在打开官网 https://www.firefox.com.cn/,就会有服务终止的公告: 腾讯的 HunyuanWorld-1 也厉害,搞 ...
太顶了!实测 GLM4.5 自动生成流程图+代码,Claude Code 平替实锤了!
菜鸟教程· 2025-07-30 03:32
Core Viewpoint - The article discusses the capabilities of GLM-4.5, a new AI model developed by Zhipu AI, which can automate the process of generating diagrams and code, significantly improving the efficiency of software development. Group 1: GLM-4.5 Features - GLM-4.5 can automatically generate Draw.io or Mermaid diagram code from a textual description, streamlining the development process [3][12]. - The model supports 128k context and native function calls, performing closely to Claude-4-Sonnet on benchmark tests [7]. - It integrates various capabilities, aiming to excel in programming, mathematics, and reasoning tasks within a single model [6]. Group 2: Cost Efficiency - The API call pricing for GLM-4.5 is competitive, with input costs as low as 0.8 yuan per million tokens and output costs at 2 yuan per million tokens [3]. Group 3: Practical Applications - The model can be used to create a complete user login flowchart and generate corresponding code, demonstrating its practical utility in real-world projects [14][30]. - It can work alongside other tools like Claude Code, allowing for seamless project development from scratch or enhancing existing code tasks [9][22]. Group 4: User Experience - Users can easily test GLM-4.5 by logging into the platform and inputting their requirements, which the model processes quickly without server delays [15][39]. - The generated outputs can be previewed in real-time, enhancing user interaction and satisfaction with the development process [40].
程序员的护城河是什么 ?
菜鸟教程· 2025-07-28 01:59
Core Viewpoint - The concept of a "moat" for programmers is essential for survival in a rapidly changing job market, emphasizing the need for adaptability and continuous learning rather than just technical skills [4][10][15] Group 1: Importance of a Moat - A moat is not just a luxury but a necessity for survival in the workplace, especially as job security diminishes in various sectors [4] - The traditional skills that once provided a competitive edge, such as proficiency in specific programming languages or algorithms, are no longer sufficient due to the fast-paced evolution of technology [10][11] Group 2: Defensive Programming - Defensive programming has emerged as a new strategy for IT professionals, focusing on creating code that is difficult for others to modify or understand, thereby ensuring job security [5][8] - Key tactics include writing unreadable code, creating systems that only the programmer can fix, and keeping critical knowledge undocumented [8] Group 3: Evolving Skills - The ability to learn quickly, solve problems, and communicate effectively within teams is becoming more critical than traditional technical skills [11] - The industry is shifting towards valuing comprehensive skills that combine business understanding with technical expertise [11] Group 4: Success Stories - Small teams can achieve significant financial success, demonstrating that the ability to solve real-world problems is more valuable than merely writing code [12][13] - The rise of AI applications showcases the potential for high earnings through innovative solutions, highlighting the importance of adaptability in the tech landscape [12] Group 5: Future of Programmers - AI will not replace programmers but will eliminate those who only possess basic coding skills, emphasizing the need for continuous skill enhancement [14] - The true moat for programmers may lie in their resilience and ability to restart their careers after setbacks, rather than in specific technical skills [15]
我去,IDEA 竟然免费了?!
菜鸟教程· 2025-07-25 02:12
Core Viewpoint - JetBrains has announced a unified distribution for IntelliJ IDEA, allowing users to access more features in the free version while maintaining a subscription model for advanced functionalities [1][3]. Group 1 - The new setup will replace the separate Community and Ultimate versions with a single installation program, where Ultimate features still require a subscription to unlock [1][3]. - Starting from version 2025.3, free users will gain access to many features previously exclusive to the Ultimate version, such as code highlighting for popular frameworks like Spring and Quarkus, and project creation wizards [3][4]. - The free version will now allow users to view database designs directly within IDEA, although data access and SQL execution will not be available [4]. Group 2 - Previously, if a subscription expired, users could not open projects in the Ultimate version, but now they will automatically revert to the free version, allowing project access and editing [4]. - JetBrains' strategy appears to balance the needs of free users while ensuring the sustainability of its business model, potentially attracting more developers to its ecosystem and converting them into paying customers [4][5]. - JetBrains has shown commitment to providing free versions of its products, including WebStorm, while also maintaining open-source versions [5].
用户都去哪了?DeepSeek使用率断崖式下跌?
菜鸟教程· 2025-07-23 02:10
Core Viewpoint - DeepSeek R1, initially a phenomenon in the AI sector, is now facing user attrition and declining traffic, raising questions about its market strategy and user experience [8][11]. Group 1: Market Performance - DeepSeek R1 achieved remarkable growth, with daily active users (DAU) reaching 22.15 million within 20 days of launch, topping the iOS App Store in over 140 countries [2]. - However, recent reports indicate a significant decline in web traffic, with DeepSeek's visits dropping from 614 million in February to 436 million in May, a decrease of 29% [9]. - In contrast, competitors like ChatGPT and Claude have seen increases in web traffic, with ChatGPT's visits rising by 40.6% [9]. Group 2: User Experience Issues - Users are migrating to third-party platforms, with third-party deployment usage of DeepSeek models increasing nearly 20 times since launch [16]. - Key user pain points include high token latency and a smaller context window of 64K, which limits its ability to handle large code or document analyses [21][23]. - DeepSeek's strategy of prioritizing low costs over user experience has led to longer wait times compared to third-party services [21]. Group 3: Strategic Choices - DeepSeek's approach reflects a focus on research and development rather than immediate profit, positioning itself more as a computational laboratory than a commercial entity [26]. - The company has chosen not to address user experience issues, indicating a deliberate strategy to maximize internal computational resources for AGI development [26]. Group 4: Competitive Landscape - The AI industry is witnessing intense competition, with new models like GPT-4.5, Gemini 2.5, and others being released, which has contributed to user migration from DeepSeek [38]. - Anthropic, facing similar challenges, has focused on optimizing its model and forming partnerships with cloud service providers to enhance computational resources [30]. Group 5: Public Perception - Domestic users have expressed mixed feelings about DeepSeek, citing slow speeds and server issues, while others remain supportive of its long-term vision [34][40]. - The competitive landscape is evolving rapidly, with new iterations of models being released, making it challenging for DeepSeek to retain users [38][47].
一个会“动脑子”的浏览器,浏览器版的 Cursor
菜鸟教程· 2025-07-22 03:04
Core Viewpoint - The article introduces BrowserOS, an AI-powered browser designed to enhance productivity and automate web tasks while ensuring local privacy and compatibility with Chrome extensions [2][4][5]. Group 1: Product Features - BrowserOS is based on Chromium and aims to run AI agents locally, transforming browsing into automated task execution [4]. - It combines Chrome's compatibility with AI productivity tools and guarantees 100% local privacy [5]. - Key features include local AI agents, true privacy protection, open-source nature, and next-generation productivity tools [14]. Group 2: Productivity Enhancements - The browser enhances productivity by automating routine web management tasks, making it "smarter" [9]. - It includes a local AI agent inspired by the Manus project, providing a "you say, I do" automation experience [10]. - The Sidekick feature acts as an intelligent assistant, managing multiple tabs, summarizing web content, and extracting structured information [11]. Group 3: Installation and Compatibility - BrowserOS supports Windows, macOS, and Linux, with installation packages available for download [15]. - Users can import Chrome bookmarks and extensions seamlessly after installation [16]. - The browser allows simultaneous operation of multiple large AI models within the same window, enhancing efficiency [17]. Group 4: User Experience - BrowserOS aims to automate mundane tasks, allowing users to focus on more important activities while the AI handles the rest [15]. - It promises no data collection, no advertisements, and no hidden agendas, ensuring a user-friendly experience [15]. - The browser features built-in AI highlighting and ChatGPT smart bookmarks for semantic search of history and bookmarks [15].
就业市场跌爆了。。
菜鸟教程· 2025-07-21 03:09
Core Viewpoint - The article emphasizes the importance of integrating existing technical skills with large model applications to enhance career prospects in the AI era, rather than abandoning current expertise [2][3]. Summary by Sections Current Industry Trends - Many professionals in programming fields are feeling anxious about the rise of large models like GPT and DeepSeek, prompting a need to adapt and learn new skills [2]. - Despite layoffs and salary reductions, the trend towards AI application implementation is expected to continue, presenting opportunities for career advancement and salary increases [3]. Course Offerings - A course titled "Large Model Application Development Practical Training" is introduced, designed to help developers master the complete AI application development process through practical projects and live instruction [3][4]. - The course covers essential technologies such as RAG, AI Agent, and Transformer architecture, structured in five modules from basic to advanced levels [7]. Learning Outcomes - Participants will learn to fine-tune mainstream large models for specific scenarios, utilize domain data for model customization, and understand RAG technology for efficient knowledge retrieval and generation [9]. - The course aims to build skills for developing AI Agents capable of multi-task collaboration and complex problem-solving in various industry applications [9]. Success Metrics - The course has served over 20,000 students, receiving positive feedback for its learning methods and outcomes, with many participants securing high-paying job offers [11]. - The program offers opportunities for networking with product teams, building technical barriers, and avoiding job insecurity, particularly for those approaching career milestones [13]. Additional Benefits - Participants will receive access to real-world case studies and insights into high-demand AI applications, enhancing their practical experience and employability [14][16]. - The course includes direct referral opportunities to companies, increasing the chances of obtaining high-paying positions in the AI field [18].