Skip to content

Commit 3551cc1

Browse files
authored
fix: better social seed (#3749)
1 parent fc7607a commit 3551cc1

2 files changed

Lines changed: 68 additions & 1 deletion

File tree

seeds/PostKeyword.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

seeds/SocialTwitterPost.json

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,72 @@
8282
"contentCuration": [
8383
"social"
8484
]
85+
},
86+
{
87+
"id": "NJMBjOUsb",
88+
"shortId": "NJMBjOUsb",
89+
"type": "social:twitter",
90+
"subType": "tweet",
91+
"title": "I noticed something interesting:\n\nClaude Code auto-adds itself as a co-author on every git commit. Codex doesn't.\n\nThat's why you see Claude everywhere on GitHub, but not Codex.\n\nI wonder why OpenAI is not doing that. Feels like an obvious branding strategy OpenAI is skipping.",
92+
"createdAt": "2026-03-21T16:01:19.717Z",
93+
"metadataChangedAt": "2026-03-21T16:01:19.717Z",
94+
"visibleAt": "2026-03-21T16:01:19.717Z",
95+
"sourceId": "twitter",
96+
"views": 3,
97+
"score": 0,
98+
"upvotes": 0,
99+
"comments": 0,
100+
"url": "https://x.com/Yuchenj_UW/status/2034677095327310108",
101+
"canonicalUrl": "https://x.com/Yuchenj_UW/status/2034677095327310108",
102+
"image": null,
103+
"content": "I noticed something interesting:\n\nClaude Code auto-adds itself as a co-author on every git commit. Codex doesn't.\n\nThat's why you see Claude everywhere on GitHub, but not Codex.\n\nI wonder why OpenAI is not doing that. Feels like an obvious branding strategy OpenAI is skipping.",
104+
"contentHtml": "<p>I noticed something interesting:\n\nClaude Code auto-adds itself as a co-author on every git commit. Codex doesn't.\n\nThat's why you see Claude everywhere on GitHub, but not Codex.\n\nI wonder why OpenAI is not doing that. Feels like an obvious branding strategy OpenAI is skipping.</p>",
105+
"siteTwitter": null,
106+
"creatorTwitter": "Yuchenj_UW",
107+
"tagsStr": "social,ai,git,github",
108+
"summary": null,
109+
"origin": "crawler",
110+
"private": true,
111+
"showOnFeed": false,
112+
"language": "en",
113+
"contentMeta": {"social_twitter": {"creator": {"name": "Yuchen Jin", "handle": "yuchenj_uw", "profile_image": "https://pbs.twimg.com/profile_images/1319081238439751681/kCcqnwoF_normal.jpg"}}},
114+
"contentQuality": {},
115+
"flags": {"private": true, "visible": true, "showOnFeed": false, "sentAnalyticsReport": true},
116+
"contentCuration": []
117+
},
118+
{
119+
"id": "4Lfkq3HPP",
120+
"shortId": "4Lfkq3HPP",
121+
"type": "social:twitter",
122+
"subType": "tweet",
123+
"title": "Do people like this? We don't do this for codex because it exists to help you and it's important that you remain the owner and accountable for your work without AI taking credit. At the same time it does mean that you can't trace how popular codex is among repos.",
124+
"createdAt": "2026-03-21T16:00:38.713Z",
125+
"metadataChangedAt": "2026-03-22T12:55:55.866Z",
126+
"visibleAt": "2026-03-21T16:01:05.520Z",
127+
"publishedAt": "2026-03-21T16:00:32.000Z",
128+
"sourceId": "twitter",
129+
"views": 3,
130+
"score": 28500400,
131+
"upvotes": 0,
132+
"comments": 0,
133+
"url": "https://x.com/thsottiaux/status/2035386081517133924",
134+
"canonicalUrl": "https://x.com/thsottiaux/status/2035386081517133924",
135+
"image": null,
136+
"content": "Do people like this? We don't do this for codex because it exists to help you and it's important that you remain the owner and accountable for your work without AI taking credit. At the same time it does mean that you can't trace how popular codex is among repos.",
137+
"contentHtml": "<p>Do people like this? We don&#39;t do this for codex because it exists to help you and it&#39;s important that you remain the owner and accountable for your work without AI taking credit. At the same time it does mean that you can&#39;t trace how popular codex is among repos.</p>",
138+
"siteTwitter": null,
139+
"creatorTwitter": "thsottiaux",
140+
"tagsStr": "social,ai,git,github",
141+
"sharedPostId": "NJMBjOUsb",
142+
"summary": "A brief reflection on why Codex (OpenAI's AI coding tool) doesn't add attribution markers to repositories, emphasizing that the human developer should remain the owner and accountable for their work. The trade-off is that Codex usage can't be tracked across repos, unlike some competing AI coding tools that add visible attribution.",
143+
"origin": "crawler",
144+
"showOnFeed": true,
145+
"language": "en",
146+
"contentMeta": {"social_twitter": {"creator": {"name": "Tibo", "handle": "thsottiaux", "profile_image": "https://pbs.twimg.com/profile_images/1953339828738899968/WWQlU2RT_normal.jpg"}}},
147+
"contentQuality": {"intent": "informing", "substance_depth": "thin", "is_ai_probability": 0, "self_promotion_score": 0.4, "title_content_alignment": "matches", "is_clickbait_probability": 0},
148+
"flags": {"private": false, "visible": true, "showOnFeed": true, "sentAnalyticsReport": true},
149+
"contentCuration": [
150+
"opinion"
151+
]
85152
}
86153
]

0 commit comments

Comments
 (0)