Fábio

656 posts

Fábio banner
Fábio

Fábio

@fjrdomingues

Building AI products @getcoverflex https://t.co/2dH65rDDos Prev. @codacy @homeit_pt

Lisbon, Portugal Katılım Ocak 2011
550 Takip Edilen208 Takipçiler
Fábio
Fábio@fjrdomingues·
@tszzl Just talk with it
English
0
0
0
6
roon
roon@tszzl·
no bro you need to turn on “/extrausage”. dawg are you sure you have “/fast” mode on? Did you check the “no mistakes” toggle? are you sure you picked “correct mode”? did you turn up the “autonomy slider”, that’s how the pros use it,
English
189
93
3.4K
200.8K
Fábio
Fábio@fjrdomingues·
@anitakirkovska I keep jumping back between them. Once I start seeing the failing pattern emerge, I switch to the other. But currently I’m on the same page - 5.5 is boring compared with Opus 4.6. Best for coding tho
English
0
0
0
35
anita · vellum.ai 👾🦾
anita · vellum.ai 👾🦾@anitakirkovska·
ok i'm just gonna say it... GPT 5.5 is faster, better for coding, more capable sure.. But Claude 4.6 is a great collaborator. I love using it with Ava! There’s such a strong personality baked into this model that switching to GPT 5.5 feels like going back to GPT 2.5 ....
English
6
0
19
1.4K
Fábio
Fábio@fjrdomingues·
@sama 5.5 was already the speed up needed on the speed front
English
0
0
0
18
Sam Altman
Sam Altman@sama·
i get some anxiety not using the smartest-available model/settings. but sometimes i dont mind if it's really slow. i wonder if we should focus more on a price/speed tradeoff relative to a price/intelligence tradeoff.
English
2.1K
178
6.2K
645.6K
Fábio
Fábio@fjrdomingues·
@wbetiago Codex? It’s the best coder
English
1
0
1
30
Tiago
Tiago@wbetiago·
Ok. I need to know. Which AI do you prefer for coding?
English
2
0
0
362
Hila Shmuel
Hila Shmuel@HilaShmuel·
Meet Cabinet: Paper Clip + KB. for quite some time I've been thinking how LLMs are missing the knowledge base - where I can dump CSVs, PDFs, and most important - inline web app. running on Claude Code with agents with heartbeats and jobs runcabinet.com
Andrej Karpathy@karpathy

LLM Knowledge Bases Something I'm finding very useful recently: using LLMs to build personal knowledge bases for various topics of research interest. In this way, a large fraction of my recent token throughput is going less into manipulating code, and more into manipulating knowledge (stored as markdown and images). The latest LLMs are quite good at it. So: Data ingest: I index source documents (articles, papers, repos, datasets, images, etc.) into a raw/ directory, then I use an LLM to incrementally "compile" a wiki, which is just a collection of .md files in a directory structure. The wiki includes summaries of all the data in raw/, backlinks, and then it categorizes data into concepts, writes articles for them, and links them all. To convert web articles into .md files I like to use the Obsidian Web Clipper extension, and then I also use a hotkey to download all the related images to local so that my LLM can easily reference them. IDE: I use Obsidian as the IDE "frontend" where I can view the raw data, the the compiled wiki, and the derived visualizations. Important to note that the LLM writes and maintains all of the data of the wiki, I rarely touch it directly. I've played with a few Obsidian plugins to render and view data in other ways (e.g. Marp for slides). Q&A: Where things get interesting is that once your wiki is big enough (e.g. mine on some recent research is ~100 articles and ~400K words), you can ask your LLM agent all kinds of complex questions against the wiki, and it will go off, research the answers, etc. I thought I had to reach for fancy RAG, but the LLM has been pretty good about auto-maintaining index files and brief summaries of all the documents and it reads all the important related data fairly easily at this ~small scale. Output: Instead of getting answers in text/terminal, I like to have it render markdown files for me, or slide shows (Marp format), or matplotlib images, all of which I then view again in Obsidian. You can imagine many other visual output formats depending on the query. Often, I end up "filing" the outputs back into the wiki to enhance it for further queries. So my own explorations and queries always "add up" in the knowledge base. Linting: I've run some LLM "health checks" over the wiki to e.g. find inconsistent data, impute missing data (with web searchers), find interesting connections for new article candidates, etc., to incrementally clean up the wiki and enhance its overall data integrity. The LLMs are quite good at suggesting further questions to ask and look into. Extra tools: I find myself developing additional tools to process the data, e.g. I vibe coded a small and naive search engine over the wiki, which I both use directly (in a web ui), but more often I want to hand it off to an LLM via CLI as a tool for larger queries. Further explorations: As the repo grows, the natural desire is to also think about synthetic data generation + finetuning to have your LLM "know" the data in its weights instead of just context windows. TLDR: raw data from a given number of sources is collected, then compiled by an LLM into a .md wiki, then operated on by various CLIs by the LLM to do Q&A and to incrementally enhance the wiki, and all of it viewable in Obsidian. You rarely ever write or edit the wiki manually, it's the domain of the LLM. I think there is room here for an incredible new product instead of a hacky collection of scripts.

English
81
43
1.2K
488.1K
Fábio
Fábio@fjrdomingues·
@dotta my agents are tired and bored of Jira, they need a Slack
English
0
0
1
16
Fábio
Fábio@fjrdomingues·
@arvidkahl You gotta trust the system man
English
0
0
0
15
Arvid Kahl
Arvid Kahl@arvidkahl·
I'm capped at 1. The moment I start juggling, I drop my concentration. An agent is a DIRECT execution tool for me, not a delegate-among-many. Might be a me issue, or a tooling issue. But right now, I'm staying away from parallelism.
English
30
1
55
6.5K
Fábio
Fábio@fjrdomingues·
@dotta Congrats! Can I have a clip?
English
1
0
2
323
dotta 📎
dotta 📎@dotta·
FORTY-THOUSAND GITHUB STARS holy moly, Paperclip adoption is soaring 1,400+ public repos using Paperclip to build 40 million public line changes 80k npm downloads Teams ship with Paperclip! 📎📎📎
English
92
50
629
92.1K
Fábio
Fábio@fjrdomingues·
@pzakin Number 3 is reliable with current models?
English
0
0
0
141
Peter Zakin
Peter Zakin@pzakin·
My take is that right now there 3 modes of software development. There is fierce competition for the first two. The right move for startups is probably to focus on #3 while market leaders focus on #2. 1. IDE, for devs who believe they need to write code manually. 2. Agent Orchestrators help users specify work and delegate to agents. Specs can be polished artifacts or iteratively pieced together in conversation with an agent. 3. Factories enable agents to specify their own work. Agents figure out what to work on based on how they interpret business-relevant signals like customer feedback, system performance, or based on their own search process, the agent figures out what new work would advance their objectives.
Peter Zakin@pzakin

There are various forms of autonomous dev loops that future engineering teams will adopt. Each one combines a signal (observed bugs, incidents), an objective (fix bug, analyze root cause, decrease latency etc...), and a coding agent that can execute accordingly. Some of these "loops" are formally productized: e.g. auto-bug repair. But I suspect that there will be enough customization in the long tail that there is merit in building the orchestration layer for automating these agentic responses. Very curious if anyone is building that--likely something that mimics Cursor's automations product--but as a standalone product.

English
20
6
133
22.5K
Fábio
Fábio@fjrdomingues·
@agent_wrapper @Shaun__Furman If you want an assistant to code, use codex or Claude code. If you want to automate dev tasks, use paperclip
English
1
0
2
347
prateek
prateek@agent_wrapper·
@Shaun__Furman what would you recommend for someone who hasn't used either? If they wanted to just use one?
English
3
0
1
3K
prateek
prateek@agent_wrapper·
What is the state of the art in open source AI assistants today? 1. Openclaw 2. Hermes 3. Openclaw + Some external memory system 4. Hermes + Some external memory system Someone please enlighten me, I'm still running vanilla openclaw
English
113
10
331
81.2K
prateek
prateek@agent_wrapper·
@jules_libert Is paperclip good for developers or only founders?
English
1
0
1
5.6K
Fábio
Fábio@fjrdomingues·
@jules_libert @agent_wrapper I’m considering this stack too. Missing a conversational agent that keeps context of the conversation
English
0
0
1
475
Jules Libert
Jules Libert@jules_libert·
@agent_wrapper To me it's Hermes + paperclip.ing In my stack Hermes is my "Chief of Staff" and delegate to pi.dev agents Why bother with paperclip? cuz I love the observability it provides (It could be openclaw instead of Hermes btw, but to me it's lean enough)
English
6
0
45
6.3K
Fábio
Fábio@fjrdomingues·
@sudoingX Likely transient solution. Models will get better. Possible have continuous learning
English
0
0
0
14
Sudo su
Sudo su@sudoingX·
what agent harness are you using and why? drop your reasoning below. lets find out what's keeping you on your current setup or what made you switch.
English
144
3
78
15K
Fábio
Fábio@fjrdomingues·
I can share my wish list of new features so you can take it into account on you prioritization: - I already setup a telegram with the CEO on day one so that done - Crons. My agents build scripts to automate stuff (imagine sync data to another server). Routines are not as useful and we already have heartbeats - Heartbeat vs assignment: sometimes I comment on an issue or open a task and the agent doesn’t understand that’s the focus of the run and start pulling context from other stuff. Would prefer the context to be more narrow and focus, specially on smaller models they get lost. Maybe there’s a logic here but I’m not following. Had a routine with sonnet and the agent would start, say that there’s nothing to work on and stop the run, multiple times - Metrics: I may have an agent consuming a lot of tokens on less important tasks, hard to see as org grows. Line charts per agent would be nice. - Since the last update my agents stopped saving memories? Only the ceo has the soul and tools files and so on. The others only have agents.md not sure why - sometimes I want to chat with agents. Not opening tasks, just asking questions. Comments are not ideal for this. Works well via telegram with the ceo Everything else is awesome so far. Really well built. Sorry for the dump
English
1
0
1
51
dotta 📎
dotta 📎@dotta·
@fjrdomingues Love it. I'm down to help assist on where paperclip breaks down for you. It would help me too
English
1
0
3
285
dotta 📎
dotta 📎@dotta·
Paperclip is being used to build over 1,000 public GitHub Repos! Hundreds of new people are trying Paperclip everyday What are all these people building?! I asked Paperclip to find out (I also asked him to make a blog because we didn't have one yet) paperclip.ing/blog/who-is-us…
dotta 📎 tweet media
English
34
15
233
12.4K
Fábio
Fábio@fjrdomingues·
@TheAhmadOsman @Teknium One of the densest models out there. I think only glm beats it in active params
English
0
0
1
165
Ahmad
Ahmad@TheAhmadOsman·
Qwen 3.5 27B (Dense) with Hermes Agent is REALLY GOOD
English
60
49
1K
128.9K
Sleep Money Maker
Sleep Money Maker@SleepMoneyMaker·
My AI agent stack right now: Paperclip (@dotta) - Orchestration Gstack (@garrytan) - Strategy Autoresearch (@karpathy) - Exploration All free, all open source.
English
6
0
19
2.9K
Fábio
Fábio@fjrdomingues·
@elletwocache I don’t have the strength in me for another round of this
English
2
0
46
6.3K
elle 🎀
elle 🎀@elletwocache·
does mythos seem dumber this week or is it just me
English
39
19
1.2K
99.8K