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

441.4k members • Free

Brendan's AI Community

26.7k members • Free

Clief Notes

46.2k members • Free

AI Agent Builders

6.1k members • Free

Cloud Engineer Academy STARTER

11.1k members • Free

Imagine Art Films (AI video)

8.2k members • Free

The Video Dept.

6.2k members • Free

Samin's Free AI Resource Hub

21k members • Free

Bookedin.ai - Support

498 members • Free

113 contributions to Clief Notes
Running an icm style file tree on gemini without an api key
Someone here has been trying to run an icm shaped system on gemini bc IT wont hand out api keys, and hit the wall where gemini code assist in vs code forgets the instructions and only takes one md file, and a Gem holds ten docs but cant write back to itself. gemini cli is the piece that closes this. u sign in with a google account over oauth, no api key involved at all, and the free tier is 60 requests a minute and 1000 a day. the reason it matters for icm specifically is that it loads context files hierarchically, the same shape the methodology assumes. it reads ~/.gemini/GEMINI.md, then the GEMINI.md at ur project root, then ones sitting in subfolders, and merges them in that order. u can pull other markdown into a context file with @path/to/file.md, so ur tree stays a tree instead of one pasted blob. /memory show prints the combined context that actually loaded, which is how u verify it rather than hoping. /memory refresh re-scans after u edit. and it writes back to disk, which is the bit a Gem cant do. for sharing with the team it just becomes the repo. they clone it, they get the same context files, nobody is hand maintaining a Gem. one honest caveat, the free oauth tier is tied to a personal google account, so if ur work account is locked down u would be putting work context thru a personal login. worth clearing that with IT first instead of finding out later.
Gemini (without API key) with ICM - Help needed
Hello smart people of the internet, Previously I asked about how you might use ICM without using Claude. There were some awesome answers, particularly about some closed/narrow options like copilot. I'm looking to utilize Gemini in the same manner where I can build/share a templated system with other people within the team. We are using the "walled garden" personal Gemini (pro license) which means that it's not easy to use outside of the Gemini . google .com portal. Access to API keys are off the table (thanks IT) so I cant use a limited free tier. So far I've tried - using Gemini code assistant via VS Code - I can connect, however it seems to immediately forget the instructions and constantly wants me to attach a MD file manually (and only one seems to be able to be added). - Use Gemini "Gem" which is kind of ok, but we're then looking at the near perfected product to then share. A gem allows context window to prefilled and up to 10 documents to be attached. It won't write back to itself so you will have to constant update it manually. Thanks for anyone providing suggestions or actual guides on how this might be achieved. Ideal outcome is not manually updating files.
1 like • 24h
@Paul Maclennan hey Paul, i hit the same wall trying to port a layered context setup into a walled garden workspace, so heres what got me thru it. the Gem route breaks for exactly the reason u found, 10 docs and no write back. what worked better was dropping attachments completley and leaning on Gemini's Drive access instead. keep the whole ICM tree as Docs in one Drive folder, then make a single Layer 0 doc thats nothing but routing, ie for CRM work open this doc, for proposals open that one. u point Gemini at that one doc and it fetches the rest on demand. thats ICM routing without a filesystem, and bc its reading live Drive files ur never re uploading. for the write back half Paul, Apps Script is the piece people skip. it runs as u inside workspace, no api key, so IT usually dosnt block it. that lets the system append to its own docs on a trigger. ur closer than it feels Paul, the structure u built already transfers.
Deploy ICM agents online
I've been tinkering with a question. Some of the applications I'm building might use specialized agents deployed online. Think off a customer service agent. My whole process is built with ICM and that agent or agents have their whole structure, it works locally, they have their context, reference files, rules, all the good stuff. However, they live in my folders in my PC. And I know how to deployed apps online, I mean there's a whole bunch of examples here on how to do it. But how do I do that for agents? I know it is a play of the Claude API embedded into the website or whichever place I need it into. But how do I direct that API to work though my whole ICM architecture for that specific agent so it knows the right context? Example: Customer asks about product A, the agent knows through the context.md that all product A info is in Product A's folder so it needs to go there and read the relevant files. All that is great and works locally but how do I deploy it online?
2 likes • 2d
@Ignacio Sandi hey Ignacio, i hit this exact wall when i moved a local ICM setup onto a server. what unlocked it for me was realising the agent isnt the folder, its the loop that reads the folder. so u dont port the context anywhere, u just ship it with the app. what worked for me: commit the whole ICM tree into the repo, deploy on railway or render, and run the claude agent sdk instead of the raw messages api. its the same engine as claude code so Read, Glob and Grep r already there, u just point cwd at the ICM root and load ur routing context.md as the system prompt. then when someone asks about product A it globs into that folder and reads the files at runtime, exactly like on ur laptop. ur site just calls ur own /chat endpoint. if u want to stay on the plain api instead Ignacio, define ur own read_file tool and hard scope the path to that dir. one thing i learned the hard way, turn prompt caching on for the static context or the bill climbs fast. ur closer than it feels Ignacio.
1 like • 2d
@Sarmad Chaudhary you're welcome brother.
Building a Music Sequencer for Guitarists Brother
I’m currently building a music sequencer for my brother Any musicians/builders here who have built something similar? Would love to compare ideas and learn from your experience.
1 like • 2d
@Junmarvi Tampac hey Junmarvi, this sounds fun. couple things first bc the answer changes a lot. is it web or desktop, is it a step sequencer for writing riffs out in tab or more a backing track machine so ur brother can jam over drums and bass, and does it need to actually make guitar sound or just fire midi into a DAW. i built a small step sequencer last year and the thing that ate a whole week was timing. i had the clock on setInterval and it drifted the second the tab lost focus. what fixed it was the lookahead pattern, a setTimeout waking every 25ms that schedules notes slightly ahead against audioContext.currentTime, so the audio clock does the timing and js just queues. tone.js gives u that for free if u dont want to hand roll it. other thing thats guitar specific Junmarvi, store string plus fret in ur data model, not the midi note. same pitch sits in 3 places on the neck so if u only keep pitch u cant render the tab back out later. lmk what stack ur on Junmarvi.
ICM Newbie/NeuroAdaptive Learning Environment Exploring Senior Engineer/Software Developer Support
I have a passion project that I am working toward: Neuroadaptive learning environment support by AI in Higher Learning so that Universities are inclusive by design and not by accommodation. Patent pending. I will need a senior engineer to collaborate with. I'm not sure how to go about vetting them.
0 likes • 3d
@Clare Martinez You are welcome, sir.
0 likes • 3d
@David Vogel Look who it is! Look who it is! Look who mentioned me! It's the G himself 👑
1-10 of 113
Mofedul Alam Joy
5
350 points to level up
@mofedul-alam-joy-3118
[email protected] WhatsApp: +8801628675223 AI Engineer helping businesses adopt AI through building agentic systems and 1-on-1 coaching.

Active 17h ago
Joined Jul 3, 2026
Powered by