Skip to content
View Ev1ldore's full-sized avatar

Block or report Ev1ldore

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.

Content in all repositories owned by your account will be closed.
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
Ev1ldore/README.md

Chengyun

Applied AI engineer building retrieval-grounded assistants, agent workflows, and practical LLM products.

I work on systems that connect language models to real knowledge and real actions: hybrid retrieval, semantic indexing, citations, tool calling, stateful workflows, evaluation, and production integration.

Selected work

An AI reading assistant for the Model Within knowledge site. It supports article summaries, selection-based Q&A, and site-wide retrieval. The public repository is a documentation-first case study; the production implementation remains private.

A Streamlit application that turns a topic, target duration, and creativity setting into a structured Chinese video script. It supports multiple OpenAI-compatible model providers and augments generation with Chinese Wikipedia retrieval.

Engineering focus

  • RAG systems: hybrid retrieval, reranking, semantic search, citations, and retrieval evaluation
  • Agent systems: tool calling, stateful orchestration, failure recovery, and observable execution
  • Applied LLM products: multi-provider integration, privacy boundaries, and user-facing workflows
  • Knowledge engineering: turning experiments into reproducible notes, demos, and production features

Working principles

I prefer systems that are measurable, debuggable, and honest about their boundaries. A model response is useful only when the data path, failure path, and verification path are clear.

Writing and experiments: modelwithin.cloud

Pinned Loading

  1. llm-video-script-generator llm-video-script-generator Public

    基于 Streamlit、LangChain 与中文维基检索的多模型视频脚本生成器。

    Python 1

  2. model-within-ai-reader model-within-ai-reader Public

    Model Within 博客 AI 阅读助手:摘要、划词问答与全站检索。公开项目文档,核心实现不公开。

    1