Applied cosmology toward machine precise solutions to replace humans with autonomous systems in all domains.

Joined June 2009
1,162 Photos and videos
Pinned Tweet
May 30
The counter-narrative to the SaaSpocalypse: «Enterprises are not replacing data platforms with AI; they are using AI to generate more workloads that run on those same platforms.» [finance.yahoo.com/markets/st…] I hate the term "data platform". "System of Record" is better terminology. This is an enterprise application that combines a transactional database for operational data with the transactional logic that implements the rules for a domain. For example, order fulfillment for some industry. I am growing fond of the term "System of Intelligence" for layering agentic AI enablement over-top of the Systems of Record. Skills, MCP tools, ontology, and specifications for abstracting the SoR into the terms of art that end users will use conversationally to automate tasks in their job roles and to describe their business differentiation. The result of their work will be termed the "System of Outcomes", which are the final customized solution for achieving their business goals. These are the terms I have settled on for talking about the future of enterprise applications.
1
467
To get more productive reading time out of X/Twitter, rather than rely on the algorithm, I'm going to use Hermes Agent to give me a daily morning report. ``` Every morning at 6 a.m. 1. Use `xurl --app hermes-agent-xurl search "is:verified has:links agent" -n 12` to fetch a list of articles as JSON 2. Produce a report with a 1 or 2 line summary per article Deliver the report on Slack without preview. ``` Coming from a coding background, one needs to become more comfortable with prompting Hermes in this way. Examining `~/.hermes/cron/jobs.json`, one will be a little taken aback at first, as Hermes rewrites the prompt. It removes certain details and it adds others. What the human believed to be important may not be what the agent believes to be important, so one develop a degree of confidence that the agent gets this correct. I certainly cannot argue against the result, which turned out to be correct. That's where the confidence ultimately comes from. I expect this technique to be fruitful. I will use jobs throughout the day to deliver exactly what I want to read, and this will replace the algorithm-manipulated doom scrolling.
27
Yikes, the prompt needs a bit of refinement to filter out spam-like content.
7
Twitter's search does not have query filters for articles. Here is a rough approximation that works. Add the following filters to your query. filter:verified filter:links For example, agent memory filter:verified filter:links Posting articles is a premium feature offered to verified users. Usually, an article contains links to a web site or git project. That's why this query pattern works for articles.
1
1
58
Apparently the version 2 api doesn't support this same query syntax as the user interface. This works: xurl search "is:verified has:links agent" -n 20
1
18
A tweet that is known as a note_tweet are posts longer than 280 characters. xurl will return a JSON object with the longer content in .data.note_tweet.text, while .data.text is truncated to 280. In additional to articles for long form content, I would also like to search for note_tweet. There is no content filter to enable querying for these directly, so once again I will need to find a heuristic approach that works. Grok suggests: ("thread" OR "1/" OR "continued" OR "full story" OR "read more") min_faves:50 -is:retweet That suggestion doesn't feel right at first glance. There must be some better criteria for finding longer tweets with good substance.
9
Jun 13
I hate how Android handles HEIC files. HEIC (High Efficiency Image Container) is the default image format for iPhones and iPads. The Google Photos app treats these images like any other format. However, when uploading images to a web site, the the .heic file extension is not included in the filter, so it's impossible to select.
32
Jun 12
It's always 'worth it' to spend someone else's money, or in this case to liquidate someone else's assets, to pay for something you want. If you believe yourself more competent at allocating resources to produce value, you would have been more successful than Elon, and you would not need to rely on theft. Also consider the negative economic impact of reducing by 1/20 the resources that SpaceX and Tesla would have to produce spacecraft and electric vehicles. That is what what diverting 5% of assets would entail.
Brad, a 5% tax on Elon's trillion net worth would literally pay for free college and trade school for every American. And with the market's growth, he still would be worth over a trillion dollars! You don't think that's worth it?
Community note
5% of $1.2T is $60b. 8m students in BA/BS programs on average pay over $20k/yr, or ~$160b/yr for BA/BS degrees only. That tax could not cover even half of only US bachelor degree costs for just 1 year, excluding grad, ass., or trade degrees totaling another ~10m students. nces.ed.gov/programs/coe/i… bestcolleges.com/research/colle…
46
Jun 12
A person is poor because they spend money on consumption. No wealth is accumulated by consumption. A person is rich because they forego consumption and they put savings into building future production. This accumulates wealth.
BREAKING - Karmelo Anthony’s family is now forcing him to file paperwork claiming he is “penniless, destitute, and indigent” in an effort to obtain a free appellate lawyer, despite moving into a $900,000 home and purchasing a $150,000 car after raising over $600,000.
34
Jun 10
Progress is being made to disprove the standard model of cosmology. youtube.com/watch?v=j0Scibg3… The assumptions of homogeneity and isotropy need to be discarded.
54
Jun 10
Finally tried Tailscale. I set it up on my Linux laptop where I run Hermes Agent. I set it up in my Android phone and then install Termius. I can now ssh into the laptop from anywhere, even though it's behind the firewall on my home network. It took all of five minutes to setup. It was the most painless install ever.
1
75
How do the survivors of AI doom assess the warnings of danger, now that we are living in the post-apocalyptic era?
Jun 9
This is the playbook. It works because life is long and memories are short
1
91
For folks using xurl to ingest tweets, I've found that tweets come in different forms, and if you want the full content you need to include the appropriate fields. For tweet id <T>: xurl --app <app-name> '/2/tweets/<T>?expansions=author_id&tweet.fields=text,note_tweet,attachments,author_id,conversation_id,created_at,entities,geo,id,in_reply_to_user_id,lang,public_metrics,referenced_tweets,reply_settings,source,withheld' This returns JSON. Hopefully, tweet.fields gives complete coverage of all possibilities. An ordinary tweet places the content in .data.text A note_tweet (exceeding the old 280 character limit) places the content in .data.note_tweet.text with .data.text containing a truncation. An article places the content in .data.article.plain_text
1
67
Oh my god, @NousResearch. Users of Hermes Agent, you cannot love them enough. One of my absolute biggest pain points of using Hermes from Slack is that the tool calls are truncated and worthless for seeing what was going on. They read my mind and it now looks as good as I could imagine. Whoever designed this improvement deserves such high praise. This is so good!!
4
1
84
21,563
Attention is all you need, they said. Until ghetto ontology leads to such ambiguity and imprecision that no one knows what their peers are talking about in different contexts.
"I use loops", said Linux Kernel creator Linus Torvalds, when asked about new trends. "You can't write programs without loops", he added.
1
2
134
To be clear, we are not talking about simple loops in a procedural language. while : ; do echo 'hello world's; done The topic is about orchestrating large units of work (business outcomes). x.com/i/status/2063995010643…

Putting an 11 pm article out on this then waking up to 300k views is wild. My agent messed up the last30days formatting at the end of the article so I said "/ce-plan learnings from this one so we can do better next time. i was angry that the "everything came back" text looked like crap at the bottom audit the other ones. make tool better". It's reply "You asked me to make the tool better, not just plan it - and this is exactly your "agents work while I sleep" loop. So I'm implementing it now. Firing /ce-work on the plan." It jumped to ce-work without asking me. Amazing.
1
57
For example, a daily scheduled task is considered a loop in this context.
28
I can empathize with non-native English speakers struggling to speak English early in their journey to become proficient. I cannot understand how someone who works professionally in English to not improve their speech skills. Perhaps when they are immersed in a community of fellow non-native speakers, and they all struggle with heavy accents and similar patterns of poor speech, they don't learn. That's the problem with offshore teams. I know this is not a problem on an individual level. I have seen native Chinese speakers immigrate from Hong Kong, and they end up speaking English perfectly without any accent. Females tend to be better at this than males. Maybe this is more of a male problem overall.
1
1
90
While heavy (unintelligible) accents are a problem for some, my biggest beef is a person's inability to express themselves concisely in well-formed sentences. I have the same criticism for native speakers, but the problem is especially prevalent with non-native speakers. When almost EVERY sentence ends with "right?" When almost EVERY sentence includes filler adverbs like "basically", "actually", and "probably". My chief complaint with native speakers, aside from filler words, is imprecision. I never want to hear "stuff like that" used to gloss over the fact that the rest of the sentence was too imprecise or off the mark. Hand-waving phrases are indicative that the person doesn't know what they are talking about.
1
64
today morning I heard a new term to enrich my vocabulary. in addition to the usual updation and upgradation, I have learned that we also need to uptake the upliftment.
21
When updating apps in the Android Play Store, this is the second time within a few months when the @ATT app fails to install properly. There is something not right with this app's quality process.
55
This generalized problem exists almost everywhere that service providers engage with customers. When communication is initiated by the provider, they are diligent about authenticating the customer, but there is no reliable mechanism for the customer to authenticate the provider. This is especially true over voice calls. Email is easier because of the header metadata, which should have been a red flag in this specific case.
FYI: My @X account was stolen a couple weeks back when X sent a copyright violation that I now realize was fake. They just tried it again. I almost fell for it, AGAIN!. It's very sophisticated. With your appeal, they ask you to submit photo ID. @nikitabier @elonmusk
1
78
x.com/i/status/2063692439286… We need for inbound phone calls, email, and other forms of messaging to be scanned by AI to answer the question "is this legit?" There are clues in the content and metadata that AI would be able to scrutinize that we humans don't have the attention to detail to detect.

I’m still sorting how it happened It appears posts were being reported under my primary email and were going into spam. I didn’t touch those because I was concerned about them. Then I received another report to address in my secondary email. One not linked to my X account. But it didn’t register that I shouldn’t be getting mail from X there. I opened the violation report to file an appeal. Once that happened, it seems my account was hacked. It was then in any event that I lost access. While I was uploading ID for verification. That was just before 7:00 PM on June 4th. I screenshotted it because of course I did. I knew something was wrong. By that time, I was getting notifications that my account had been transferred to a delegate. I can’t say for sure how it was done yet, just that this was the sequence of events. I’m wondering if they created a duplicate report, and sent it to my other secondary email which was infected? And then when I logged in there, it seemed to give them remote access to my account somehow.
32