Skip to content
View Jeevan-04's full-sized avatar

Highlights

  • Pro

Organizations

@konvo-in @Nirukta-Bharati

Block or report Jeevan-04

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

About

I am a computer science undergraduate interested in how computational systems represent knowledge, handle uncertainty, and behave under constraints.

I am particularly drawn to problems where reasoning breaks down - where systems must decide whether to proceed, defer, or refuse.


Areas of Interest

My interests tend to cluster around the following themes:

  • Symbolic and epistemic reasoning
  • Reasoning systems that can express uncertainty or refusal
  • Deterministic and auditable execution for AI systems
  • Systems programming (primarily C++)
  • Indian Knowledge Systems (IKS), approached critically and text-first

Projects

My interests tend to cluster around the following themes:

Project Description
Epistemic Reasoning Core A symbolic reasoning project exploring uncertainty, justification, and refusal as part of reasoning. Ongoing learning-oriented work.
Invariant An experimental execution framework exploring how LLMs can be treated as untrusted compute with enforced runtime constraints.
cpp-notebook A native C++ notebook-style environment for exploratory computation, inspired by Jupyter but designed for C++.
Nirukti A long-term project focused on Indian Knowledge Systems (IKS), emphasizing primary texts, sources, and slow inquiry.
Mahabharata (experimental) A Long Short-Term Memory (LSTM) neural network, the model learns to predict and generate text sequences, capturing the essence and style of the ancient epic.

Writing and Logs

I maintain notes, essays, and project logs on my personal site:

https://jeevan-04.github.io

This includes design notes, reflections, and records of changes made over time.


Notes

  • I am still learning and refining my ideas.
  • I value clarity over speed and depth over volume.
  • I am open to discussion, feedback, and collaboration.

Pinned Loading

  1. epistemic-reasoning-core epistemic-reasoning-core Public

    Episteme is a persistent epistemic reasoning system with non-monotonic logic, explicit conflict detection, belief revision, and quantitative belief lifecycle management layered on top of symbolic i…

    Python 2

  2. cpp-notebook cpp-notebook Public

    A native, interactive C++ notebook for exploratory programming, visualization, and systems-level experimentation — without Python or Jupyter.

    C++ 1

  3. Invariant Invariant Public

    An execution kernel that treats LLMs as untrusted compute and enforces policy via deterministic runtime interception.

    Python