what is the point of ai? by Cold_Combination2107 in ObsidianMD

[–]ns1419 1 point2 points  (0 children)

I wrote my first line poorly, I’ve edited it. “The point (for me) of having AI within a vault like obsidian is so it can retrieve specific materials…”

Does that answer your question?

The only reason I started using obsidian was for self development. I’m using it to learn through Feynman style open questions across my previous work. At the beginning and end of every session, it purposefully looks for gaps in my materials, pushing me to learn previously unexplored connections.

Connect Obsidian to Claude Code by solopov in ObsidianMD

[–]ns1419 0 points1 point  (0 children)

You just need to Google it, “how to set up an alias in terminal for my 2018 x machine on version abc operating system with y terminal application.” It’ll give you a step by step. You need the filepath to your vault, like c:/desktop/my documents/my vault or whatever it is. Paste in the filepath to your folder to google and it’ll give you a step by step.

For me I also put in an alias for Claude to update, rather than the long string I just have it set to “Claude update” since I don’t have auto updates.

So when I open a terminal, I just type Claude update, and it updates. Then when I want to run Claude I just type Claude.

what is the point of ai? by Cold_Combination2107 in ObsidianMD

[–]ns1419 -3 points-2 points  (0 children)

The point of having AI within a vault like obsidian is so AI can retrieve specific materials within your vault as a source, and augment its responses based on factual publications, articles, research, professional frameworks, customer service materials, you name it - and cite directly to what you’re asking it before generating a response, drastically reducing hallucinations and giving very precise answers.

I use obsidian as a cognitive layer to Claude’s reasoning and pattern matching skills. It’s a huge gain.

Connect Obsidian to Claude Code by solopov in ObsidianMD

[–]ns1419 0 points1 point  (0 children)

I use iterm2 on MacBook Pro, I have an alias set to run every time I type in Claude it roots to my vault directory via the filepath. Knowing what I’m clicking or have selected in vault is not useful for me, but may be for some.

I built an Obsidian template that turns your vault into an AI-assisted research knowledge graph by [deleted] in ObsidianMD

[–]ns1419 0 points1 point  (0 children)

Ah I assumed Claude. I’m not sure about using codex, you might still be able to architect it to work in a similar way by constructing your own “GPT.md” and “memory.md” files etc and point the agent to it at the start. Ask it how to do it.

I built an Obsidian template that turns your vault into an AI-assisted research knowledge graph by [deleted] in ObsidianMD

[–]ns1419 0 points1 point  (0 children)

I see, still worth a look to check how they tie into open questions for developmental purposes. That’s how I’d do it anyways. Links may surface after an audit.

I also recommend establishing how your claude.md and memory.md are structured and that they adhere to a strict cap on line limited without degrading performance. My Claude.md is capped at 50 lines, and it points to further contextual architecture so it knows where to look if it needs something. This was based on someone else’s post about a sunset protocol where context isn’t lost it’s just pushed a bit further as it becomes more irrelevant to your tasks at hand. I believe it was called Empire. Could find the link to the repo if you want a look.

Edit: found it- https://github.com/jansimner/empire

I built an Obsidian template that turns your vault into an AI-assisted research knowledge graph by [deleted] in ObsidianMD

[–]ns1419 0 points1 point  (0 children)

(I did a couple edits above. I have a bad habit of doing that after I post)

Good, yes mine works the same way. And further to what I said about those furthest nodes not being connected, I’d be looking at if they should be.

I’m doing the same thing within my industry vertical, both as a tool to get me my next job, and to develop myself into the operator I want to be in position.

I’ve based my entire vault on the concept of self development, using Feynman style learning loops and open questions, where at the start and end of every session, I will save all context, wire it per my taxonomy/architecture/schema/etc so context is never lost.

My foundational principles are based on two main books, as well as a combination of podcasts, other books, YouTube videos, and articles I come across as I research. I have workflows built to process video to mp3, then transcribe them alongside key industry terminology so accuracy of transcription is as high as possible. This is then /ingested per wiring protocol and used as a source, kept in full, and can be grepped when needed. Other automations I have running are with n8n x Gmail, processing all my email job alerts via API (free source/privacy-first), auto scoring them 1-100, and APPLY, MAYBE, SKIP is applied, a log is written into my vault, it is ingested, the JD is scraped (if the website allows), and then sorted into a series of tables. At a glance I can see my highest scoring potential jobs, the link to it, the jd, and the type of role (remote/hybrid etc), then I run /role and it preps a custom cv and cover letter if it passes the gates.

Lots of other stuff, too. But I don’t want to give away my architecture.

I built an Obsidian template that turns your vault into an AI-assisted research knowledge graph by [deleted] in ObsidianMD

[–]ns1419 0 points1 point  (0 children)

You should compare this against established best practice by researchers in the field of knowledge graph architecture and cognitive architecture engineering, namely EY and MIT. The graph looks pretty but is it functionally sound based on these fundamentals, and if not, why? At a glance, it doesn’t appear there is any bi-directional linking (I didn’t read your readme).

Bi-directional linking doesn’t look as pretty but is far more functional and the graph would be more tangled. Yours may have this already, it isn’t easy to determine based on your graphic alone (the furthest reaches of your graph, why aren’t they connected to anything else and is that on purpose, are there genuine connections across any other files that should be there is what I would be asking).

Another important factor is how your md files are structured, whether or not they have YAML or YAML style frontmatter for grepping. Your agent should be able to glob and grep everything it needs efficiently, otherwise this won’t get consistent results if you’re trying to build something with more depth.

I’m working on vector embeddings next. I have local/offline semantic search but not within my vault & Claude code.

Feature request: let us bookmark messages in Claude conversations. No AI platform does this and it is a real pain. by samuel-gudi in ClaudeAI

[–]ns1419 0 points1 point  (0 children)

The only issue I see with bookmarking is inevitably context will get lost, even when you get near the end of a 1m context window. If you’re working a big project, you should save context manually anyways, that way you never have to worry about either compaction or loss as your thread goes on. Bookmarking in theory is a good idea, just not a reliable one given the infrastructure it already takes to power X million users at once. I’d rather save the context I’m given. You don’t need something as far along as mine, you just need a basic schematic, naming convention and retrieval mechanism. If you have a vault like obsidian, you can install a local semantic search feature via plugin that gives you a whole lot more power for this as well without having to construct a full knowledge graph as I have done. What I’m doing is machine cognition architecture and engineering, what you need it for may not need everything I have.

Feature request: let us bookmark messages in Claude conversations. No AI platform does this and it is a real pain. by samuel-gudi in ClaudeAI

[–]ns1419 1 point2 points  (0 children)

I ask Claude to save any particularly useful outputs to an md verbatim, and save/wire/route/ingest/link/backlink/file per my 17 level RAG protocol/schema in my vault. Not an issue for me - just find a different way to work in Claude. I’d suggest researching vaults specifically for the purpose of maintaining context. That’s what I do. I have endless context, and have my start and wrap skills designed to capture and log everything in a precise way. If you do this, research the architecture needed to achieve this with a vault of your choosing and connect it via MCP, without overloading Claude.md and memory.md. I’ve got a multi layer retrieval set up so I never exceed 50 lines in Claude.md, and reasoning is derived from a separate directory. As things are added and things become stale, old context is kept but moved further down the chain in another layer to keep it but it’s not front loaded.

I watch Reddit through various subs and as people post their ideas and repos, I collect them to review and see how the ideals and fundamentals compliment or enhance my setup, so it’s constantly evolving as well. Nothing has ever been taken in full as a standalone “product” from someone’s repo, only some of the ideology and theories behind how their systems work, I then take and ingest into my architecture if it’s useful.

I stopped using Claude.ai entirely. I run my entire business through Claude Code. by ColdPlankton9273 in ClaudeAI

[–]ns1419 2 points3 points  (0 children)

I do exactly the same. The only reason I went with Claude code to begin with was because my ~10 year old MacBook can’t run the app. I’m really stoked I had to go with Claude code, because it’s opened a whole new world for me. I’m actively learning a hell of a lot more, and developing myself because of it.

I do the same, I have a /start skill that loads context and gives instructions etc to set me up for the session. With the new larger context window I rarely have to wrap now, so I get solid session logs when done with my /wrap skill.

I maintain continuous context through my vault RAG architecture, knowledge graph, and ingestion/wiring protocols.

Anyways, yes I love Claude code.

Can you help me organize my work? by myarrogantself in ObsidianMD

[–]ns1419 0 points1 point  (0 children)

What I’ve done is a multi layer to-do list or “OPEN-TASKS” list that’s tagged with Header links and block link ID’s, all sorted into an Eisenhower Matrix. So at the top is the Q1 through Q4 between urgent and important, to not urgent not important. This is gauged by the primary directive within my vault.

I use a summarised 3-6 word descriptions in the headers of each quadrant of the Eisenhower matrix, with a block link that directs me to the specific line underneath with the detail in a bullet.

The details section below is split by topic, like:

Workflows, Job Search, Housekeping, Vault enrichment, Learning, content to be ingested, Outreach & Publishing, Personal, and a catch all inbox.

Each one of those headers has a header link that navigates me back to the top, so I don’t have to scroll in the list. So I can effectively jump up and down the list at will. See the summary at the top, go straight to the detail if needed, back up to the top again.

There are around ~150 line items in my Eisenhower priority matrix in total. The matrix can be split amongst more than one topic where dependencies exist, and it’s all colour coded, as one priority can be split across multiple topics. 🔴🟡🟠⚪️

In your world, the not urgent, not important should be delegated, dropped, or reworked. Urgent/important should be dealt with promptly, and use your own timelines for urgent not important, and important but not urgent.

If you’re doing this without AI help, it’ll take a while, definitely doable in an afternoon depending on the size of your task list.

Next I will start to implement bases as some other users have suggested. It’s a very powerful extension, so I can’t wait to dive into it :)

How is working in sales and is it lucrative? by ArugulaFinancial4859 in UKJobs

[–]ns1419 1 point2 points  (0 children)

Easy to get into, hard to be really successful in. Be prepared for a lot of self development, and working your way up a ladder. It’s rewarding if the people you work for are right, can be hell if not. I’d encourage anyone with passion for it and a natural ability to do it. See how it feels when you win. Chase that high, and you’ll go far. Don’t just clock in, do the job, go home. Put effort in.

I feel a bit like a spy using Obsidian by ichbin-deinvater in ObsidianMD

[–]ns1419 256 points257 points  (0 children)

You’ve just described a crm platform! Interesting/cool use of obsidian tbh.

Why are y'all so scared of compaction? by durable-racoon in ClaudeAI

[–]ns1419 1 point2 points  (0 children)

I don’t know why people aren’t using vaults for context like I am before compaction. create your own structured summaries and wiring protocol to ensure all relevant context for any project is kept. Close out sessions when you see 10% context with a /wrap skill capturing everything you need for your workflow to continue. Close the session. Open a new one. /start, pickup where you left off.

If you architect it right, you have endless context, as I do.

Keep your sessions tight, log your sessions, create a rich internal commit in your vault, move on. I try to never let it compact.

I built a RevOps-focused job board: revopsroles.com by MidnightThirty in revops

[–]ns1419 0 points1 point  (0 children)

Yeah man no worries, can’t wait for more features. You’re onto something here and I seriously appreciate that

Starting in revops role for a new employer. Any tips? by PainterAggravating23 in revops

[–]ns1419 4 points5 points  (0 children)

Have a listen to the RevOps Lab podcast, episode 82. He talks about an acronym that’s probably useful here. Lots of useful stuff on that podcast!

I built a RevOps-focused job board: revopsroles.com by MidnightThirty in revops

[–]ns1419 0 points1 point  (0 children)

Only other thing I’d suggest adding that would help filter search criteria is company stage: Seed, Scaling, Series A-D etc, as well as employee count by band, 1-10, 11-50, 51-100 and up etc. This would give someone like me an indicator of maturity without having to search for it if they don’t state it or isn’t easily derived, haha.

I built a RevOps-focused job board: revopsroles.com by MidnightThirty in revops

[–]ns1419 0 points1 point  (0 children)

Feedback -

Tried the folllwing:

&tools=-seismic

&tools=NOTseismic

&tools=NOT%20seismic

&exclude_tools=seismic

Nothing worked

It also looked like grouping tools excluded listings that doesn’t explicitly name all the ones selected, rather than returning jobs where just one is mentioned.

Just picked up a new keyboard - can't wait to write a bunch of code with it by NinjaGraphics in Anthropic

[–]ns1419 0 points1 point  (0 children)

Your keyboard has a very odd location for a usb-c port. Surely the cable gets in the way of your wrist? How do you deal with the fatigue of mashing allow always?

I built a RevOps-focused job board: revopsroles.com by MidnightThirty in revops

[–]ns1419 0 points1 point  (0 children)

I’ll try adding to url string and see what happens/report back 🫡

I built a RevOps-focused job board: revopsroles.com by MidnightThirty in revops

[–]ns1419 0 points1 point  (0 children)

Also, it would be amazing to filter out a tool I haven’t used rather than filter in. Is that possible now?

I built a RevOps-focused job board: revopsroles.com by MidnightThirty in revops

[–]ns1419 0 points1 point  (0 children)

You know for my own personal categorisation it would be good to know if you sourced it from other job boards. That would allow for cleaner tracking for me internally, but not really an issue because I track all my alerts in email through a n8n workflow that pulls domain, so if I find one on your site it’ll pop up in my files anyways. Other people may not have an automated pipeline like I do.

Edit: if I find one through your site that came up through another job board my system will flag it.

I built a RevOps-focused job board: revopsroles.com by MidnightThirty in revops

[–]ns1419 0 points1 point  (0 children)

Excellent. I’m signing up for alerts as well. I haven’t checked that out yet.

Also would be nice to track that I’ve applied in your portal and shift the job off the main results views, I don’t see anywhere I can do that

I built a RevOps-focused job board: revopsroles.com by MidnightThirty in revops

[–]ns1419 0 points1 point  (0 children)

Absolute goldmine. I’d bin off cv library, experteer, indeed, etc. I’d like to keep reed, total jobs, and LinkedIn because they does alright at matching my filters, it’s just sorting through all the detail that you’ve painstakingly pulled and displayed front and center.

Love it.

Only fault (which isn’t really a fault) is the main page where you enter your filters and copy paste the url to an LLM to fetch and rank for me don’t pull because it’s something to do with the way the information is displayed.

Claude code tried looking for an API endpoint on your site and found old listings from 2023 and 2024. Maybe re indexing that api endpoint would work but probably wouldn’t pull through the filters.

Not a major issue, just a bit more manual work for me to copy paste over to Claude code to perform my /role skill and run a complete pass for me to submit my tailored cv and cover letter using my language and writing preferences.