Skip to content
View maryamariyan's full-sized avatar
:octocat:
:octocat:

Block or report maryamariyan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
maryamariyan/README.md

Hi, I'm Maryam. ✨

Systems Architect | Astronomy Enthusiast | Code-Generator-Generator

I spent the last eight years at Microsoft building the "plumbing" for the .NET ecosystem and GitHub Copilot. I like deep-stack mysteries, zero-allocation code, and solving problems that most people don't know exist.


📖 The Chapters

  • Now: Somewhere in a different timezone. Quietly busy. Open to the right conversation.
  • 2023–2025: Making GitHub Copilot smarter for Razor/C# and building agentic AI prototypes.
  • 2017–2022: Maintaining the .NET BCL. If your app has logs or configuration, I likely wrote the code paths you're using.
  • Formation: M.S. in Computer Science. Wrote papers on terrain synthesis using curve networks.
  • Early Years: Astronomy Olympiads and community building.

🛠️ The Invisible Impact

"The framework is supposed to feel reliable; I'm not supposed to be visible. That's by design."

  • 🌲 BCL Infrastructure: Designed the Logging Source Generator (1.4B+ downloads).
  • 🚀 Copilot Accuracy: Pushed C# completion accuracy up by +8% via SimCo eval pipelines.
  • 📐 Geometry & Math: My academic roots are in computational geometry and terrain synthesis.
  • 🤖 AI Incubation: Built BugBuddy, a RAG-based agentic AI, before "agentic" was a buzzword.

🕹️ What’s in my stack?

  • The Day Job: C#, .NET, Roslyn, LLMs, RAG, LSP, Performance Profiling.
  • The "For Fun": Astronomy, Physics, finding bugs in things I use, and reading source code.
  • The Vancouver Vibe: Staying local, mentoring, and organizing .NET meetups.

⌨️ Terminal

$ maryam --status
> "Quietly busy."

$ maryam --contact
> "LinkedIn is the way: [linkedin.com/in/maryam-ariyan-90884328/](https://linkedin.com/in/maryam-ariyan-90884328/)"

$ maryam --mood
> "Looking at stars, building the infrastructure to reach them."

Pinned Loading

  1. gemini-cli gemini-cli Public

    Forked from google-gemini/gemini-cli

    An open-source AI agent that brings the power of Gemini directly into your terminal.

    TypeScript

  2. claude-code claude-code Public

    Forked from anthropics/claude-code

    Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflo…

    Shell

  3. dotnet/runtime dotnet/runtime Public

    .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.

    C# 17.9k 5.5k

  4. langchain-rag-tutorial langchain-rag-tutorial Public

    Learn RAG fundamentals by building a product recommendation system with LangChain, FAISS, and Google Gemini

    Python