HN user

physicsgraph

791 karma

https://derivationmap.net/

Posts42
Comments73
View on HN
graphthinking.blogspot.com 19d ago

Example prompt orchestrations to navigate complicated multi-step workflows

physicsgraph
3pts0
graphthinking.blogspot.com 2mo ago

Cargo Cult Bureaucracy

physicsgraph
2pts0
graphthinking.blogspot.com 7mo ago

The persistent need for general knowledge and subject-matter expertise with LLMs

physicsgraph
1pts0
physicsderivationgraph.blogspot.com 7mo ago

Website unresponsive: diagnostic steps and blocking the AI crawlers

physicsgraph
2pts2
graphthinking.blogspot.com 1y ago

Unspoken Currency of Office Politics: Leverage and Sanction Between Coworkers

physicsgraph
88pts16
www.reuters.com 1y ago

US NSA Director Timothy Haugh Fired

physicsgraph
7pts0
graphthinking.blogspot.com 1y ago

Founder Mode and Dunbar's Number

physicsgraph
1pts0
graphthinking.blogspot.com 2y ago

Augmenting a containerized large language model with text files for context

physicsgraph
1pts0
graphthinking.blogspot.com 2y ago

Small offline large language model – TinyChatEngine from MIT

physicsgraph
117pts24
graphthinking.blogspot.com 2y ago

Matrixed organizations: best practices and risks for team members

physicsgraph
1pts0
graphthinking.blogspot.com 3y ago

“I want to continue to learn” as an aspirational statement

physicsgraph
2pts1
votevote.page 3y ago

VoteVote: Different the Outcome of an Election Can Be

physicsgraph
1pts0
graphthinking.blogspot.com 3y ago

Coming up to speed: how to learn a new domain

physicsgraph
2pts0
ncase.me 3y ago

Nutshell is a tool to make expandable explanations

physicsgraph
4pts1
journals.biologists.com 4y ago

The importance of stupidity in scientific research

physicsgraph
92pts61
graphthinking.blogspot.com 4y ago

Bureaucratic processes typically involve a person new to the process

physicsgraph
74pts42
lunchclub.com 4y ago

Lunchclub: Networking for Nerds

physicsgraph
1pts0
graphthinking.blogspot.com 4y ago

How to facilitate challenging brainstorming situations

physicsgraph
1pts0
scirate.com 4y ago

SciRate: An open source website to browse, save, and comment ArXiv articles

physicsgraph
93pts17
graphthinking.blogspot.com 4y ago

Structuring email content for professional communication

physicsgraph
1pts0
graphthinking.blogspot.com 4y ago

Why is everything so hard in a large organization?

physicsgraph
492pts292
graphthinking.blogspot.com 5y ago

Finding the most recurring topics on Hacker News

physicsgraph
2pts0
news.ycombinator.com 5y ago

Ask HN: What is your experience with non-fiction book clubs at work?

physicsgraph
3pts2
graphthinking.blogspot.com 5y ago

What leverage does a team lead have in interactions with team members?

physicsgraph
1pts0
graphthinking.blogspot.com 5y ago

Screening for Metacognition in Job Applicants

physicsgraph
4pts0
graphthinking.blogspot.com 5y ago

Questions each team member should be able to answer

physicsgraph
2pts0
graphthinking.blogspot.com 5y ago

Dynamics of cohorts and team and when to use each

physicsgraph
1pts0
graphthinking.blogspot.com 5y ago

Read each email to determine the purpose

physicsgraph
2pts0
graphthinking.blogspot.com 5y ago

A routine for knowledge discovery within a research group

physicsgraph
2pts0
graphthinking.blogspot.com 5y ago

A routine for knowledge discovery within a research group

physicsgraph
2pts0

Find something that other people would see as infeasible or inaccessible and work on that. You are in a position of privilege that can be used to advance well-being and knowledge.

Deciding whether to explore challenges solo versus as part of a team is a crucial differentiator.

The premise towards 1-on-1s that "regular 1-on-1 meetings often feel like a burden and overhead" indicates the value of 1-on-1s isn't clear to the author. The 1-on-1s are an opportunity for supervisors to learn about the long-term goals of their employees.

The author's content presents short-term oriented assessment more appropriate for team syncs.

I've collected questions to ask in 1-on-1s here [0].

[0] https://graphthinking.blogspot.com/2022/10/one-on-one-questi...

The training data used [0] is written using "leaps of logic" which provide context for how the solution was derived. There isn't sufficient detail in the training data to formally check each step using a Computer Algebra System [1]. Therefore, whether or not any output from the OpenAI software is actually correct is left as an exercise for the user. Answering "Was the hallucination correct?" involves manually checking each step.

This advancement is good, but it's limited by the precision of the training data.

[0] https://artofproblemsolving.com/wiki/index.php/2015_AIME_II_...

[1] https://en.wikipedia.org/wiki/Computer_algebra_system

Twitter Notes 4 years ago

I'm unable to find the specific company and website in my old emails, but I have seen an example on the web of what you're describing. The reader could select whether to expand or collapse sections (e.g., I want more detail on this subsection).

The web interface was similar to a medium blog post, but the amount of work for both the writer and the reader was more than I think most folks are willing to invest.

The claim that "You are line if your role makes up the largest fraction of the org chart" has a counter example: the number of pilots in the Air Force is relatively small compared to the number of non-pilot positions, yet the pilot is the only line role in the Air Force.

This is a survey of potential industrial use cases that spans a variety of domains. The article feels like a submarine [0].

It's hard for me to imagine getting from where most businesses are now (unable to share data internally among teams, limited investment in web dashboards that show live data) to a fancier "live data overlaid with physical systems." Is there that much value differentiation? I get the tech appeal, and it looks cool. I'm not clear the cost/benefit is there in general.

I do suspect AR will be adopted in two scenarios. In niche domains where cost/benefit is acceptable (where?). And the other scenario is "shiny buttons and blinky lights" pet projects.

[0] http://www.paulgraham.com/submarine.html

The advantage to smaller teams is nimbleness; the advantage to larger teams is robustness to perturbations. These are not mutually exclusive, but in practice a small (nimble) and robust team is challenging to build since the balance of personalities and skills requires intent and access to amazing hiring opportunities.

This article is a well-written deep dive on parallel performance debugging that ends up identifying the difference being due to how caching is handled on multi-CPU vs single-CPU systems. Thanks to the author for taking time to write up their troubleshooting process description.