I'm on a deep dive fine-tuning how I organize and manage my personal knowledge base - focused on entity extraction and strategic information retrieval and based on the AgREE paper from Apple[0] and persisting it in Memgraph.
I've got a nice ingest, extract, enrich process going for the graph - I'm currently working on a fork of claude-mem[1] that uses the graph as a contextual backend for agentic coding workflows.
If you're like me you're doing it to establish a greater level of trust in generated code. It feels easier to draw out the hard guard-rails and have something fill out the middle -- giving both you, and the models, a reference point or contract as to what's "correct"
This is a great use case for sub-agents IMO. By default, sub-agents use sonnet. You can have opus orchestrate the various agents and get (close to) the best of both worlds.
Very cool indeed. I started building something similar - relying on Auto Export [https://apps.apple.com/us/app/health-auto-export-json-csv/id...] to export my health data to an endpoint which stores it in a sqlite database. I never got as far as building an MCP server around the data but that's certainly the direction I was heading. The initial idea was to use my health data to provide context to a health/fitness agent that would recommend workouts, check-in on things, etc.
Claude will do this. I've seen it create "migration scripts" to make wholesale file changes -- botch them -- and have no recourse. It's obviously _not great_ when this happens. You can mitigate this by running these agents in sandbox environments and/or frequently checkpointing your code - ideally in a SCM like git.
There are a lot of nodes that are pre-built to interact with cloud APIs, but you effectively have an HTTP client available that can reach out to any endpoint. In my case, yes, I make use of cloud APIs and realize the trade-offs wrt privacy. You can hit any internal services you like assuming they're reachable from your n8n server
We have tools today that are uniquely good at wading through disparate sources and aggregating things into a format that we can easily digest. The worry of course - is that these tools are generally on offer from huge tech giants (google, openai, etc). The good news is, we have open-source versions of these tools that perform almost as well as the closed-source versions for these types of categorization and aggregation.
I would agree that information is now more scattered (like bread for ducks as the author notes) than ever before -- but we now have the unprecedented ability to wrangle it ourselves.
Hi y'all. Love the idea and congratulations on your launch. I've used [n8n](https://github.com/n8n-io/n8n) for similar use cases in the past. Any differences in Sim Studio that you'd like to call out?
I'm surprised continue.dev isn't getting a mention here. I've tried copilot, cody, and cursor, and ultimately came back to continue.dev. I can use my own models, api key, etc. The same VSCode setup I'm used to, custom context providers, doc indexing, etc. It's proven to be extremely useful for me - though I use it less for autocomplete, and more for interactive back-and-forth sessions to arrive at a block of code.
I used to work for a Fortune 500 company and in my case it was obvious that businesses in and around our campus suffered significantly with more people not coming to the office. My guess is the company had tax incentives in place with the city/state on the condition that their being there was a boost for the local economy. People not coming to work and spending money jeopardized those incentives.
That's right! I confuse Raleigh and Durham. I was at that same year. Highlights for me were floating points, blood orange, karen gwyer, bicep, a jamaican soundsystem soundclash out in the park, denzel curry, and a live performance by sam aaron live coding on his sonicpi software
For a short time Moog curated Moogfest in Asheville and later Raleigh. It was an amazing blend of music, technology, talks, culture, etc. I think it ran into some trouble towards the end of it's run. I ended up going once (solo) after a friend had to bail out last minute. It was one of the most fun and enriching music festivals I've ever attended. I can't imagine it coming back after this news. If anyone knows of anything similar that still exists I'd love to know about it.
I remember buying the first OP-1 when it came out for something around $700 and even then thought "wow, this is a stretch". Since then they _raised_ the price of the original north of $1k. Don't get me wrong, TE makes incredible stuff and the OP-1 is no exception, but the price point just doesn't make sense unless you have serious money to burn. I had the same reaction to you after seeing the price for the mk2. At least, like a lot of synths, they hold their value?
I once demo'ed Terraform to one of my old teams using the Dominos Pizza provider as an example. I ended up inadvertently ordering a Hawaiian style pizza to my house. It was....fine.
- settings.json - set for machine, project
- env var - set for an environment/shell/sandbox
- slash command - set for a session
- magical keyword - set for a turn