Activity
Mon
Wed
Fri
Sun
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
What is this?
Less
More

Memberships

Clief Notes

3.8k members • Free

16 contributions to Clief Notes
Duplicate Detection Tool
Over the last few weeks I have been working on (vibecoding) a project called SIR-Engine. It can detect when 2 functions or classes implement the same logic even if they have different names, variable names, and even if they are written in different languages. A java and python function that do the same thing produce the same hash. This week I kind of had the idea to make it a tool that an AI (like claude code) can use on the code it generates. I learned that is called an MCP server. So before creating new functions it checks if the logic as already been used before in your codebase, and if it is then the AI will just reuse it. I also added duplicate class detection this week too using Merkle Tree hashing which I came up with independently! I'm a biomedical engineering student at Ohio State. Started this about two weeks ago. Totally free for any personal or open source projects! Live demo: https://sri-engine-7amwtce7a23k7q34cpnxem.streamlit.app GitHub: https://github.com/lflin00/SIR-ENGINE Happy to answer any questions about how it works!
1 like • 29m
NGL cool idea for automation tho. i lean heavy on human in the middle always.
0 likes • 3m
@Lucas Flinders interesting, I'll check it out them.
Hi just joined, my Obsidian+Claude-Code experience
I am a student and recently admitted to a new program to study intelligent systems engineering. I have been a self learner for the past year just pursuing full stack development and Linux basics, there seems to always be more to know. But, I have been loosely on this AI 2nd brain trail for a while now and now its possible with current models and gaining momentum like in this community. First checked out the Youtube and resonated with this idea of what is the new layer of abstraction, what's worth building and investing into. A little bit ago a document rag processing pipeline seemed to me the best thing you could do and now its all native. In the past few days Gemini now has multimodal rag embeddings too. Structured context and instructions in markdown is the layer where it is both human readable and AI readable. As the models improve you can't take away the need for well structured context, in fact it only makes it more valuable. So what is the best way to do this. The most straightforward thing for me was Obsidian + Claude-Code, Claude-Code runs in my vault root and Obsidian is a great markdown frontend with plugins, notably obsidian CLI and local rest api. First symlink the .claude folder to a folder like CLAUDE so it is not hidden in obsidian. Then the CLAUDE.md tells it how to interact with your vault. Ultimately the native tools Read, Edit, Write, Glob, and Grep are often best but GET /active allows it to see what's open via the rest api. Obsidian CLI has some commands that can allow more capability faster in fewer tokens, but not all are better than the native md editing. My initial strategy is building light commands that instruct it how to use these obsidian commands and also bash to get more deterministic outputs in fewer tokens. Make common tasks repeatable and maybe transition to run it on local ai requiring less inference at some point. However, there are some disadvantages still. It feels like there is not total agreeance between Claude-Code standards and obsidian standards. I gave up on using an Obsidian MCP because there is too many of them and its unclear the tradeoffs between them. Maybe I should be making my own? It also needs deeper integration with an IDE, sandbox dev container environments, a knowledge graph it can traverse not just the obsidian tags and links it has to grep. Another thing is how do I want to interact with it from my phone, a mobile interface focused on different actions and views not just obsidian mobile, although it may be versatile with proper setup.
0 likes • 1h
personally I'm not a fan of mcp. claude is so good at using bash, that a well made and documented cli does everything you need. I made my own ide which is basically github desktop, obsidian, terminal, all in one. its called teamide and can be downloaded at teamide.dev. but you seem capable enough this i really suggest making your own. its very rewarding and goes a long way to help you understand cooperative vibe coding. its my opinion that to make something good. there needs to be a human in the loop. everything im seeing from you, your very much going the right way! keep up the great work :)
Introduction
Hey teams. I'm Maggie, a Product marketing manager in a SaaS environment with an aggressive roadmap. I looked around me five weeks ago and noticed everyone was working more efficiently than I was. Now I'm here. Current objectives: - Token efficiency - Folder setup for training docs - Use cases that naturally fit into my workflow - Documenting my process early for continuity
0 likes • 2h
@Maggie Copeland what model are you using?
0 likes • 1h
@Maggie Copeland Thats a brand new model. It only runs on the Desktop app, How long have you been optimizing? Have you tried using claude code instead to the desktop app? Claude code cli works orders of magnitude better than Anthropics desktop app. It does require a bit of a learning curve. But I think you will find the issue your seeing to not really be much of an issue with claude code.
Introduction
Hi, I’m Jason — a software engineer working on an enterprise finance platform where AI is increasingly part of our development toolkit. I’m particularly interested in agentic workflows and how teams are integrating AI into real engineering practices. I always enjoy connecting with others in the space, sharing lessons learned, and hearing about different approaches. Feel free to reach out if you’d like to exchange ideas.
0 likes • 2h
welcome to the group!
local AI build recommendations
Hi everyone, I am glad to join the community of like minded people building and working with AI. I had a quick question.... I am currently on intel 10600K 24gb 2666mhz ram RTX 3060 TI I am going to upgrade to Ryzen 7 9700X x870E motherboard (haven't decided which one yet) 64 GB of ddr5 ram ( just waiting for markets to cool) and I wanted to know what do you all recommend for GPU's to run ? I plan on running dual GPU s but I want to know if single will be better to run a local AI and automation business ? please let me know below based on the poll which GPU would be best suited and if its better to run single or dual GPU. thank you all in advance.
Poll
3 members have voted
0 likes • 2h
Depending on your budget, you might want to look at a Tesla P40 before committing to any of those options. It's a data center card with 24GB VRAM, same as a 3090, but you can pick one up on eBay for ~$100. For pure local AI inference on Linux it's hard to beat the value. Downsides worth knowing: no video output, runs hot so it needs active cooling, no consumer driver support on Windows, and it's an older architecture so it's slower than a 3090. But if you're running a dedicated AI box on Linux, none of that really matters. I actually run Tesla K80s in my own cluster for the same reason. Why pay consumer GPU prices when data center cards with the same VRAM are sitting on eBay for next to nothing? If you do want to go the consumer GPU route and are serious about dual GPU, the only card on that list that actually supports NVLink is the RTX 3090. Nvidia removed NVLink on the 4090 and it's still gone on the 5090. Two 3090s with NVLink gives you a combined 48GB VRAM pool, which opens up a lot of larger models that won't fit on a single 24GB card, and will likely cost you less than a single 5090. The P40 route is still better value if you just want raw VRAM on a budget, but if you want a clean upgrade path with modern drivers and NVLink, dual 3090s is the move. BTW, I run my cards on old Bitcoin mining motherboards. They're cheap and already designed for multi-GPU clustering, so they're a natural fit for this kind of setup. But you really do need to know what your doing to pull it off. Also this wont work for the 3090 with nvlink.
1-10 of 16
David Herrera
3
35points to level up
@david-herrera-4219
I'm just a dude living in the middle of nowhere doing ai research and building ai frameworks.

Active 3m ago
Joined Mar 12, 2026
ENTP
Powered by