Skip to content
View gou7ma7's full-sized avatar

Block or report gou7ma7

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
gou7ma7/README.md

Hi, I'm Roy Li

Bilibili Linkedin Blog

Hi, I'm Roy Li (Hongui Li), currently working as an
AI Agent Application Engineer (Contractor) at NXP Semiconductors.

I was fortunate to catch the AI wave at the right moment.

For nearly a decade, I have focused on improving productivity and efficiency within enterprise engineering organizations. The rise of GenAI did not change that direction; it gave me a far more powerful way to pursue it.

Today, I apply that experience within a GenAI team, turning AI from promising demos into practical engineering capabilities and bringing agentic workflows to chip SDK teams.

timeline
    title From DevOps to AI Agent Engineering
    2022 : Come to Shanghai
         : DevOps Engineering
    Next : Baidu Cloud
         : Cloud Services Support
         : Began my transition into AI
    Now  : NXP Semiconductors
         : AI Agent Application Engineer
         : Bringing GenAI to chip SDK teams
Loading

How AI Changed the Way I Learn

With a respectful bow to my AI liege, AI has dramatically expanded the boundary of what I can explore and build as an individual engineer.

It allows me to enter an unfamiliar domain through practice instead of postponing practice until I have mastered every prerequisite. It also helps absorb much of the exhausting long tail of integration, adaptation, and customization work.

AI has not removed the need to learn. It has changed the order in which I learn:

Build something useful
        ↓
Discover the real constraints
        ↓
Return to the fundamentals with concrete questions
        ↓
Understand, refine, and generalize

I can begin with a customized solution, observe where my understanding breaks down, and then study the underlying principles with real context. This greatly lowers the initial learning curve while making deeper study more focused and meaningful.

That same approach also shapes the tools I build:

flowchart TB
    A["Existing LaTeX <br/> resume template"]
    B["Schema-validated <br/>  YAML content"]
    C["Jinja2 presentation layer"]
    D["Bilingual XeLaTeX resumes"]

    E["Go Markdown server"]
    F["Mermaid diagram rendering"]
    G["E-ink reading adaptation"]

    A --> B --> C --> D
    E --> F --> G
Loading

>  “It was the best of times, it was the worst of times.”
I think that is especially true of the AI era—and that makes it a fascinating time to build.

Popular repositories Loading

  1. extract_keyword_from_word2excel extract_keyword_from_word2excel Public

    1. 给定关键字;2. 在多个word中提取含有特定关键字的段落等信息;3. 汇总整理成excel。

    Python 8 3

  2. leetcode leetcode Public

    小红和队友们刷题的地方。

    Python

  3. gou7ma7 gou7ma7 Public

    Config files for my GitHub profile.

  4. gou7ma7.github.io gou7ma7.github.io Public

    HTML

  5. go-markdown-server-with-mermaid go-markdown-server-with-mermaid Public

    Forked from mountain-pass/go-markdown-server

    add Mermaid render for my e-book.

    Go

  6. schema-driven-resume-as-code schema-driven-resume-as-code Public

    Forked from billryan/resume

    Build validated bilingual resumes from YAML using Jinja2 and XeLaTeX.

    TeX