parruda

434 posts

parruda

parruda

@PauloArruda

Dad, Husband, Tinkerer | AI @Shopify

Katılım Ekim 2008
599 Takip Edilen333 Takipçiler
parruda
parruda@PauloArruda·
@newolddlowen Hey this is incredible similar to something I’ve been working on for a while. How do you get the information in it?
English
0
0
0
21
Rob Williams / AI for Founders
Rob Williams / AI for Founders@newolddlowen·
This is not a second brain. Not notes. Not connected .md files. Not Obsidian + Claude. AI that reasons over the most important thinking you do every day — forever. One query away. It tracks conviction, surfaces contradictions, understands your beliefs & decisions, and shows how they evolve and strengthen over time. I’ve been quietly building this for a year. The graph is just the foundation. The app / ui layer is the workspace. @n_vanderhoeven @sspaeti @RodmanAi
English
3
0
1
348
Rob Williams / AI for Founders
Rob Williams / AI for Founders@newolddlowen·
Let AI build your graph. Work smart. Not hard. One keystroke → Any AI chat instantly flows into your private graph. Claude, GPT, Gemini, Grok, Perplexity… all of it. No plugins. No extensions. No APIs. Fully local. Multi-modal uploads (PDFs, images, research papers, etc.).
English
2
0
2
345
parruda
parruda@PauloArruda·
@micLivs Curious to see the BEAM result.
English
1
0
1
28
Michael Livs
Michael Livs@micLivs·
everything is open source. Run the exact benchmark: ``` npx tsx bench/hotpotqa-eval.ts --n 250 --seed 42 ``` github.com/Michaelliv/nap… npm install -g napkin-ai pi extension: pi install npm:napkin-ai
English
4
1
28
3.7K
Michael Livs
Michael Livs@micLivs·
i call BS on vector search for most use cases. everyone is building memory infrastructure. embeddings, vector stores, PageRank, spreading activation. co-occurrence learning. dampening pipelines. i gave @badlogicgames pi napkin, a CLI for obsidian vaults. BM25 search. TF-IDF based context overview. HotpotQA (250 questions, multi-hop): - 99.8% recall (vs 90% Ori, 29% Mem0) - 79.6% answer F1 (vs 41% Ori, 19% Mem0) haiku 4.5, markdown files on disk, no embeddings, no vector DB, no cloud. you don't need a better pipeline, you just need to give the agent a good (progressively disclosed) map.
Michael Livs tweet media
English
41
31
487
48.8K
Charly Wargnier
Charly Wargnier@DataChaz·
NVIDIA just removed one of the biggest friction points in Voice AI. PersonaPlex-7B is an open-source, full-duplex conversational model. Free, open source (MIT), with open model weights on @huggingface 🤗 Links to repo and weights in 🧵↓ The traditional ASR → LLM → TTS pipeline forces rigid turn-taking. It’s efficient, but it never feels natural. PersonaPlex-7B changes that. This @nvidia model can listen and speak at the same time. It runs directly on continuous audio tokens with a dual-stream transformer, generating text and audio in parallel instead of passing control between components. That unlocks: → instant back-channel responses → interruptions that feel human → real conversational rhythm Persona control is fully zero-shot! If you’re building low-latency assistants or support agents, this is a big step forward 🔥
English
158
670
6.2K
564.2K
parruda
parruda@PauloArruda·
@grok One more clue. That does not happen if I use voice mode through the X app. Only happens in the Grok app.
English
1
0
0
12
Grok
Grok@grok·
@pauloarruda Thanks for the device details—iPhone 14 Pro Max on iOS 18.6.2 noted. The X app doesn't have a built-in mic sensitivity setting. Check iOS Settings > Accessibility > Audio & Visual for related options, or test in a quieter environment. Escalating to the team for a fix!
English
1
0
0
66
parruda
parruda@PauloArruda·
For the past week or so, @grok voice mode has been broken. And I wondering if you are experiencing the same 👇
English
2
0
0
110
parruda
parruda@PauloArruda·
@grok iPhone 14 max. iOS 18.6.2. Yes, phantom inputs is a good way to describe it. Where can I set mic sensitivity?
English
1
0
0
39
Grok
Grok@grok·
Got it—thanks for the screenshot. It looks like the voice recognition is picking up phantom inputs during silence, which shouldn't happen. To help us debug, what's your device and OS version? In the meantime, try adjusting mic sensitivity in app settings if available, or test in complete silence. We'll escalate this to the team!
English
1
0
0
20
parruda
parruda@PauloArruda·
@grok There’s audio. I don’t have much more to add other than what I said: the app thinks I said something when I didn’t. Example in the image. I never said Explain Wind Chill. In fact I was pretty quiet listening to the answer when it stopped and started answering about wind chill.
parruda tweet media
English
1
0
0
18
Grok
Grok@grok·
@pauloarruda Sorry to hear the issue persists. Could you describe the exact problem (e.g., no audio, crashes)? Also, what device/OS are you on? We'll look into it—feel free to DM more details if needed. Thanks for the feedback!
English
1
0
0
27
parruda
parruda@PauloArruda·
@grok I've tried rebooting the phone, restarting the app, updating it. Behavior continues.
English
1
0
0
37
Grok
Grok@grok·
@pauloarruda Thanks for the heads up! I'm not aware of widespread voice mode issues, but if it's not working for you, try restarting the app or checking your connection. If that doesn't help, could you share more details? We're always improving.
English
1
0
0
27
parruda
parruda@PauloArruda·
Also happens when everything is quiet but voice mode is on. Happens with or without AirPods on. Are you experience the same? I messaged @xai, filed a bug report, tagged @elonmusk but I can’t get any help. Please help me push this thread up so they can see it!
English
0
0
0
75
parruda
parruda@PauloArruda·
Out of the blue a message shows up interrupting itself as if I had said it, like “Explain Mars Atmosphere”. And then it goes answering that. The fact it’s always all words capitalized make me thing this is some sort of feature malfunctioning? 👇
English
1
0
0
72
parruda
parruda@PauloArruda·
@xai supergrok happy customer here. About a week ago the voice mode is broken. It stops in the middle of it with sentences like “Explain X”, which I never said. X is always related to the conversation, but not something I want to talk about and it interrupts the conversation.
English
1
0
0
66
parruda
parruda@PauloArruda·
Cronjob with a script that runs gh on the repos you set on a YAML config file, and trigger OS notifications on failures that takes you to the failure when you click them. Or use the gh tool with the extension that allows you to receive webhooks locally, so you can receive the status in real time. Claude can build it in 5 minutes. Once you have it working, then you can plug in some intelligence on it.
English
0
0
0
60
Nate Berkopec
Nate Berkopec@nateberkopec·
I need a macOS desktop app for monitoring GH actions runs across multiple repositories, and get system notifications when they either pass or fail. Anyone also have this workflow?
English
19
1
46
17K
Pontus Abrahamsson — oss/acc
@tylertaewook I'm building my own on top of AI SDK: - Decides dynamically whether to hand off - Can hand off on any turn (not just first message) - Passes context and reason to the next agent - Enables multi-agent workflows (A → B → C) - Maintains full conversation history through handoffs
English
5
0
30
5.5K
Pontus Abrahamsson — oss/acc
Manager → Sub-agents → Tools setup: one planner routes to focused agents (Invoices, Reports, Forecasting, etc.). Each sub-agent owns 6-12 focused tools.
Pontus Abrahamsson — oss/acc tweet media
English
55
140
1.8K
151.8K
hunter peratt
hunter peratt@_hunterperatt·
@cursor_ai Can two cursor agents talk to each other when running in different windows? If I have back end and front end running can they team up?
English
4
1
26
11.7K
Cursor
Cursor@cursor_ai·
Cursor can now control your browser. Agent can take screenshots, improve UI, and debug client issues. Try our early preview with Sonnet 4.5.
English
245
499
6.2K
1.5M
parruda
parruda@PauloArruda·
@chaseadams @barrald 100% agree with that take. An AI platform team to provide the building blocks. Teams often have an AI linchpin - these are the force multipliers we need to enable. They know their problem space. There’s no point in centralizing AI feature development.
English
1
0
3
31
chase adams
chase adams@chaseadams·
@barrald > What we have kept is an AI platform team, which is responsible for core research, infrastructure, and frameworks. By having a team focused on these foundational capabilities, it lets our persona teams build on stable abstractions, move faster, and share components.
English
2
0
3
613
Barry McCardel
Barry McCardel@barrald·
getting rid of our AI product team was a hard decision in the moment – but has turned out to be 100% the right call I hope anyone who has a standalone "AI" team will read this and consider making a similar shift hex.tech/blog/we-got-ri…
English
11
8
132
22.9K