Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
w01fe
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
w01fe
4mo ago
This is incorrect. In the process of producing each token, activations are produced at each layer which are made available to future token production processes via the attention mechanism. The overall depth of computations that use this l
2.
▲
by
w01fe
4y ago
I think this ignores the fact that an agent can be meaningfully embodied in the internet, using APIs for sensors and actuators. OpenAI's training of large language models with reinforcement learning, recent retrieval augmented models
3.
▲
Designing a Framework for Conversational Interfaces with PL Plus Constraints
(microsoft.com)
1 points
by
w01fe
5y ago
|
0 comments
4.
▲
by
w01fe
5y ago
Microsoft (Semantic Machines) | Senior Software Engineer | Berkeley, CA or Boston, MA or Redmond, WA or fully REMOTE | Full Time The Semantic Machines group is bringing next-generation natural language processing (NLP) technologies to produ
5.
▲
by
w01fe
5y ago
We put a lot of work into this post to explain some of the deeper problems we are trying to address in our conversational AI framework: https://www.microsoft.com/en-us/research/group/msai/articles...
6.
▲
by
w01fe
8y ago
At Semantic Machines [0] we rely heavily on probabilistic programming to build state-of-the-art dialogue systems. In particular, we use a library called PNP (probabilistic neural programming) on top of Dynet to allow us to express structur
7.
▲
Microsoft spells out its plans for Semantic Machines
(venturebeat.com)
1 points
by
w01fe
8y ago
|
0 comments
8.
▲
by
w01fe
11y ago
Configurability was a major design goal. Check out the test for examples of how to insert your own leaf generators or wrappers: https://github.com/Prismatic/schema/blob/master/test/clj/sch...
9.
▲
by
w01fe
11y ago
Author here, would love to hear feedback, and more than happy to answer questions
10.
▲
Schema graduates from alpha with support for Clojure test data generation
(blog.getprismatic.com)
15 points
by
w01fe
11y ago
|
3 comments
11.
▲
Prismatic Pivots to B2B, Packaging Its Content Interest Graph into APIs
(techcrunch.com)
2 points
by
w01fe
11y ago
|
1 comments
12.
▲
Interest Graph Topic Feeds API
(blog.getprismatic.com)
1 points
by
w01fe
11y ago
|
0 comments
13.
▲
by
w01fe
12y ago
Author here, would love feedback on this, and also happy to answer any questions.
14.
▲
Migrations and Future Proofing
(github.com)
74 points
by
w01fe
12y ago
|
12 comments
15.
▲
by
w01fe
12y ago
Yep, that sounds about right. For us, API communication and some global events flow through channels into the app state, where it's distributed to components. For routing we've built up a library around secretary, where we write
16.
▲
by
w01fe
12y ago
We're still figuring out exactly where the boundary lies, but our current approach is much like yours -- view state that's purely local to a component goes in local state, and everything else goes in app state. This feels more na
17.
▲
by
w01fe
12y ago
No, you are still free to organize your application state however you wish. For example, our app dynamically pulls in content as you browse from feed to feed and use infinite scroll. It's up to you to decide what to fetch when, and w
18.
▲
by
w01fe
12y ago
Engineer @ Prismatic here. I'm happy to answer any questions about the post or our experiences with the rewrite.
19.
▲
by
w01fe
12y ago
Also perhaps interesting for comparison, a Clojure library called Vertigo that emulates C structs with high performance on top of byte buffers: https://github.com/ztellman/vertigo
20.
▲
by
w01fe
13y ago
I'm really excited about this library -- thanks Leon and Climate for releasing it!
21.
▲
by
w01fe
13y ago
Author here, interested in your comments and happy to answer any questions.
22.
▲
Schema 0.2.0: back with Clojure(Script) data coercion
(blog.getprismatic.com)
34 points
by
w01fe
13y ago
|
6 comments
23.
▲
Buy Automatic with Bitcoin
(blog.automatic.com)
16 points
by
w01fe
13y ago
|
1 comments
24.
▲
by
w01fe
13y ago
Author here; happy to answer any questions. Feedback and suggestions for improvement are very welcome as well.
25.
▲
"Objects" in Clojure: design choices for data and (polymorphic) operations
(github.com)
2 points
by
w01fe
13y ago
|
1 comments
26.
▲
by
w01fe
13y ago
I'd have to think about that a bit -- I'm hesitant to create names not provided by the user, but maybe there is another way. Quite honestly that part of things (turning validation on and off, etc) isn't really done yet -- we
27.
▲
by
w01fe
13y ago
Sure, we're happy to consider pull requests. Schemas are already optional -- you can have a s/defn with no, some, or full schematization. You can also put the schemas in the meta if you don't like the :- syntax. I'm no
28.
▲
by
w01fe
13y ago
I've been really pumped about core.typed since I first heard about it, and I'm excited about the possibilities of combining (or eventually replacing) schema with core.typed. I think core.typed has come a long way since last time I
29.
▲
by
w01fe
13y ago
Nope, I missed that in the example -- the enum should be in square brackets.
30.
▲
by
w01fe
13y ago
Sorry, that didn't come across the way I wanted -- it certainly wasn't meant as a dig on the expressiveness or power of core.typed, which is a project I'm really excited about. The main driver for Schema was to make annotatin
More ›