New release: @mancioshell/pi-board-agent for Pi (inspired by super-board) ⚡️spec-kit-tasks-to-project for total E2E automation:1️⃣ Spec Kit tasks auto-sync to GitHub2️⃣ Pi executes cards via worktrees3️⃣ Tasks bundle into 1 feature PR🔗 https://t.co/ZmP1HXsrEX #PiDev#GitHub#AI
What Europe should do right now:
1. Call all the European researchers working on AI and return them back with same salary (or they can stay but switch career).
2. Fill EU places having GPUs with money, and put those people there.
3. AI partnerships with China + India.
"I finally had a 'RAID 1 moment' today. 🙏
Sacrificed speed and space for redundancy, and it paid off: power surge fried a drive of my NAS, but zero data lost.
RAID 0 is for the brave; RAID 1 is for those who want to sleep. 🛡️💻 #NAS#DataHoarder"
Stop burning tokens on Claude Code.
Use this instead 👇
A free GitHub repo (80K⭐) that turns your CLI into a high-performance AI coding system.
Link → https://t.co/JMxCkTjHP7
Why it’s different:
→ Token optimization
Smart model selection + lean prompts = lower cost
→ Memory persistence
Auto-save/load context across sessions
(No more losing the thread)
→ Continuous learning
Turns your past work into reusable skills
→ Verification loops
Built-in evals to make sure code actually works
→ Subagent orchestration
Handles large codebases with iterative retrieval
Most people think Claude struggles with complex repos.
It doesn’t.
They’re just not using the right setup.
This fixes that.
Bookmark this for your AI stack. ♻️
#AI #Claude #AIAgents #LLM #GenAI #DevTools
@lucalanziani Yeah, you have to use copilot cli, but It works with a bunch of models, and i think you can authenticate with a token in order to use it in a server application with a service account.
No, but now you have mention It, i'll give it a chance. 😄
I've recently tested GitHub Copilot SDK in typescript in order to create a nutrition agent which retrieves context from transcript's YouTube video channel of @spaziosfera . I'm in trouble because I can't get it to work with custom agents.
@lucalanziani https://t.co/AB2s5Mv3Vp
In any case, i have done a workaround using custom system message instead of custom agents feature.
I think copilot sdk is a breath of fresh air compared to langchain/langraph which is too tangled and over engineerized.