蚂蚁金服蚂蚁集团-大模型应用研发工程师-大安全
社招全职3年以上技术类-安全地点:北京 | 杭州状态:招聘
任职要求
1.本科及以上学历,计算机科学、软件工程、网络空间安全、信息安全、机器学习相关专业,2-5年工作经验。 2.熟练掌握JAVA/Python等编程语言,熟练使用Spring全家桶、Mybatis等开源框架,以及Megatron、PyTorch、vllm等AI开发框架,及ES、MQ、Redis等中间件。 3.熟悉RPC微服务架构,熟悉大数据流/批计算相关平台及应用技术,以及AI大模型应用技术。 4.拥有安全平台研发、安全攻防经验者优先。
工作职责
1.负责蚂蚁集团的网络安全、数据安全、数据治理与发展相关的核心产品研发,打造支撑百万级安全切面,万亿级流量,覆盖安全感知、防护、检测、响应、治理等全方位的安全平台,以及面向业务发展的高效数据互联互通相关平台,并赋能支撑蚂蚁集团旗下各部门安全能力升级。 2.参与系统的中长期规划、升级优化、技术难题攻关,需要综合考虑产品易用性&体验,系统的性能、可靠性、可扩展性、安全性等方面,确保系统能够满足未来的业务需求和用户规模。 3.独立承接项目,负责业务需求分析、系统核心方案设计和代码编写。
包括英文材料
学历+
机器学习+
https://www.youtube.com/watch?v=0oyDqO8PjIg
Learn about machine learning and AI with this comprehensive 11-hour course from @LunarTech_ai.
https://www.youtube.com/watch?v=i_LwzRVP7bg
Learn Machine Learning in a way that is accessible to absolute beginners.
https://www.youtube.com/watch?v=NWONeJKn6kc
Learn the theory and practical application of machine learning concepts in this comprehensive course for beginners.
https://www.youtube.com/watch?v=PcbuKRNtCUc
Learn about all the most important concepts and terms related to machine learning and AI.
Java+
https://www.youtube.com/watch?v=eIrMbAQSU34
Master Java – a must-have language for software development, Android apps, and more! ☕️ This beginner-friendly course takes you from basics to real coding skills.
Python+
https://liaoxuefeng.com/books/python/introduction/index.html
中文,免费,零起点,完整示例,基于最新的Python 3版本。
https://www.learnpython.org/
a free interactive Python tutorial for people who want to learn Python, fast.
https://www.youtube.com/watch?v=K5KVEU3aaeQ
Master Python from scratch 🚀 No fluff—just clear, practical coding skills to kickstart your journey!
https://www.youtube.com/watch?v=rfscVS0vtbw
This course will give you a full introduction into all of the core concepts in python.
Spring+
https://liaoxuefeng.com/books/java/spring/index.html
Spring是一个支持快速开发Java EE应用程序的框架。它提供了一系列底层容器和基础设施,并可以和大量常用的开源框架无缝集成,可以说是开发Java EE应用程序的必备。
https://spring.io/guides/gs/rest-service
https://spring.io/quickstart
Level up your Java code and explore what Spring can do for you.
MyBatis+
https://mybatis.org/mybatis-3/getting-started.html
https://www.baeldung.com/mybatis
MyBatis is an open source persistence framework which simplifies the implementation of database access in Java applications.
Megatron+
https://www.youtube.com/watch?v=hc0u4avAkuM
PyTorch+
https://datawhalechina.github.io/thorough-pytorch/
PyTorch是利用深度学习进行数据科学研究的重要工具,在灵活性、可读性和性能上都具备相当的优势,近年来已成为学术界实现深度学习算法最常用的框架。
https://www.youtube.com/watch?v=V_xro1bcAuA
Learn PyTorch for deep learning in this comprehensive course for beginners. PyTorch is a machine learning framework written in Python.
vLLM+
https://www.newline.co/@zaoyang/ultimate-guide-to-vllm--aad8b65d
vLLM is a framework designed to make large language models faster, more efficient, and better suited for production environments.
https://www.youtube.com/watch?v=Ju2FrqIrdx0
vLLM is a cutting-edge serving engine designed for large language models (LLMs), offering unparalleled performance and efficiency for AI-driven applications.
开发框架+
[英文] Understanding Modern Development Frameworks: A Guide for Developers and Technical Decision-makers
https://www.freecodecamp.org/news/understanding-modern-development-frameworks-guide-for-devs/
ElasticSearch+
https://www.youtube.com/watch?v=a4HBKEda_F8
Learn about Elasticsearch with this comprehensive course designed for beginners, featuring both theoretical concepts and hands-on applications using Python (though applicable to any programming language). The course is structured in two parts: first covering essential Elasticsearch fundamentals including index management, document storage, text analysis, pipeline creation, search functionality, and advanced features like semantic search and embeddings; followed by a practical section where you'll build a real-world website using Elasticsearch as a search engine, working with the Astronomy Picture of the Day (APOD) dataset to implement features such as data cleaning pipelines, tokenization, pagination, and aggregations.
消息队列+
https://www.youtube.com/watch?v=xErwDaOc-Gs
Redis+
[英文] Developer Hub
https://redis.io/dev/
Get all the tutorials, learning paths, and more you need to start building—fast.
https://www.runoob.com/redis/redis-tutorial.html
REmote DIctionary Server(Redis) 是一个由 Salvatore Sanfilippo 写的 key-value 存储系统,是跨平台的非关系型数据库。
https://www.youtube.com/watch?v=jgpVdJB2sKQ
In this video I will be covering Redis in depth from how to install it, what commands you can use, all the way to how to use it in a real world project.
中间件+
https://www.youtube.com/watch?v=1oWPUpMheGk
RPC+
https://javaguide.cn/distributed-system/rpc/rpc-intro.html
为什么要 RPC ? 因为,两个不同的服务器上的服务提供的方法不在一个内存空间,所以,需要通过网络编程才能传递方法调用所需要的参数。并且,方法调用的结果也需要通过网络编程来接收。
https://www.youtube.com/watch?v=S2osKiqQG9s
This video is part of an 8-lecture series on distributed systems, given as part of the undergraduate computer science course at the University of Cambridge.
微服务+
https://learn.microsoft.com/en-us/training/modules/dotnet-microservices/
Microservice applications are composed of small, independently versioned, and scalable customer-focused services that communicate with each other by using standard protocols and well-defined interfaces.
https://microservices.io/
Microservices - also known as the microservice architecture - is an architectural style that structures an application as a collection of two or more services.
https://spring.io/microservices
Building small, self-contained, ready to run applications can bring great flexibility and added resilience to your code.
https://www.ibm.com/think/topics/microservices
Microservices, or microservices architecture, is a cloud-native architectural approach in which a single application is composed of many loosely coupled and independently deployable smaller components or services.
https://www.youtube.com/watch?v=CqCDOosvZIk
https://www.youtube.com/watch?v=hmkF77F9TLw
Learn about software system design and microservices.
大模型+
https://www.youtube.com/watch?v=xZDB1naRUlk
You will build projects with LLMs that will enable you to create dynamic interfaces, interact with vast amounts of text data, and even empower LLMs with the capability to browse the internet for research papers.
https://www.youtube.com/watch?v=zjkBMFhNj_g
相关职位
社招A97431A
1、负责大模型基建相关研发,包括不限于PE、RAG、插件、大模型数据系统、大模型训练、大模型安全、大模型评估等基础能力建设; 2、参与并负责C端大模型应用落地,包括抖音、今日头条、剪映等业务的大模型项目建设; 3、持续探索在各个业务场景下使用大模型能力优化产品体验、提升研发效率; 4、关注大模型前沿技术,跟进业内最新研究进展和应用趋势,提出创新思路和方向。
更新于 2024-07-18
社招2-5年技术类-安全
1.负责蚂蚁集团的网络安全、数据安全、数据治理与发展相关的核心产品研发,打造支撑百万级安全切面,万亿级流量,覆盖安全感知、防护、检测、响应、治理等全方位的安全平台,以及面向业务发展的高效数据互联互通相关平台,并赋能支撑蚂蚁集团旗下各部门安全能力升级。 2.参与系统的中长期规划、升级优化、技术难题攻关,需要综合考虑产品易用性&体验,系统的性能、可靠性、可扩展性、安全性等方面,确保系统能够满足未来的业务需求和用户规模。 3.独立承接项目,负责业务需求分析、系统核心方案设计和代码编写。
更新于 2025-05-09
社招核心本地商业-点
1. 负责大模型驱动的AI产品的工程化落地,支持AI找店、内容生成等业务场景; 2. 与大模型应用算法团队紧密协作,探索预训练、微调、评估、多模态、安全等前沿技术问题; 3. 设计并实现可扩展的 LLM 应用架构,优化端到端性能和资源能效,不断提升在线系统的扩展性和稳定性。
更新于 2025-04-29