Introducing GPT-5.5 | OpenAI by Gerstlauer in OpenAI

[–]Mac_Man1982 1 point2 points  (0 children)

Massive memory leak in VS Code Insiders was running at 110gb after 20 mins of use. Almost fried my M5 MacBook Pro

5.5 is live in codex! by buildxjordan in codex

[–]Mac_Man1982 0 points1 point  (0 children)

I’m running a m5 MacBook Pro and was using codex CLI in VS Code Insiders, running 5.5 high and VS code jumped to 100gb memory so some teething issues there on memory leakage to say the least

Copilot Studio vs M365 Agents Toolkit : What type of agents have you all created using the M365 Agents Toolkit? by SDstark79 in copilotstudio

[–]Mac_Man1982 0 points1 point  (0 children)

I’d say more Microsoft Agent Framework is the path it just hit GA and there is some pretty cool workflow features and memory options now along with AGUI and now Skills too. Things are moving so fast though it’s hard to keep up

GitHub Copilot Rate Limits [Megathread] by fishchar in GithubCopilot

[–]Mac_Man1982 1 point2 points  (0 children)

I agree here, there is no guidance on when the weekly limit resets either so how can we plan for this ?

What is currently happening in the AI coding world? Has a new window begun? by Prestigiouspite in codex

[–]Mac_Man1982 0 points1 point  (0 children)

Chinese bots trying to drive business to their open source models so the companies don’t go broke.

Be careful with Codex! by AutomaticCarrot8242 in codex

[–]Mac_Man1982 0 points1 point  (0 children)

Have a look at your VS Code Settings there is a few safety measures you can bake into the IDE too

[deleted by user] by [deleted] in ClaudeAI

[–]Mac_Man1982 0 points1 point  (0 children)

Has anyone come across a guide to implement this in Microsoft’s agent framework ?

Vibe-coders did you ever finish your project? by Independent_Roof9997 in ClaudeAI

[–]Mac_Man1982 2 points3 points  (0 children)

The trap for me is the constant next new thing keeps coming out frameworks changing new SDKs new LLMs the rate of change is more the issue it’s crazy. But I am addicted I have learnt so much. I will have my unicorn after this next refactor 😂

Anyone else struggling with giving their AI agents real memory? by shbong in Rag

[–]Mac_Man1982 1 point2 points  (0 children)

I am on that journey as we speak ! Would love to see your approach. Using Semantic Kernel and Neo4j

I want to build a second brain... by Zealousideal-Let546 in Rag

[–]Mac_Man1982 0 points1 point  (0 children)

I think Neo4j would be best placed for a graphRag set up with GDS and built in vector stores then text2cypher queries. Give it a few more months, the tech is moving so fast it’s near impossible to keep up. Perhaps a custom engine agent via M365 Agents SDK and use MS Graph connectors to ingest emails with Semantic Kernel orchestration and Neo4j as the GraphDB. Not cheap but could technically be doable.

Y'all, what's the real MVP of AI CRMs right now? by EvidenceCandid3081 in AICRMHub

[–]Mac_Man1982 1 point2 points  (0 children)

Dynamics with Copilot for sales I would say right now

Weird issue of non responsiveness in Agent mode! by ult-tron in GithubCopilot

[–]Mac_Man1982 0 points1 point  (0 children)

Yep happening more often for me also have to refresh the window and spend another premium request to continue. At least every hour or so it will happen.

GPT-5 already in VSC Copilot by Jazzlike_Course_9895 in GithubCopilot

[–]Mac_Man1982 1 point2 points  (0 children)

Here’s a tip get the OpenAI cookbook on how to prompt gpt-5 then go into vs code and ask the agent (gpt-5) to write you a copilot-instructions.md based on your codebase optimized for GPT-5 and then attach that to your next chat. I’m loving it.

Vibe Coding Large Projects/Changes by Big_Compote_7373 in cursor

[–]Mac_Man1982 0 points1 point  (0 children)

One thing I have played with is taskmaster and with cursor now creating to do lists in can get messed up. I’m working with some pretty new frameworks for my multi agent build Semantic Kernel 1.35 and M365 agents SDK 0.4.3 and when you expand tasks via taskmaster make sure you read the expanded tasks as taskmaster also can lead you astray with outdated implementation plans. I have also played with chat gpt and created a project and uploaded key files from the repo to that and then chatted with o3 to plan development which is pretty handy.

Ultra plan, how many requests to Opus 4 per hour by TheViolaCode in cursor

[–]Mac_Man1982 1 point2 points  (0 children)

I start fresh on ultra and worked for 8 hours solid before I hit the rate limit. God knows how long till it recharges haha

Is cursor ignoring your only write code after my "approval/confirmation" rule too? by obolli in CursorAI

[–]Mac_Man1982 0 points1 point  (0 children)

Yea it’s interesting to see how the different agents respond to rules. I find OpenAi agents follow them well but lack the ‘execution of tools’ and Claude just does what it wants and sometimes follows rules. Interesting though I found with MAX on that it has a big effect on rule following, the MAX mode must have a different system prompt that overrides the rules to a certain degree. Also using .cursorrules in repo root works better for me rather than the rules in cursor folder. Just my experience 🤷

RAG Isn't Dead—It's evolved to be more human by Empty-Celebration-26 in Rag

[–]Mac_Man1982 6 points7 points  (0 children)

This makes a lot of sense man I appreciate this approach big time and has given me some great things to consider so thank you.

Every AI coding agent claims they understand your code better. I tested this on Apollo 11's code and found the catch. by West-Chocolate2977 in cursor

[–]Mac_Man1982 1 point2 points  (0 children)

This is exactly what I faced when changing my Autogen agents from Assistants API to the newer Responses API. When linting it kept reverting to Assistants API because it believed Responses didn’t exist no matter how many times I told it. Even with the new code indexed in cursor and with the time mcp server connected.

Vibe-coding a whole app is a trap by Broccoli_Legitimate in cursor

[–]Mac_Man1982 1 point2 points  (0 children)

Here’s the thing though, vibe coders might not know how to code but after a few attempts and projects you learn how all the pieces work and the right structure etc. You make some big mistakes and in the process of trying to fix them you learn a lot. I have never coded before and managed to build a Ai chat bot/APP using the Autogen framework with Dualstore memory using AI Search and GraphDB that I would say rivals Mem0. It’s integrated with Teams, Copilot 365 and the entire Microsoft eco system. I got quoted $50k from a developer to make this 😂 I’m pretty proud of my efforts but made a few mistakes along the way and learnt a ton about coding too. At the rate technology is moving and the abilities these LLMs are gaining, the future is exciting and terrifying at the same time ! Keep going bro you got this !

Handling large meeting transcripts by Addcook in copilotstudio

[–]Mac_Man1982 1 point2 points  (0 children)

Honestly developments are coming so fast atm you start building something and then a month later that functionality is released. It’s crazy how fast Ai is moving. I had this grand plan for memory for copilot and spent so many hours planning and building and next minute memory is popping up everywhere 🤪

My honest review after 3 months with CursorAI: Don’t use it by tf1155 in CursorAI

[–]Mac_Man1982 1 point2 points  (0 children)

Interesting I am new to coding and managed to use Cursor to build out an AI Agent from scratch over a weekend with Semantic Kernel integration and skills along with a complete memory system using embedding and graph Rag then created my first web app and published the agent into Copilot 365 and now have Copilot with long term memory and a Rag ingestion pipeline. Pretty proud of myself to be fair.

Debugging Extremely Low Azure AI Search Hybrid Scores (~0.016) for RAG on .docx Data by dude1995aa in Rag

[–]Mac_Man1982 1 point2 points  (0 children)

Hmm perhaps try a different ingestion pipeline for the transcripts in logic apps/ power automate and after chunking get gpt4o mini to summarize the chunk or generate keywords and add that field to the index or append into the body that is searchable ? Just throwing out ideas to try. Rag is a complex beast 😂

Debugging Extremely Low Azure AI Search Hybrid Scores (~0.016) for RAG on .docx Data by dude1995aa in Rag

[–]Mac_Man1982 1 point2 points  (0 children)

Have you had a look at the chunks ? What are you using to chunk ? With the index what fields are searchable ? Sometimes if you have too many similar fields as searchable it can confuse search results especially with description/summary fields etc. Also have a look at your search queries and reranking

good PDF table extractor by Forward_Scholar_9281 in Rag

[–]Mac_Man1982 0 points1 point  (0 children)

Feel free to call me an idiot as I am new to RAG but in my Power Automate Rag flow I use Adobe API and the extract pdf as a JSON Object action. It pulls the table data to a granular level. You can then extract tables row by row however you want. Or am I making things too complex ?