Aryan Goyal

Aryan Goyal

New York City Metropolitan Area
2K followers 500+ connections

About

Recent UC Berkeley dual-degree graduate with extensive skills and experience in computer…

Activity

Join now to see all activity

Experience

  • Jane Street Graphic

    Jane Street

    New York City Metropolitan Area

  • -

    New York, New York, United States

  • -

    Berkeley, California, United States

  • -

    Berkeley, California, United States

  • -

    San Mateo, California, United States

  • -

  • -

  • -

    Berkeley, California, United States

  • -

  • -

    San Francisco, California, United States

  • -

  • -

    Berkeley, California, United States

  • -

    Berkeley, California, United States

  • -

    Berkeley, California, United States

  • -

    Mountain View, California, United States

  • -

    La Jolla, California, United States

  • -

    Stanford, California, United States

Education

  • UC Berkeley Management, Entrepreneurship, & Technology (M.E.T.) program Graphic

    UC Berkeley Management, Entrepreneurship, & Technology (M.E.T.) program

    -

    Activities and Societies: Machine Learning at Berkeley, Traders at Berkeley, Eta Kappa Nu (HKN EECS Honors Society), M.E.T. Strategy Group, PlexTech Software Consulting, Regents' and Chancellor's Scholars Association, Intramural Soccer

    • Dual degree program between College of Engineering and Haas School of Business
    • One of 50 students worldwide selected for the program out of 2800 applicants (1.8%)

  • -

    Activities and Societies: EECS Honors Program

    Notable Class Projects
    • CS 61B: Used Java to build Gitlet, a distributed version control system similar to Git, capable of handling commands including merge, checkout, branch, reset, commit, and add.
    • CS 161: Used Golang to build a secure file sharing system with advanced cryptography techniques.
    • CS 61A: Used Python to build interpreter for a subset of the Scheme programming language.
    • CS 61C: Used Logisim tool to build CPU (with pipelining) that implements the full RISC-V…

    Notable Class Projects
    • CS 61B: Used Java to build Gitlet, a distributed version control system similar to Git, capable of handling commands including merge, checkout, branch, reset, commit, and add.
    • CS 161: Used Golang to build a secure file sharing system with advanced cryptography techniques.
    • CS 61A: Used Python to build interpreter for a subset of the Scheme programming language.
    • CS 61C: Used Logisim tool to build CPU (with pipelining) that implements the full RISC-V instruction set architecture with basic circuit components.
    • EECS 16B: Built voice controlled car, including breadboard circuitry for analog signal processing, software for command classification, and discrete-time control for turns.
    • CS 186: Built SQL database system that implements query optimization, concurrency, and recovery.
    • CS 160: Developed sunset application prototype that allows users to find real-time sunset locations and get AI ratings of sunset photos (interfaced with GPT-4 LLM)

  • -

    Notable Class Projects/Achievements
    • UGBA 196.3: Consulted for Blue Origin, providing a recommendation for Blue Origin to enter the Nuclear Thermal Propulsion (NTP) market by conducting extensive market and competitor research, product positioning and risk/ROI analysis, and potential partnership/M&A strategies. Presented to Blue Origin executives.
    • UGBA 10: Top 5% in Market Games business simulation
    • COLWRIT R4B Tech Writing Blog: https://strange-technology.weebly.com/

  • -

    Activities and Societies: President of C++ Club, Co-founder and Co-President of Technology Student Association (TSA) Club, Member of Monta Vista DECA, Soccer

    • Advanced Coursework: AP Computer Science, AP Calculus BC, AP Physics C (Mechanics and E&M), AP Chemistry, AP Statistics, AP US History, Java Programming, AP Macroeconomics, AP US Government and Politics, AP Spanish Language and Culture, International Business
    • SAT: 1570/1600, SAT II Math Level 2: 800/800, SAT II Physics: 800/800, SAT II Chemistry: 790/800

Licenses & Certifications

Volunteer Experience

  • Founder & Lead Instructor

    Math & Coding Classes at Local Public Libraries

    - 2 years 2 months

    Education

    • Founded and organized math and coding classes for underprivileged students at the East Palo Alto, Joyce Ellington, Calabazas, and Bascom Public Libraries
    • Taught the fundamentals of middle school mathematics and the basics of computer science through the Scratch programming language
    • Coordinated with librarians and parents, arranged equipment, and marketed through social media
    • Recruited and led a team of students to help with curriculum and logistics, delegating responsibilities…

    • Founded and organized math and coding classes for underprivileged students at the East Palo Alto, Joyce Ellington, Calabazas, and Bascom Public Libraries
    • Taught the fundamentals of middle school mathematics and the basics of computer science through the Scratch programming language
    • Coordinated with librarians and parents, arranged equipment, and marketed through social media
    • Recruited and led a team of students to help with curriculum and logistics, delegating responsibilities among the group

Courses

  • Artificial Intelligence

    CS 188

  • Business Analytics

    UGBA 104

  • Business Communication

    UGBA 100

  • Computer Security

    CS 161

  • Data Structures

    CS 61B

  • Database Systems

    CS 186

  • Designing Information Devices and Systems

    EECS 16A/B

  • Discrete Mathematics and Probability Theory

    CS 70

  • Efficient Algorithms and Intractable Problems

    CS 170

  • Entrepreneurial Leadership

    UGBA 196

  • Finance

    UGBA 103

  • Financial Accounting

    UGBA 102A

  • Great Ideas in Computer Architecture (Machine Structures)

    CS 61C

  • Intermediate Software Design in Java

    CS 1B

  • Introduction to Economics

    ECON 2

  • Leading People

    UGBA 105

  • Linear Algebra

    MATH 004C

  • Machine Learning

    CS 189

  • Macroeconomic Analysis for Business Decisions

    UGBA 101B

  • Managerial Accounting

    UGBA 102B

  • Managing Technological Innovation and Strategic Growth

    UGBA 196.3

  • Marketing

    UGBA 106

  • Microeconomic Analysis for Business Decisions

    UGBA 101A

  • Multivariable Calculus

    MATH 004A

  • Negotiation and Conflict Resolution

    UGBA 152

  • Operating Systems and Systems Programming

    CS 162

  • Physics for Scientists and Engineers

    PHYSICS 7B

  • Principles of Business

    UGBA 10

  • Probability and Random Processes

    EECS 126

  • Quantitative Finance

    STAT 198

  • Social Implications of Computer Technology

    CS 195

  • The Internet: Architecture and Protocols

    CS 168

  • The Social, Political, and Ethical Environment of Business

    UGBA 107

  • The Structure and Interpretation of Computer Programs

    CS 61A

  • User Interface Design and Development

    CS 160

Projects

  • SafeGuard

    -

    Inspired by the increasing threat of prompt injection attacks, we developed SafeGuard, a robust Python package designed to intercept prompt injection attacks on LLM applications. By only editing 3 lines of code, SafeGuard allows you to wrap and protect any language model call.

    SafeGuard employs a custom-trained detection model that outperforms the most popular models while being twice as small. Our modular, easy-to-use solution ensures safer deployment of LLMs by classifying and…

    Inspired by the increasing threat of prompt injection attacks, we developed SafeGuard, a robust Python package designed to intercept prompt injection attacks on LLM applications. By only editing 3 lines of code, SafeGuard allows you to wrap and protect any language model call.

    SafeGuard employs a custom-trained detection model that outperforms the most popular models while being twice as small. Our modular, easy-to-use solution ensures safer deployment of LLMs by classifying and sanitizing potentially harmful prompts, providing a reliable shield against various injection threats.

    Awarded the "Best Overall Generative Application Built on Amazon Bedrock" at the UC Berkeley AI Hackathon 2024!

    Other creators

Honors & Awards

  • Citadel Data Open Global Championship 4th Place

    Correlation One

    Placed 4th at the Citadel Data Open Global Championship, after qualifying for the event through the West Coast Regional Datathon. Over 30,000 people competed across all the qualification rounds. Inspired by the contemporary graduate student instructor strike across the UC system, conducted a data-backed analysis of how a university’s budget allocation for graduate instructor pay affects the end outcomes of its students. Performed extensive feature engineering, inverse propensity weighting for…

    Placed 4th at the Citadel Data Open Global Championship, after qualifying for the event through the West Coast Regional Datathon. Over 30,000 people competed across all the qualification rounds. Inspired by the contemporary graduate student instructor strike across the UC system, conducted a data-backed analysis of how a university’s budget allocation for graduate instructor pay affects the end outcomes of its students. Performed extensive feature engineering, inverse propensity weighting for causal inference of non-randomized observational data, and robustness checks with sensitivity analysis to determine whether or not GSI pay causally affects student salary.
    GitHub: https://github.com/petezh/Data-Open-Finals

  • Helen Tomasini Scholarship

    UC Berkeley

    Research scholarship to attend NeurIPS 2022.

  • Citadel West Coast Regional Datathon 3rd Place

    Correlation One

    Placed 3rd at the Citadel West Coast Regional Datathon, competing against 20+ teams. Conducted data-backed analysis of how the demographic data and treatment schedule of a diabetic patient can predict their total future hospital costs, utilizing techniques such as Synthetic Minority Over-sampling Technique (SMOTE), Random Forest Classifiers, and Gradient Boosting Regressors for data preprocessing and modeling.
    Official Certificate:…

    Placed 3rd at the Citadel West Coast Regional Datathon, competing against 20+ teams. Conducted data-backed analysis of how the demographic data and treatment schedule of a diabetic patient can predict their total future hospital costs, utilizing techniques such as Synthetic Minority Over-sampling Technique (SMOTE), Random Forest Classifiers, and Gradient Boosting Regressors for data preprocessing and modeling.
    Official Certificate: https://www.credential.net/1f856e91-0120-4887-ae81-f119f4f5bab7#gs.28fa44

  • National AP Scholar Award

    CollegeBoard

    Scored 5/5 on 12 Advanced Placement (AP) exams.

  • Regents' and Chancellor's Scholarship

    UC Berkeley

    The Regents' and Chancellor's Scholarship is the most prestigious merit scholarship offered by UC Berkeley, given to the top 200 students (out of over 30,000) of each class.

  • National Merit Scholarship Finalist

    National Merit Scholarship Corporation

    Awarded to the top 1% of high schoolers nationwide.

  • Facebook Hacker Cup Round 2 Qualifier

    Facebook

    Placed in the top 1000 worldwide (all ages) in this algorithmic programming competition.

  • Topcoder Open Round 3 Qualifier

    Topcoder

    Placed in the top 200 worldwide (all ages) in this algorithmic programming competition.

  • 2nd Place Statewide in National Economics Challenge

    Council for Economic Education

  • 2nd Place Statewide in National Personal Finance Challenge

    Council for Economic Education

  • 5th Place Nationwide at Stanford Pre-collegiate Economics Competition

    Stanford Economics Association

  • 2nd Place Worldwide at DECA ICDC

    DECA

    Placed 2nd amongst thousands of competitors globally in Professional Selling: Financial Consulting.

  • USA Computing Olympiad Platinum Level

    USACO

    The USA Computing Olympiad is an algorithmic programming competition. I attained the highest level (Platinum) and consistently ranked in the top 100 pre-college programmers in the country.

  • 5-time AIME Qualifier

    Mathematical Association of America

    Qualified for the American Invitational Mathematics Examination (AIME) for 5 consecutive years, ranking in the top 1% of the AMC 10 and top 1.3% of the AMC 12. Achieved a score of 10 on the AIME.

Languages

  • English

    Native or bilingual proficiency

  • Spanish

    Professional working proficiency

  • Hindi

    Professional working proficiency

Recommendations received

More activity by Aryan

View Aryan’s full profile

  • See who you know in common
  • Get introduced
  • Contact Aryan directly
Join to view full profile

Other similar profiles

Explore collaborative articles

We’re unlocking community knowledge in a new way. Experts add insights directly into each article, started with the help of AI.

Explore More

Others named Aryan Goyal

Add new skills with these courses