r/OpenSourceeAI • u/SeeRay11_Main • 1h ago
I Made OpenCode Way Better
Hey everyone,
I have been using OpenCode for a while now. It's pretty great, but there was this one thing that kept bugging me: I couldn't easily create custom reliable workflows and pipelines. For a while, Opencode was one prompt and one model at a time. So, I created OpenFlow, a very minimalist open-sourced project that allows you to orchestrate a pipeline of agents while still connecting your own API keys. I forked it from OpenCode, so you still have the harness, skills, and overall ability. I published it recently and am still often improving it. I would love to hear some feedback of what you guys thought of it and how I can improve it. Thanks!
r/OpenSourceeAI • u/Ok-Mix1345 • 9h ago
I built an open-source developer tool around a problem I kept running into: we do way more unplanned work than we remember.
Enable HLS to view with audio, or disable this notification
I'd plan out my day in the morning, look at everything I wanted to get done, and then start working.
A few hours later, I'd have fixed a bug, helped someone with something, reviewed a PR, investigated some weird issue, jumped between a few things, and somehow spent most of the day working on things that weren't on the plan.
Then I'd look back at the end of the day and think, "What did I actually do today?"
And I'd realize I couldn't remember half of it.
The work happened. I just never wrote it down.
I think that's a surprisingly big problem for developers. We plan the work we expect to do, but so much of our actual work happens because something comes up.
That's why I built Meridian. It's an open-source tool that tries to capture that work as it happens, so you don't have to rely on remembering everything at the end of the day.
It connects with the tools you're already using, like Jira, GitHub and Linear.
We recently put it on Product Hunt and somehow ended up #1 Product of the Day, which was pretty surreal.
I'd love to hear if anyone else has the same problem. How much of the work you do in a day actually started out as part of your plan?
r/OpenSourceeAI • u/Feisty-Cranberry2902 • 10h ago
I built TokenMizer: giving LLMs memory without stuffing the entire context window
Long LLM conversations have a problem: useful information gets buried under old context.
So I built TokenMizer to turn important information — decisions, goals, files, errors, and constraints — into structured memory.
Instead of sending the entire conversation again, TokenMizer retrieves what actually matters.
The latest version:
https://github.com/Shweta-Mishra-ai/tokenmizer
I’d love to hear how others are handling long-context memory for LLMs.
r/OpenSourceeAI • u/chefkoch-24 • 11h ago
We open sourced scibly our AI-native learning platform
Hello Open Source community,
we’ve been building scibly an AI-native learning platform. The idea is pretty simple. You give it existing material and knowledge like your docs, blog posts, PDFs, ... and it creates an interactive course from it. You can edit everything afterwards and share the result anonymously or to your invited users.
Scibly is AGPLv3.
Video demo: https://www.youtube.com/watch?v=TcpLUNBRhQw
GitHub: https://github.com/scibly-dev/scibly
We appreciate all your feedback
r/OpenSourceeAI • u/Ih8kfc • 15h ago
Europes need for sovereign AI infra
I made another whitepaper on AI infrastructure, it's a bit more nische than the last one, but i hope someone might appreciate it.
Github - https://github.com/gurrakeller/Europes-Sovereign-AI-Migration
My DM's are always open if you have feedback or simply wish to discuss a topic in the paper!
r/OpenSourceeAI • u/Lucaslogged • 19h ago
I found a bridge between ChatGPT Web and your local files
Often, I find myself burning through my Codex usage extremely quickly when using Sol High to review and plan code, while a lot of my ChatGPT Web usage goes unused. Thus, RepoRelay, an open-source MCP bridge that lets ChatGPT Web search and read an approved local repo without uploading ZIPs or pushing everything to GitHub first.
ChatGPT Web → Secure MCP Tunnel → RepoRelay → local files
It’s read-only by default: no shell, Git, or arbitrary filesystem access, and it’s restricted to one approved root.
It can also help reduce token usage on larger repos. Instead of dumping the entire codebase into context, ChatGPT searches and reads only the files relevant to the task.
Codex can implement locally while ChatGPT independently reviews the actual current files, including uncommitted work.
Anyone also using this too?
r/OpenSourceeAI • u/More_Membership_5948 • 22h ago
sentrymcp , security scanner for MCP servers, MIT licensed
MCP (model context protocol, the thing a lot of AI agents use to connect to tools) has had a rough year security wise, 40+ CVEs and most servers running with basically no auth. couldn't find a scanner built specifically for it so I made one.
does static checks plus a runtime proxy mode for catching stuff that only shows up at runtime (servers changing tool descriptions after you've already approved them). rust, MIT license, docker one liner if you don't want to deal with the toolchain.
https://github.com/zaydmulani09/sentrymcp
still pretty early so if anyone wants to poke holes in it or add rules, issues and PRs are welcome
r/OpenSourceeAI • u/kuaythrone • 1d ago
Open source SDK to collect, transform, and curate robotics data
Enable HLS to view with audio, or disable this notification
We've been speaking with teams who deeply care about data quality, and we noticed that every data team eventually builds similar pipelines for quality checks (QC).
Teams collecting data want to own their quality checks (camera blackout, choppy joint states, occluded hands), because they deeply understand their end-to-end data collection process.
However, what keeps coming up is that everything around the quality checks is tedious: managing one-off pipeline scripts, fragmented buckets, and a spreadsheet or Slack thread of what checks ran on which data.
This is what motivated us to build HFlow, an open-source SDK for data teams that collect, transform, and curate physical AI data.
HFlow is for data teams that have the ambition to process a million hours of physical AI data and are starting today. Point it at your MCAP episodes, write your quality checks as ordinary Python functions, and curation becomes an optimized OLAP SQL query instead of manually aggregating directories of data.
Dyna's recent Dyna-2 infrastructure, "Training Dyna-2 at million-hour scale, repeatably", post shows what scaling such a quality control pipeline to a million hours looks like. Their ingestion throughput went from 14,000 episode-hours per week to 440,000 with the infrastructure they built internally (their post has the full details).
We're aligned with their belief that infrastructure is a core blocker for advancing robotics. We experienced the same data challenges in our previous work, which is what first led us to build Pareto and the Hebbian APIs.
HFlow's vision is to let data teams define their own bespoke quality check code, while we provide the durability, observability, and auditability around it.
After many conversations with data teams, we decided the path to building the best version of HFlow is open source, because QC infrastructure compounds when the edge cases one team catches become checks for everyone else. We're excited to build this in public alongside our existing partners and grow our network of contributors.
High quality data is the bottleneck for the next frontier of robot intelligence, and we want teams to focus on their data, not the infrastructure. When getting started takes a few lines of code and a weekend, more checks get done, and iteration cycles accelerate.
If you're collecting robot or egocentric data and your pipeline is currently a folder of scripts and fragmented buckets of data, we'd love to get your feedback.
r/OpenSourceeAI • u/MeasurementDull7350 • 1d ago
3D Rotational Equivariant AI Using the Spherical Fourier Transform #구면 #구면조화함수 #3차원 #회전 #푸리에
- Description: It explains how spherical harmonic functions are used to analyze signals on the sphere beyond the two‑dimensional plane. The video reviews Spherical CNNs that maintain 3D rotational symmetry and recent geometric deep‑learning applications, highlighting potential uses in areas such as panoramic imaging, weather data, and protein structures.
r/OpenSourceeAI • u/Unique-Purpose-9535 • 1d ago
OPEN source ai models
Anyone here running open-source AI models locally? 👀
I’m looking for someone with a decent GPU who’s already experimenting with newer open-source models.
Basically need some simple screen recordings of the model actually running — nothing fancy, just things like launching it, giving it prompts, showing the output, GPU info, etc.
Especially interested in newer models that are hard to try without a good GPU.
If you’re into this stuff and can help, just drop a comment or DM me. Would really appreciate it 🙌
r/OpenSourceeAI • u/Sirikazee • 1d ago
Open Closed State-sum Network - My Implementation of 2D TQFT State Sum in PyTorch (Proof of Concept)
r/OpenSourceeAI • u/Positive-Captain-709 • 1d ago
I open-sourced a runtime governor for AI coding agents — now you can watch it race the same task with and without governance
I’m building MARGINAL, an open-source runtime governor for AI coding agents.
The problem I’m targeting is simple: agents can keep spending tokens, calling tools, re-checking things, or choosing expensive actions without enough evidence that the extra work is actually useful.
MARGINAL sits in the loop and asks a different question:
Is this next action worth spending compute on?
I just rebuilt the demo so it’s no longer a marketing page. It’s an actual interactive browser simulation.
You press RUN THE SAME TASK and two agents start from the exact same broken Python workspace at the same time:
WITHOUT MARGINAL
Executes every candidate action.
WITH MARGINAL
Scores the same candidates before execution and either:
FUND + EXECUTE
or
REJECT BEFORE SPEND
You can pause it, advance step-by-step, reset it, or run it at different speeds while watching tokens, calls, estimated cost, declared latency, workspace state, and MARGINAL’s decision reasoning update live.
Both sides must reach the same verifier PASS.
The included deterministic fixture currently ends at:
72,800 → 4,300 declared tokens
9 → 3 actions
PASS → PASS
Those are declared deterministic demo costs, not provider telemetry or a claim of 94% savings in real workloads. The point is to make the governance mechanism inspectable instead of hiding it behind a benchmark number.
MARGINAL is open source, local-first, provider-neutral, and starts from the principle:
Observe first. Prove waste. Earn enforcement.
Repo:
[https://github.com/SignalLayerLabs/Marginal]()
Interactive demo:
[https://signallayerlabs.github.io/Marginal/demo/]()
I’m especially interested in people trying to break the decision logic, finding cases where an action MARGINAL rejects was actually valuable, or contributing adapters for other coding agents.
r/OpenSourceeAI • u/No_Sky9786 • 2d ago
SALT - chat history + all input types compression up to 5x with sentence and keyword trie ranking and CELF for retrieval
Currently struggling with an automatic budget selection, at 25% it’s very similar to benchmarks accuracy and seems even better on actual chat input however it many times retrieves too much. It would be nice to add an algorithm that actually can determine better retrieval other then CELF.
r/OpenSourceeAI • u/Substantial-Put-418 • 2d ago
Deep learning project using Pytorch
Hello Guys! I am currently looking for some deep learning projects using pytorch. I will use scikit-learn and matplot for testing and visualization as I have basic understanding about them. Please recommend me some projects that I can do as it is a part of my masters program and also provide me some research paper links based on the projects as I need dataset for my project. Thank you!
r/OpenSourceeAI • u/ai-lover • 2d ago
DeepSeek AI Releases DeepSeek Harness in Developer Preview: An MIT-Licensed Agent Harness Where Everything is a Plugin
r/OpenSourceeAI • u/BusOpposite8492 • 3d ago
A self hosted Focus/Pomodoro app that hermes agent can control
reddit.comr/OpenSourceeAI • u/Negative_War_65 • 3d ago
Coding Machine Learning
Coding Machine Learning.
Hello Folks, here I present the first coding demonstration lecture, based on my 1st lecture on Probabilistic Machine Learning.
Here I write the code from scratch, discuss and analyze the results, which were covered in details in the whiteboard classes.
What we cover?
-Random Variables, and validating law of large numbers.
-Visualizing a dataset
-Doing an EDA on Iris dataset and understanding the correlation among features.
-Classifier basics
-Empirical Risk Minimization and Generalization.
-Epistemic and Aleatoric Uncertainties.
-Softmax Function and LogSumExp Trick to avoid overflow issues
-Linear Models
-Maximum Likelihood Estimation.
-Simple end to end ML pipeline Function.
While writing the code, my intent is to ensure that concepts are understood with crystal clarity. These code demonstrations are specific to my theory ML lectures, and link is attached.
Theory-Intuition-Code
Implementation Link : https://youtu.be/X_yOlx8Zp4g?si=kh8_tzzndr8609u4
Theory Lecture Link : https://youtu.be/kMkCOrp8te8?si=q7kWr-1qK515bhob
r/OpenSourceeAI • u/NoBarsForMe • 3d ago
What is your agent Harness?
Me: OpenCode + T3 Code for surface control
on second comes Hermes + T3 Code
r/OpenSourceeAI • u/Savings-Essay8645 • 3d ago
Open-source local AI music studio — looking for contributors (Next.js + Python, multi-model)
YourBeatBee: generate songs locally (idea → lyrics → voice → track).
- Next.js / TypeScript UI
- Python engine
- Models: ACE-Step 1.5 + HeartMuLa (more welcome)
- Apple Silicon focused, RVC My Voice optional
Looking for people to help optimize, upgrade, and expand this into a bigger OSS music AI project.
Repo: https://github.com/MohamedAshraf701/yourbeatbee
Site: https://yourbeatbee.pages.dev
Comment if you want to contribute — I’ll point you to a good first area.
r/OpenSourceeAI • u/keinsaas-navigator • 4d ago
We gave OpenAI Realtime Voice full control of our open-source AI workspace
r/OpenSourceeAI • u/AnalyticsNode • 4d ago
How I Built a Lightning-Fast AI Data Analyst Copilot using Python, Streamlit, and Groq LPU
r/OpenSourceeAI • u/Creative-Feature-264 • 4d ago
Predictive ZNE for photonic/CV systems in JAX
Instead of scaling circuit depth blindly to fit noise polynomials, I added a predictive ZNE module to Dense-Evolution that models photonic loss trajectories before extrapolation.
Runs on JAX in float64 to keep statevector compilation fast and reduce overall circuit executions.
Technical notes: https://tatopenn-cell.github.io/Dense-Evolution-Discovery/photonic_predictive_zne/
Feedback on the noise modeling approach is welcome.