Ziping Liu Banner

Lead Software Engineer at GaiaVerse | Full-Stack & Knowledge Graph Specialist | Pioneer in Large Language Model (LLM) Architecture & Innovation - American Citizen

Greater HoustonContact Info
Steady rate in visitors detected at the moment
0 visitors for Today 0%
0 visitors since March 30 0%

LinkedIn

LinkedIn

☝️ Heads up: LinkedIn badges may not be visible on mobile devices 📵 or if you are not signed into your LinkedIn account on your device or computer's web 🌐 browser.

Learn more about LinkedIn Badges here.

his

Latest Updates

As a passionate and versatile software engineer, I bring a unique blend of technical expertise and creative problem-solving to every project I undertake. With a strong foundation in computer and electrical engineering and hands-on experience in developing AI-driven platforms at GaiaVerse, I excel at leveraging large language models, advanced data systems, and machine learning techniques to build cutting-edge solutions. My tenure at industry leaders such as Amazon Web Services and Texas Instruments has further honed my ability to deliver high-quality results in fast-paced environments.

Throughout my career, I have demonstrated a commitment to technical excellence and user-centric design. From creating advanced internal frameworks for continuous integration and deployment to building intuitive user experiences with React, I pride myself on bridging technical complexity with ease of use. At GaiaVerse, my work focuses on developing AI-driven natural language interfaces that transform data analysis into accessible insights, a testament to my ongoing pursuit of emerging technologies that drive meaningful change.
In addition to my technical expertise, I am an effective communicator skilled at distilling complex concepts for diverse audiences. My background in Asian cultures and languages, combined with experience in patent engineering and technical writing, enables me to approach challenges from multiple perspectives and effectively engage cross-functional teams.
My core technical skills include TypeScript, JavaScript, React, Java, and C, along with proficiency in cloud platforms such as GCP, Azure, and AWS. Currently, I am involved in the research and implementation of large language models (LLM) and OpenAI tools, focusing on natural language processing and deep learning to develop intelligent, interactive platforms. Please view my full resume at ziping.org, and as I am active on GitHub, you can find my profile at github.com/zipingl.

 * Usage of 'Principal' herein indicates a comprehensive expertise and adherence to industry best practices, showcasing principled mastery in the field, rather than indicating a formal role.
 ** Currently, I am not interested in unpaid, volunteer, or non-compensated opportunities.

Experience

  • Amazon Web Services (AWS) Graphic

    Lead Software Engineer

    Gaiaverse LTD

    -

    Texas, United States

    Lead Software Engineer: Gaiaverse LTD

    At GaiaVerse, I lead the development of AI-driven platforms that empower organizations to navigate complex, global challenges by transforming data into actionable insights. My work focuses on creating technology that integrates environmental, social, and cultural data to support informed, sustainable decision-making. One of the key projects I’ve pioneered is GaiaGraph, an advanced graph database housing over 13 million records, designed to reveal patterns, relationships, and insights within fragmented data to guide responsible action.

    In a recent significant technical breakthrough, I independently developed an AI-powered natural language query and visualization interface for GaiaGraph, without relying on other AI frameworks or tools. Within a few weeks, I delivered a feature that markedly enhances the capabilities of AI-driven data systems. This interface enables users to pose complex, conversational queries that are dynamically parsed and processed into data-backed answers, complete with intuitive visualizations.

    Utilizing an advanced AI agent framework, I designed the system to manage complex questions by categorizing query complexity and breaking down advanced queries into sub-queries for efficient, concurrent processing. Each element of this interface—parallel query decomposition, contextual embeddings, vectorized retrieval, and keyword scoring—embodies a cutting-edge approach in AI for knowledge graphs.

    The outcome is an interactive, decision-support tool that makes GaiaGraph both accessible and impactful for technical and non-technical users alike. This achievement underscores my expertise in advanced natural language processing, memory-efficient query handling, and real-time data visualization, positioning GaiaGraph as an exceptionally powerful resource within the industry.

    Neo4j Integration and Retrieval-Augmented Generation (RAG)

    GaiaGraph operates on Neo4j, a graph database that excels at representing and querying interconnected data but presents unique challenges due to its graph-centric architecture. To optimize Neo4j’s power, I developed a retrieval-augmented generation (RAG) system that intelligently retrieves, processes, and presents Neo4j data in response to user queries. The system’s embedding-based retrieval mechanism leverages Neo4j’s vast data through an AI pipeline that uses contextual embeddings, cosine similarity, and caching to create a responsive, real-time query experience. The natural language interface converts user queries into embeddings using OpenAI’s embedding model, transforming input into vectorized form for cosine similarity scoring. This allows the AI agent to identify and rank relevant data chunks from Neo4j with high accuracy, significantly enhancing the quality of responses.

    To further refine retrieval, I developed a multi-layered approach involving keyword scoring and dynamic chunk refinement. For instance, Neo4j documentation is parsed into manageable chunks stored in a PostgreSQL database, each chunk pre-embedded as vectors to ensure rapid matching. This data is scored based on both cosine similarity and keyword relevance, prioritizing Neo4j-specific terms to enhance relevance. By integrating configurable weights for cosine similarity, domain-specific keywords, and Cypher terms, I ensured that the assistant’s responses are aligned with both the query’s intent and Neo4j’s domain.

    Embedding Memory, Caching, and Zero-Shot Model Integration

    One of GaiaGraph’s core innovations is the Persistent Knowledge Memory, a feature that combines embedding storage, query caching, and zero-shot models to support efficient, contextually aware responses. When processing queries, the system first checks for cached embeddings based on unique query hashes, accelerating response time and minimizing redundant processing. If no cached embedding is found, the assistant uses OpenAI’s text-embedding-3-large model to create a 512-dimensional vector representation of the query, which is then stored with metadata for future reference. This approach optimizes memory usage, reduces API costs, and enables the assistant to provide quick, accurate answers by recalling past context without reprocessing data.

    To further enhance the system’s ability to handle diverse user queries, I implemented local zero-shot and task-specific models for data augmentation, categorizing column data within GaiaGraph entries. These models allow the system to dynamically augment data by generating new insights or classifications, particularly useful for categorizing violation data and metadata associated with different nodes in Neo4j. By integrating task-specific models locally, GaiaGraph maintains flexibility in responding to varied data requests while enriching the scope of responses.

    Advanced Query and Chunk Refinement with Embeddings

    GaiaGraph’s chunk refinement process represents an advanced application of dynamic similarity-based chunking and local coherence refinement. Neo4j documentation is divided into chunks based on token limits, initially processed for broad thematic coherence and then refined for local semantic alignment. The refinement process utilizes sentence-transformers models to evaluate intra-chunk and inter-chunk similarity. Sentences are shifted between chunks based on cosine similarity, creating coherent thematic sections that enhance embedding accuracy. Each refined chunk is embedded and stored, enabling precise retrieval based on user queries.

    The embedding generation for each chunk includes multiple passes, each adjusting sentence placement for thematic continuity. By combining dynamic similarity refinement and local similarity checks, the system achieves maximum intra-chunk coherence, ensuring that retrieved chunks provide the most relevant context for generating Cypher responses. Each chunk embedding is cached and indexed in PostgreSQL, allowing for rapid retrieval, vectorized scoring, and prioritized response generation.

    End-to-End AI Agent Framework for Advanced Data Interpretation

    Through the seamless integration of query decomposition, memory-based retrieval, and RAG capabilities, GaiaGraph’s AI agent framework has transformed traditional data querying into an interactive experience that interprets, synthesizes, and visualizes complex information in real-time. The AI agent uses a structured, multi-step process that includes:

    • Categorizing query complexity to determine whether direct processing or sub-query decomposition is needed.
    • Embedding-based retrieval to match user intent with the most relevant data within Neo4j.
    • Parallel sub-query processing to handle decomposed queries efficiently, storing results from concurrent processing for final synthesis.
    • Combined scoring mechanisms (cosine similarity, keyword weighting) to prioritize chunks that align both semantically and contextually with the query.

    This approach, combined with intuitive visualization, empowers GaiaGraph to deliver cohesive, meaningful insights by synthesizing responses across multiple data points.

    Ethical and Sustainable AI Development

    GaiaVerse is built on the principle that AI must be consciously guided to promote ethical and sustainable outcomes. My work aligns deeply with this mission, as I am committed to creating AI systems that not only advance technology but also prioritize responsible development. Each layer of GaiaGraph reflects a balance between innovation and ethical considerations, ensuring that AI is used to empower decision-making in ways that support long-term environmental stewardship. By transforming complex data into accessible insights, GaiaGraph embodies GaiaVerse’s vision for an AI system grounded in sustainability, resilience, and a commitment to the greater good.

    Through this work, I contribute to GaiaVerse’s mission of helping organizations adapt responsibly to a changing world and become effective, conscientious stewards of the planet. The technical depth, scalability, and intentionality behind GaiaGraph set a new standard for how AI systems can interact with data, embodying the future of ethical, responsible AI in data science and decision support. If you have any questions or would like to explore these concepts further, feel free to ask my chatbot, Synthethics, found at the bottom of the page as an expandable chat window, where it’s ready to assist with in-depth insights and details on GaiaVerse projects.

  • Amazon Web Services (AWS) Graphic

    Open-Source Educator and Software Development Engineer

    -

    Houston, Texas, United States

    Worked on open-source projects and contributed to the community. Development activity is all tracked through my wakatime profile.

    • I currently work on open source projects that are used by thousands of people each month. Check out my NPM Profile to see the latest updates made with my open-source projects.

    Below is a showcase of activity throughout the past year. My github profile is also active with various projects.

    Although I'm involved in open-source software development, I do this work in my free time outside my professional obligations and thus when time permits. I am no longer actively seeking new employment and work opportunities in development operations and software engineering in web technologies. I am not subject to any non-compete, contractual, or non-disclosure agreements, including any from my most recent employer, Amazon Web Services.





    In April 2008, I began my journey of providing educational content through my YouTube  channel, which now features videos with millions of views each. What started as a way to share my knowledge and interest in technology and software development has grown into a resource that helps millions of people worldwide. Check out my YouTube  channel here.
  • Amazon Web Services (AWS) Graphic

    Software Development Engineer

    Amazon Web Services (AWS)

    - 2 years 4 months

    Seattle, Washington, United States

    Worked on IOT AWS analytics.
    • As a software development engineer, I worked on AWS IoT services, actively engaging in backend, frontend, and DevOps. I collaborated with lead engineers to enhance operational efficiency by creating sophisticated protocols and comprehensive frameworks for continuous integration and deployments.
    • I was instrumental in frontend feature development, particularly on React - and worked closely with our UX team to ensure technically feasible UX designs.
    • I deployed and implemented backend services related to AWS services for my team, which included utilization of Lambda, API Gateway, ECS, CDK, CloudFormation, and S3, and utilized Java, JSP, and SQL for backend services.
    • Given my critical point of contact role, I enabled our technical writing teams to understand our backend and frontend services fully and led revisions in accessible UX text through empathic and inclusive writing stylizations.
    • After my time at Amazon Web Services, I focused on significant personal development, honing my technical and problem-solving abilities. I use WakaTime's tracking system to monitor my publically viewable coding activity and time, which allowed me to identify patterns, productivity levels, and areas for improvement in my programming habits.
    • Through this self-driven exploration, I broadened my software development knowledge, particularly in React, Node.js, express.js and RESTful API's. Learn more about my time spent after working at AWS in the experience above. Be sure to checkout my WakaTime profile.
  • Amazon Web Services (AWS) Graphic

    Software Engineer

    Texas Instruments

    - 1 year 3 months

    Houston, Texas, United States

    Exploring Speech Recognition and Deep Learning: Research, Feasibility, and Development of Voice-Controlled Turntable
    • Embarked upon a quest to delve deeper into the realm of speech recognition, armed with a newfound fervor.
    • Meticulously analyzed the viability of digital signal processors in executing deep learning algorithms, which traditionally operate via graphics processing units (GPU) with embedded systems in C++.
    • Efforts culminated in the creation of a embedded system C++ voice-controlled record player, a novelty item that nevertheless showcased proficiency in implementing innovative ideas. This project can be viewed below.
  • Amazon Web Services (AWS) Graphic

    Patent Agent

    Holland & Hart LLP

    - 4 months

    Boulder, Colorado, United States

    • I led meetings with inventors introducing new technology for patenting, prepared comprehensive patent applications, including detailed figure descriptions
    • I also successfully crafted compelling arguments to overturn patent application rejections from patent offices in the US, China, and the EU.
  • Amazon Web Services (AWS) Graphic

    Electrical Engineer

    CACI International Inc

    - 4 months

    Austin, Texas, United States

    Defense Contractor Role: Bridging Theoretical and Practical Signal Processing with Advanced Software Defined Radios (SDR)
    • Worked within a defense contractor, which provided a different environment from both private and public sectors.
    • Researched the application of theoretical to non-theoretical Signal Processing with advanced SDRs (USRP X310 & USRP N210).
  • Amazon Web Services (AWS) Graphic

    Firmware Engineering Intern

    Hewlett Packard Enterprise

    - 3 months

    Houston, Texas, United States

    HP DreamColor Calibration: Firmware Engineering
    • Conducted research in DreamColor calibration within advanced laptop display technologies.
    • Implemented full color spectrum factory calibration with full color spacing using automation at the production pipeline floor level.
    • Developed UEFI EDK II Shell Application/Driver that interfaced with laptop panel EEPROM.
    • Handled writing/reading of HP DreamColor calibration data through the Embedded Systems Controller and I2C interface.
    • Utilized Debugging Boards, JTAG, Serial Monitors, and Dediprog Flash Programmer for debugging and programming BIOS/UEFI and Embedded Controller code.

Projects

Courses Taken UT Austin Logo*


Here are some of the courses I took while earning my Bachelor of Science degrees in Electrical Engineering and Computer Engineering at the University of Texas at Austin. During my time at UT, I completed both degrees.

You can view the verification of UT Austin degrees obtained via UT's official site here.

*Not all courses required for the degree are listed, only upper division or major specific courses are listed.

Education

  • The University of Texas at Austin - College of Liberal Arts Graphic

    The University of Texas at Austin - College of Liberal Arts

    SACSCOC Accredited Bachelors of Arts characterized with Liberal ArtsAsian Studies/Civilization

    As a bilingual speaker since birth, I overcame a lifelong challenge of conflating Mandarin Chinese and English grammar structures, leading to a clear distinction between the two languages. In ensuring clarity of expression and precise conveyance of intended meanings, I overcame poor habits of utilizing Chinese Pidgin English. I am grateful for the liberal arts education that not only rectified foundational linguistic habits but also instilled critical thinking skills, fostering an acute…

    As a bilingual speaker since birth, I overcame a lifelong challenge of conflating Mandarin Chinese and English grammar structures, leading to a clear distinction between the two languages. In ensuring clarity of expression and precise conveyance of intended meanings, I overcame poor habits of utilizing Chinese Pidgin English. I am grateful for the liberal arts education that not only rectified foundational linguistic habits but also instilled critical thinking skills, fostering an acute awareness of potential unintended meanings. Communication is indeed an art, and I am committed to continually refining the skills that were reshaped through my arts degree. I am grateful to be a longhorn and having UT ignite within me, an enduring love for a global perspective, supra infra: “What starts here changes [my] world.


    (All writings are original reasoning and content by Ziping Liu; Not for reproduction, reuse, or as generative input).

  • Cockrell School of Engineering, The University of Texas at Austin Graphic

    Cockrell School of Engineering, The University of Texas at Austin

    ABET Accredited Degree in Bachelor's of Science with Engineering CharactershipABET Accredited Degree in Electrical and Computer Engineering

    From a young age, I was equally intrigued by computers, electronics, and music, the latter of which I pursued in my high school band. I was fascinated by the complexity of music theory and the precision of pitch, leading me to uncover the deep link between music and math. This sparked a curiosity that drove me to further explore these interests.

    Fueled by this curiosity, I disassembled various electronic devices, each with its own unique circuitry, though their inner workings were still…

    From a young age, I was equally intrigued by computers, electronics, and music, the latter of which I pursued in my high school band. I was fascinated by the complexity of music theory and the precision of pitch, leading me to uncover the deep link between music and math. This sparked a curiosity that drove me to further explore these interests.

    Fueled by this curiosity, I disassembled various electronic devices, each with its own unique circuitry, though their inner workings were still enigmatic to me. The programming language from these devices was initially confusing, but I eventually understood its role in directing computer operations. I found the efficient multitasking of operating systems fascinating, despite not fully understanding the underlying software.

    Driven by my thirst for knowledge, I chose a major that matched my passions, broadening my understanding and allowing me to delve deeper into these intriguing subjects.

  • Brazoswood High School

    High School DiplomaHIGH SCHOOL/SECONDARY DIPLOMAS AND CERTIFICATES4.00

    Activities and Societies: Band

Licenses & Certifications

Volunteer Experience

  • Microsoft TEALS Program Graphic

    Teaching Assistant

    Microsoft TEALS Program

    - 5 months

    Science and Technology

    Helped teach AP Computer Science for a semester and provided students career advice regarding software engineering roles.

Honors & Awards

  • General Intelligence Assessment

    Thomas International - Candidate Feedback Report

    Assessment taken as part of job interview processes. No preparation or studying was done. Summary of results:
    CategoryFeedback
    ReasoningGreater than majority of people
    Perceptual SpeedAs fast as the majority of people
    Numerical Speed and AccuracyFaster than the majority of people
    Word MeaningHigher than majority of people
    Spatial VisualisationLower than majority of people*
    *Note: I experienced some technical issues with this test, as the UI was sluggish and unresponsive at times. This resulted in a few instances where my clicks registered on the wrong choices that I had not intended to select.
  • CodeSignal General Coding Assessment

    CodeSignal

    View Ziping Liu's coding proficiency from CodeSignal here.

  • Criteria Cognitive Aptitude Test (CCAT)

    Criteria

    I achieved a score in the 95th percentile on the Criteria Cognitive Aptitude Test (CCAT) without any prior preparation. This result demonstrates the cognitive abilities I developed and strengthened during my time at the University of Texas at Austin. My CCAT performance serves as a reliable indicator of my capacity to quickly and accurately analyze complex information, a skill I have continuously honed through my academic pursuits and intellectual endeavors.

    Scoring in the top 5% on the…

    I achieved a score in the 95th percentile on the Criteria Cognitive Aptitude Test (CCAT) without any prior preparation. This result demonstrates the cognitive abilities I developed and strengthened during my time at the University of Texas at Austin. My CCAT performance serves as a reliable indicator of my capacity to quickly and accurately analyze complex information, a skill I have continuously honed through my academic pursuits and intellectual endeavors.

    Scoring in the top 5% on the CCAT is a testament to my strong problem-solving skills, critical thinking abilities, and mental agility. The rigorous curriculum and challenging academic environment at UT Austin played a crucial role in shaping and enhancing these cognitive skills. Throughout my studies, I consistently engaged with complex concepts, tackled difficult assignments, and participated in thought-provoking discussions. These experiences have not only deepened my knowledge across various subjects but also sharpened my ability to efficiently process and interpret intricate information.

    Furthermore, my ongoing commitment to intellectual growth beyond the classroom has significantly contributed to my cognitive development. Engaging in activities such as reading diverse literature, solving puzzles, and participating in intellectually stimulating conversations with peers has helped me maintain and expand my mental acuity. By consistently challenging myself and stepping outside my comfort zone, I have cultivated a mindset that embraces complexity and thrives in the face of intellectual challenges.

    The CCAT score, along with my academic background and intellectual pursuits, underscore my aptitude for quickly grasping and processing complex ideas, a valuable skill that is highly sought after in various professional fields. As I continue to embrace new challenges and opportunities for growth, I am confident that my cognitive abilities will continue to serve me well in future academic and professional endeavors.

  • Native English Speaker Proficiency Verified via AI and Manual Tests

    Emmersion of Rosetta Stone

    Certified via AI through submitted verbal and speech tests as a Native English Speaker. As defined by Rosetta Stone in its fluency requirements: Can communicate as fluently as a native English speaker, making it the standard for senior customer-facing positions.

Test Scores

  • ACT

    Score: 33