Skip to content
View BohanSu's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Highlights

  • Pro

Block or report BohanSu

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
BohanSu/README.md

👨‍💻 About Me & Highlights

👋 Who I Am

I am a senior undergraduate majoring in Software Engineering at Wuhan University (National Characteristic Demonstration Software College).

My passion lies in bridging the gap between Academic Algorithms and Production Engineering. I specialize in designing robust Multi-Agent Systems and optimizing Embedded AI pipelines. Currently, I am conducting research on 2D-3D Person Re-Identification (ReID) targeting IJCAI submission.


🔭 Core Competencies

  • 🤖 Multi-Agent Architect: Experienced in dynamic orchestration (A4R), workflow debugging, and tool-use optimization.
  • ⚡ Engineering Optimization: Proven track record in reducing Audio E2E latency to <1.5s and handling concurrency in IoT systems.
  • 📊 Mathematical Modeling: H-Prize winner in MCM, capable of cleaning 100k+ data rows and building differential equation models.

📈 Academic Stats





🏆 Top Awards:
  • 🥇 National 1st Prize, IoT Design Contest (Top 6)
  • 🥈 National 2nd Prize, "Jiebang Guashuai" Challenge
  • 📜 Honorable Mention, MCM/ICM (Math Modeling)

🛠 The Arsenal

Languages AI & Data Science Embedded & IoT Tools & Dev
Python C++ Java TensorFlow Pandas LLM ESP32 STM32 RISC-V Git Vue.js Unity

💻 Featured Projects & Engineering

Detailed breakdown of my key engineering challenges and solutions.

🤖 1. A4R Multi-Agent Architecture (Holos Platform Challenge)

  • Role: Core Architect & Developer (48-hour Hackathon)
  • The Problem: The native platform lacked state memory, couldn't handle "Intent Uncertainty" (IIUN), and failed in multi-turn interactions.
  • My Solution - A4R (Ask-for-Refine):
    • Intelligent Pre-processing: Designed a trio of agents:
      • GuideAgent: Entry point for traffic routing.
      • ValidateAgent: Embedded QA validation to fix the multi-turn interaction defect.
      • DiscernAgent: Converts fuzzy user intents into actionable tasks.
    • Engineering Resilience:
      • Implemented a "Task Fingerprint" algorithm to deduplicate tasks and prevent redundant LLM calls.
      • Built a "LLM + Rule Engine" dual-track strategy to ensure availability even if the API fails.
      • Achieved full-link tracing for 8 concurrent agents using unified context IDs.

🧩 2. Modular AI Programming Robot (National 1st Prize)

  • Role: System Lead (Logic & Algorithms)
  • Tech Stack: Python Threading, LLM Prompt Engineering, Audio Processing.
  • Key Technical Contributions:
    • Concurrency Control: Solved critical conflicts between "Real-time Debugging" and "Hardware Control" using a robust Python threading architecture.
    • Prompt Engineering: Iterated prompts through 3 versions to boost user intent understanding accuracy to 92%.
    • Performance: Optimized the audio end-to-end pipeline, achieving a response time of < 1.5 seconds.

🤝 3. General AI Assistant (Jiebang Guashuai National Silver)

  • Focus: Dynamic Orchestration & Collaborative Reasoning.
  • Contributions:
    • Developed key modules for Agent Workflow, specifically tool calling and decision logic.
    • Optimized Inter-Agent Communication Protocols to enhance robustness in multi-step complex tasks.

🦾 4. Hexbot Embedded Platform

  • Tech: RISC-V, ESP32, Sensor Fusion.
  • Achievement: Independently developed underlying drivers for a dual-architecture system (RISC-V + ESP32), adapting 6 types of sensors.
  • Impact: Reduced the learning curve for students by 40% during pilot testing in experimental classes.

🌟 Leadership & Soft Skills

  • Head of Campus News Center (Student Org)

    • Led a team to publish 100+ articles (including 17 deep-theory pieces), achieving 1000+ avg. views/article.
    • Implemented standardized management workflows, achieving zero errors throughout the year.
  • Campus Activity Platform QA (Student Union)

    • Responsible for platform quality assurance and bug tracking.
    • Identified and fixed 15+ critical bugs, improving system stability by 30%.


📊 My Coding Activity

Streak Stats
Let's connect and build something amazing! 🚀

"Code is not just about instructions; it's about solving reality's uncertainty."

Last Updated: 2026

Popular repositories Loading

  1. MultiAgent-SAR-System MultiAgent-SAR-System Public

    这是一个面向复杂非结构化环境的无人机集群协作搜救仿真系统。本项目深度集成了机器人控制理论、信息论以及多智能体系统 (MAS) 领域的多种前沿算法,构建了一个具备自主感知、动态决策、路径规划和分布式协作能力的智能体集群仿真平台。

    Python 5

  2. JosephQuestion JosephQuestion Public

    The Joseph Question

    C++ 1

  3. BohanSu BohanSu Public

    1

  4. MatrixMultiplication MatrixMultiplication Public

    给定两个n×n的矩阵a和b,求它们的积,结果矩阵中每个元素值模3

    C++ 1

  5. BinaryConversion BinaryConversion Public

    将正整数m(十进制)利用n进制表示,n是正整数且n>=2,得到的n进制数每一位依次存储在一个数组num中,num[0]为最高位。说明:n进制的每一位用数字i表示,i可以>=10。输出结果中,n进制表示的每一位从高位到低位,每一位中间用空格隔开(最高位不为0)

    C++ 1

  6. Smart_Greenhouse_Control_System Smart_Greenhouse_Control_System Public

    Smart_Greenhouse_Control_System,2023级特软班大二暑期实训开发大作业

    C 1