Example of a good patent in Software Development The 2019 Stack Overflow Developer Survey Results Are InOpen Source Software and Legal Responsibility for Software ContentPublish a paper on ligation support analyticsMIT License for patented softwareQ about consequences of a software license amendment regarding patents: Facebook's open-source “react”Validity of patent on Merkle TreesWhat Intellectual Property rights apply to the output of a machine learning algorithm?If mathematical equations are not patentable, why are algorithms patentable?Patent Claims: software vs machine taxonomy classificationIf I don't patent my invention, how closely can a competitor copy my product?Assignment of Inventions in Employment Contract for Software Development

Right tool to dig six foot holes?

What is the closest word meaning "respect for time / mindful"

Is an up-to-date browser secure on an out-of-date OS?

Why isn't airport relocation done gradually?

What is the motivation for a law requiring 2 parties to consent for recording a conversation

Why do UK politicians seemingly ignore opinion polls on Brexit?

What could be the right powersource for 15 seconds lifespan disposable giant chainsaw?

What does ひと匙 mean in this manga and has it been used colloquially?

Loose spokes after only a few rides

How are circuits which use complex ICs normally simulated?

Return to UK after being refused entry years previously

Am I thawing this London Broil safely?

What do hard-Brexiteers want with respect to the Irish border?

Did 3000BC Egyptians use meteoric iron weapons?

Did Scotland spend $250,000 for the slogan "Welcome to Scotland"?

Delete all lines which don't have n characters before delimiter

FPGA - DIY Programming

What tool would a Roman-age civilization have for the breaking of silver and other metals into dust?

Protecting Dualbooting Windows from dangerous code (like rm -rf)

What does Linus Torvalds mean when he says that Git "never ever" tracks a file?

Falsification in Math vs Science

Can a rogue use sneak attack with weapons that have the thrown property even if they are not thrown?

Did Section 31 appear in Star Trek: The Next Generation?

If I score a critical hit on an 18 or higher, what are my chances of getting a critical hit if I roll 3d20?



Example of a good patent in Software Development



The 2019 Stack Overflow Developer Survey Results Are InOpen Source Software and Legal Responsibility for Software ContentPublish a paper on ligation support analyticsMIT License for patented softwareQ about consequences of a software license amendment regarding patents: Facebook's open-source “react”Validity of patent on Merkle TreesWhat Intellectual Property rights apply to the output of a machine learning algorithm?If mathematical equations are not patentable, why are algorithms patentable?Patent Claims: software vs machine taxonomy classificationIf I don't patent my invention, how closely can a competitor copy my product?Assignment of Inventions in Employment Contract for Software Development










0















Wondering what an example of a "good" patent is in Software Development. Basically wondering:



  1. How long the good ones typically are (a range of sizes).

  2. How much scope one patent contains, or if they should be broken into smaller parts somehow.

  3. How much depth it should go into.

For (3), I can imagine including unit tests or other actual snippets of code to clarify some aspects. Or perhaps it should be more like a research paper with a few diagrams and some initial experiments, and maybe some interfaces defined in code, maybe some algorithms need to be defined too, etc.



For (2), if your patent was "the internet" or "the first database" or "the first computer", those are broad topics, as opposed to "a specific algorithm for sorting". In the case of the former, I'm wondering if there are any examples to take a look at where one "invention" was divided across multiple patents, to get a sense of how the limited the scope in each of them. Google cars might be a good example, where they have the whole car hardware part, the whole machine learning part, the whole camera part, etc. The machine learning part could be broken down into machine learning part A, and ML part B, part C, etc. Those could be broken down to specific algorithms, one patent for each. But that seems like too much, it could be in the thousands of patents in that case. Basically wondering at a high level how scope is managed.



For (1), if there is a general length to the good ones. If they are typically longer or shorter, or if it doesn't matter and instead depends on the depth or something else.



Generally wondering about these 3 things.



In looking through some initial patents on "Software Web Application Google Patent"



  • Automated testing of web-based applications

  • System for determining web application vulnerabilities

  • Method for server-side logging of client browser state through markup language

  • Method and system of retrieving Ajax web page content

  • LZW data compression algorithm

At first glance it seems that 5-10 pages is around what these software patents are about, with heavy citations and not that much depth. Even complex "topics" like satelite stuff is roughly the same too. I would have expected significantly more depth, but maybe this is all it takes.



By "good" I mean that it will hold up under scrutiny, reads well, and is something to model after.



Other things I found helpful:



  • https://www.upcounsel.com/software-patent-examples

  • https://en.wikipedia.org/wiki/List_of_software_patents









share|improve this question









New contributor




Lokasa Mapati is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • I'm voting to close this question as off-topic because it belongs on patents.stackexchange.com

    – BlueDogRanch
    1 min ago















0















Wondering what an example of a "good" patent is in Software Development. Basically wondering:



  1. How long the good ones typically are (a range of sizes).

  2. How much scope one patent contains, or if they should be broken into smaller parts somehow.

  3. How much depth it should go into.

For (3), I can imagine including unit tests or other actual snippets of code to clarify some aspects. Or perhaps it should be more like a research paper with a few diagrams and some initial experiments, and maybe some interfaces defined in code, maybe some algorithms need to be defined too, etc.



For (2), if your patent was "the internet" or "the first database" or "the first computer", those are broad topics, as opposed to "a specific algorithm for sorting". In the case of the former, I'm wondering if there are any examples to take a look at where one "invention" was divided across multiple patents, to get a sense of how the limited the scope in each of them. Google cars might be a good example, where they have the whole car hardware part, the whole machine learning part, the whole camera part, etc. The machine learning part could be broken down into machine learning part A, and ML part B, part C, etc. Those could be broken down to specific algorithms, one patent for each. But that seems like too much, it could be in the thousands of patents in that case. Basically wondering at a high level how scope is managed.



For (1), if there is a general length to the good ones. If they are typically longer or shorter, or if it doesn't matter and instead depends on the depth or something else.



Generally wondering about these 3 things.



In looking through some initial patents on "Software Web Application Google Patent"



  • Automated testing of web-based applications

  • System for determining web application vulnerabilities

  • Method for server-side logging of client browser state through markup language

  • Method and system of retrieving Ajax web page content

  • LZW data compression algorithm

At first glance it seems that 5-10 pages is around what these software patents are about, with heavy citations and not that much depth. Even complex "topics" like satelite stuff is roughly the same too. I would have expected significantly more depth, but maybe this is all it takes.



By "good" I mean that it will hold up under scrutiny, reads well, and is something to model after.



Other things I found helpful:



  • https://www.upcounsel.com/software-patent-examples

  • https://en.wikipedia.org/wiki/List_of_software_patents









share|improve this question









New contributor




Lokasa Mapati is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • I'm voting to close this question as off-topic because it belongs on patents.stackexchange.com

    – BlueDogRanch
    1 min ago













0












0








0








Wondering what an example of a "good" patent is in Software Development. Basically wondering:



  1. How long the good ones typically are (a range of sizes).

  2. How much scope one patent contains, or if they should be broken into smaller parts somehow.

  3. How much depth it should go into.

For (3), I can imagine including unit tests or other actual snippets of code to clarify some aspects. Or perhaps it should be more like a research paper with a few diagrams and some initial experiments, and maybe some interfaces defined in code, maybe some algorithms need to be defined too, etc.



For (2), if your patent was "the internet" or "the first database" or "the first computer", those are broad topics, as opposed to "a specific algorithm for sorting". In the case of the former, I'm wondering if there are any examples to take a look at where one "invention" was divided across multiple patents, to get a sense of how the limited the scope in each of them. Google cars might be a good example, where they have the whole car hardware part, the whole machine learning part, the whole camera part, etc. The machine learning part could be broken down into machine learning part A, and ML part B, part C, etc. Those could be broken down to specific algorithms, one patent for each. But that seems like too much, it could be in the thousands of patents in that case. Basically wondering at a high level how scope is managed.



For (1), if there is a general length to the good ones. If they are typically longer or shorter, or if it doesn't matter and instead depends on the depth or something else.



Generally wondering about these 3 things.



In looking through some initial patents on "Software Web Application Google Patent"



  • Automated testing of web-based applications

  • System for determining web application vulnerabilities

  • Method for server-side logging of client browser state through markup language

  • Method and system of retrieving Ajax web page content

  • LZW data compression algorithm

At first glance it seems that 5-10 pages is around what these software patents are about, with heavy citations and not that much depth. Even complex "topics" like satelite stuff is roughly the same too. I would have expected significantly more depth, but maybe this is all it takes.



By "good" I mean that it will hold up under scrutiny, reads well, and is something to model after.



Other things I found helpful:



  • https://www.upcounsel.com/software-patent-examples

  • https://en.wikipedia.org/wiki/List_of_software_patents









share|improve this question









New contributor




Lokasa Mapati is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












Wondering what an example of a "good" patent is in Software Development. Basically wondering:



  1. How long the good ones typically are (a range of sizes).

  2. How much scope one patent contains, or if they should be broken into smaller parts somehow.

  3. How much depth it should go into.

For (3), I can imagine including unit tests or other actual snippets of code to clarify some aspects. Or perhaps it should be more like a research paper with a few diagrams and some initial experiments, and maybe some interfaces defined in code, maybe some algorithms need to be defined too, etc.



For (2), if your patent was "the internet" or "the first database" or "the first computer", those are broad topics, as opposed to "a specific algorithm for sorting". In the case of the former, I'm wondering if there are any examples to take a look at where one "invention" was divided across multiple patents, to get a sense of how the limited the scope in each of them. Google cars might be a good example, where they have the whole car hardware part, the whole machine learning part, the whole camera part, etc. The machine learning part could be broken down into machine learning part A, and ML part B, part C, etc. Those could be broken down to specific algorithms, one patent for each. But that seems like too much, it could be in the thousands of patents in that case. Basically wondering at a high level how scope is managed.



For (1), if there is a general length to the good ones. If they are typically longer or shorter, or if it doesn't matter and instead depends on the depth or something else.



Generally wondering about these 3 things.



In looking through some initial patents on "Software Web Application Google Patent"



  • Automated testing of web-based applications

  • System for determining web application vulnerabilities

  • Method for server-side logging of client browser state through markup language

  • Method and system of retrieving Ajax web page content

  • LZW data compression algorithm

At first glance it seems that 5-10 pages is around what these software patents are about, with heavy citations and not that much depth. Even complex "topics" like satelite stuff is roughly the same too. I would have expected significantly more depth, but maybe this is all it takes.



By "good" I mean that it will hold up under scrutiny, reads well, and is something to model after.



Other things I found helpful:



  • https://www.upcounsel.com/software-patent-examples

  • https://en.wikipedia.org/wiki/List_of_software_patents






intellectual-property software patents






share|improve this question









New contributor




Lokasa Mapati is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Lokasa Mapati is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 6 mins ago







Lokasa Mapati













New contributor




Lokasa Mapati is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 14 mins ago









Lokasa MapatiLokasa Mapati

12




12




New contributor




Lokasa Mapati is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Lokasa Mapati is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Lokasa Mapati is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • I'm voting to close this question as off-topic because it belongs on patents.stackexchange.com

    – BlueDogRanch
    1 min ago

















  • I'm voting to close this question as off-topic because it belongs on patents.stackexchange.com

    – BlueDogRanch
    1 min ago
















I'm voting to close this question as off-topic because it belongs on patents.stackexchange.com

– BlueDogRanch
1 min ago





I'm voting to close this question as off-topic because it belongs on patents.stackexchange.com

– BlueDogRanch
1 min ago










0






active

oldest

votes












Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "617"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);






Lokasa Mapati is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2flaw.stackexchange.com%2fquestions%2f39003%2fexample-of-a-good-patent-in-software-development%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








Lokasa Mapati is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















Lokasa Mapati is a new contributor. Be nice, and check out our Code of Conduct.












Lokasa Mapati is a new contributor. Be nice, and check out our Code of Conduct.











Lokasa Mapati is a new contributor. Be nice, and check out our Code of Conduct.














Thanks for contributing an answer to Law Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2flaw.stackexchange.com%2fquestions%2f39003%2fexample-of-a-good-patent-in-software-development%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Are there any AGPL-style licences that require source code modifications to be public? Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Force derivative works to be publicAre there any GPL like licenses for Apple App Store?Do you violate the GPL if you provide source code that cannot be compiled?GPL - is it distribution to use libraries in an appliance loaned to customers?Distributing App for free which uses GPL'ed codeModifications of server software under GPL, with web/CLI interfaceDoes using an AGPLv3-licensed library prevent me from dual-licensing my own source code?Can I publish only select code under GPLv3 from a private project?Is there published precedent regarding the scope of covered work that uses AGPL software?If MIT licensed code links to GPL licensed code what should be the license of the resulting binary program?If I use a public API endpoint that has its source code licensed under AGPL in my app, do I need to disclose my source?

2013 GY136 Descoberta | Órbita | Referências Menu de navegação«List Of Centaurs and Scattered-Disk Objects»«List of Known Trans-Neptunian Objects»

Button changing it's text & action. Good or terrible? The 2019 Stack Overflow Developer Survey Results Are Inchanging text on user mouseoverShould certain functions be “hard to find” for powerusers to discover?Custom liking function - do I need user login?Using different checkbox style for different checkbox behaviorBest Practices: Save and Exit in Software UIInteraction with remote validated formMore efficient UI to progress the user through a complicated process?Designing a popup notice for a gameShould bulk-editing functions be hidden until a table row is selected, or is there a better solution?Is it bad practice to disable (replace) the context menu?