What Would an Integrated Development Environment for Law look like? by Michael Jeffery

Integrated development environments (IDEs) have long been used by computer programmers as a way to improve efficiencies, reduce mistakes, and standardize outputs. In this essay, Michael Jeffery provides an overview of the ways an IDE could improve the practice of legal drafting.

by Michael Jeffery

As a lawyer specialising in corporate and commercial law, I have spent a large proportion of the last 15 years in Microsoft Word drafting contracts and other legal documents. Microsoft Word is undeniably a fantastic product and .DOCX files are likely to remain the default format for sharing and editing legal and business documents for the foreseeable future. However, when it comes to the initial drafting of legal documents in Microsoft Word, there are some inefficiencies that would ideally be addressed.

What are the Problems?

A lawyer’s workflow when drafting a new document will typically start with finding the closest existing document or template that meets the criteria for the particular task – usually from a centrally managed precedent database or document management system. The base document will inevitably need further tailoring, which is normally addressed through:

  • manually updating terminology to suit the specific requirements of the transaction;
  • copying and pasting text from other documents – which will often also require time modifying fonts and other style settings;
  • manually checking that the clauses used are the most up-to-date versions (including that they incorporate any updates required to comply with recent changes to law);
  • manually drafting custom clauses – which will inevitably result in incidental amendments to other sections of the document; and
  • finally, reviewing and re-reviewing the whole document multiple times to ensure that all legal issues have been addressed, that clauses are drafted in a clear, precise and unambiguous manner, that defined terms have been used consistently and that the document does not contain formatting or typographical errors.

Some of these inefficiencies can be partially addressed through better precedent management processes and the use of document automation systems. However, since Microsoft Word does not really have any built-in tools to assist with the typical legal drafting workflow process (other than spelling and grammar correction), there is a case to be made that:

  • Microsoft Word may not be the ideal application for lawyers that draft long and complicated legal documents; and
  • perhaps lawyers should be looking at the systems and processes used by software engineers as inspiration for the development of a better legal drafting tool.

I am certainly not the first person to have had these thoughts.undefined In fact, I think that any lawyer who dips their toe into the computer science world would have the same epiphany – that the way we currently draft legal documents is incredibly antiquated and there is room for serious improvement!

Similarities between Drafting and Coding

At the outset of this paper, I must emphasise that I am not a computer scientist or software engineer. My programming experience is mostly limited to learning sufficient Python to build automated contract packages and interviews on top of the open source Docassemble framework.undefined

But coming from a legal background, when learning to code, the striking similarities between drafting legal documents and writing code were immediately obvious. Both:

  • require significant attention to detail;
  • have language, syntax and form rules that need to be consistently applied; and
  • at a fundamental level, are just rules and conditional logic reduced to text.

Programmers normally use an application called an integrated development environment (IDE) to facilitate the authoring, compiling and debugging of code. Most of the popular IDEs (and even more basic code editors) provide tools for:

  • colour coded syntax highlighting – to assist with readability and to separate different types of commands, variables, words and symbols;
  • automatic error detection – based on the specific programming language being used;
  • predictive auto-complete features – providing suggestions as text is typed; and
  • the ability to seamlessly pull code from hosted repositories – allowing for code to be easily shared and ensuring that up-to-date versions are used.

These are all features that would seem to be equally applicable to the workflow that lawyers go through when drafting legal documents.

So, why don’t lawyers use an IDE? In my opinion, we probably should be.

If an IDE for legal drafting were to be developed, what would this potentially look like and what features could be incorporated into the IDE to improve legal drafting efficiency? The rest of this paper shares my views on this topic from a lawyer’s perspective.

File Format and Language

Microsoft Word is a WYSIWYG (what you see is what you get) editor. It allows the user to visualise their final document (in its printed form) while a document is being written or edited – which is useful and important for many use cases (including legal drafting). However, the inefficiencies associated with legal drafting in Microsoft Word stem from the fact that DOCX files are editable files – but they are not programmable files (or at least that is what the vast majority of lawyers think). If a change occurs in one section of a document that impacts on another section, in most cases the relevant change needs to be made manually (rather than being linked and controlled through code). Lawyers often find that they need to make the same types of incidental changes over and over again (meaning that many of the modifications being made are the result of legal or grammatical rules that could be broken down, codified and executed automatically in a format that allows both text and code).

The vast majority of lawyers are unaware that .DOCX files can be controlled through code (in the form of macros, conditional logic within mail merge fields and through code written in the Visual Basic programming language). However, for me personally, none of these methods have ever felt like a natural and logical part of the legal drafting process. This is primarily because the inputs and code are often inserted and displayed through different windows (or hidden fields), so it is difficult for the code, and the logic within the code, to be read and reviewed as part of, and in conjunction with, the legal text and the logic within the legal text.

Hybrid file formats (where code and natural language text are displayed together) do exist. In the scientific community, written reports (particularly those containing complex calculations) are often written and shared using a Jupyter Notebookundefined, RMarkdownundefined or Julia Markdownundefined. These are all interactive formats that allow for text to be written within a report (with basic formatting) and combined with code blocks (using the Python, R and Julia programming languages). The code blocks within a report can be executed and used to run calculations, pull data from other sources, display graphs and tables, and automatically update parts of the report. All of these formats could be used to hack together interactive legal documents (and an example is given later in this paper using Julia). However, these formats have been designed primarily for use in situations where the interactive component of the relevant document or report is a graph, plot or calculation. They can be used to control and update document text – but the method of doing so is quite syntactically complex and unnatural when compared to normal writing or legal drafting.

In the legal sector, there have been a few projects that have developed new programmable contract formats (such as OpenLawundefined and the Accord Projectundefined). The focus of these projects have been to develop interactive open source formats suitable for generating smart contracts for use on blockchain platforms. While traditional paper based contracts may not be considered as smart and innovative – interactive and programmable formats would be equally useful (if not more so) in the day-to-day drafting of traditional paper based contracts and legal documents.

Programmability

There is often debate about whether or not lawyers should learn to code. Finding lawyers who can code is rare, but I would argue that the programming skills required for interactive document design and drafting are very different than the skills required to develop software. For legal drafting (or legal programming) – the focus is linguistic – rather than mathematical – but the core concepts are the same.

Set out in the table below are the key programming concepts that could be taken into account when designing an IDE for legal programming and how they could be used to improve efficiency. The table also includes examples of how these programming concepts are already used by lawyers when preparing legal documents – albeit that these computations are currently done by lawyers in their heads.

Programming conceptApplication to legal drafting
VariablesDetails like party names, addresses, monetary figures and other defined terms are used throughout legal documents. The ability to change a variable once (with that update then automatically propagating across the rest of the document) is likely to save significant time and reduce the risk of human error in legal drafting. Most legal agreements contain a section with a dictionary of defined terms. If variables are defined within a document (through the code), this would also help to ensure that the relevant defined terms are used consistently throughout the drafting and that all defined terms are included within the document’s dictionary section.
Conditional logic (if-else statements)Conditional logic is a normal part of legal drafting. The lawyer will need to include different types of clauses to satisfy the particular transaction requirements (e.g. if a loan agreement is secured, then include the relevant security clauses). Conditionality also often applies in the context of grammatical changes in a document (e.g. if there are multiple vendors in a transaction, references to vendor, vendor is and vendor has may need to be updated to vendors, vendors are and vendors have). The ability to code these changes into a clause would greatly assist in the future re-usability of the relevant document (or parts of the document). In an ideal world, when a new clause needs to be drafted for a transaction, or further customisation is required for an existing clause, those changes would be inserted into the base document and controlled through conditional logic (rather than deleting the irrelevant clause options and losing that intellectual property). Over time, base documents would become more complex (but also more powerful and capable of dealing with a broader range of transaction requirements).
Lists and datasetsVariables used in legal documents are often related to other variables. For example, in a shareholders agreement, the key variables associated with a particular shareholder might include data such as the name of the shareholder, any company number associated with that shareholder, the registered address of that shareholder, the type of entity that the shareholder is, the type of signing block required for that shareholder, the number of shares that they hold, the type of shares that they hold and the number of directors that the shareholder is entitled to appoint to the board of the relevant company. When combined with for loops (see below), this would significantly increase the versatility (and again re-usability) of the documents once they have been drafted.
LoopsLoops allow for code to be run and repeated multiple times. A simple legal drafting example would be: for each party stored in a list or dataset, include a signing block for that party. If the entity type associated with that party is also stored in the dataset, the type of signing block required for each party could also be automatically updated programmatically. Loops and the ability to iterate over datasets are critical requirements for reusability of documents (as the number of parties, assets, steps or other things in legal documents regularly vary from one transaction to the next).
Importing libraries and functionsLibraries and functions allow code (stored in other files and repositories) to be re-used. Most programming languages (if not all of them) have simple commands to import libraries and then run functions stored in those libraries. The same approach could be used with legal drafting. Text for specific clauses could be stored in separate repositories and then simply called when needed with a simple command (or included within the relevant document using a single line of code). Boilerplate clauses, party information blocks and signing blocks are all examples of document sections that rarely get modified (so would be ideally suited to being coded and stored as a legal function and allow for object oriented legal programming). Currently, this process is usually done manually by lawyers cutting and pasting text from other documents.
Comment blocksMost programming languages include the ability to insert text comments to explain how sections of code work. A common method is to include a hash/pound sign (#) at the beginning of a line of code. Lines with a hash at the beginning are not processed by the interpreter or compiler and are ignored. In addition to using hash signs for comments, they can be used when writing code to experiment with different options. Rather than deleting a line of code (and loosing that work), the programmer may just put a hash at the beginning of a line so that it is temporarily ignored while another line of code is worked on and tested. Comments in legal documents (which are not then displayed in the output) would be similarly useful for lawyers sharing clauses and explaining factors that may need to be taken into account. But they would also be useful for quick and nasty updates to documents (when there are client time pressures). As mentioned above, in an ideal world, new and bespoke drafting would be added and controlled using conditional logic – but when there is insufficient time to do so, hash signs could be used to remove irrelevant clauses (without deleting them from the document and loosing that knowledge).

If a new legal IDE were to be developed, these programming concepts would ideally be provided for (whether through the IDE itself, or through the underlying file format or programming language that is used).

With a syntax designed for drafting and document generation, I believe that most lawyers who are experienced and skilled in drafting quality legal documents would find the process quite natural – as they already apply the core principles when manually drafting and updating documents in DOCX format.

Preview Windows

Each of the programming concepts above (with perhaps the exception of comment blocks) are used by good document automation platforms. Automation systems like Docassemble use specific syntax typed within a .DOCX template file. The result is a .DOCX file that will automatically update and change in form based on the variables and other data that is obtained from a user when completing an online interview. However, one of the most time consuming aspects associated with preparing a .DOCX formatted template for automation (whether using Docassemble or any other automation server system) is debugging the template file. Problems with code syntax or formatting issues within the output are generally only identified after a template has been uploaded to the server and the document generated. Documents then need to be updated and tested multiple times to identify the bugs (and this process becomes exponentially more complicated as document length and complexity increases).

Systems like RMarkdown using the RStudio IDEundefined (and most other Markdown editors) provide for a code window and a preview window to be displayed side-by-side (showing the formatted output as code is typed – or quickly after refreshing the preview window). If a new legal IDE were to be developed that used a programmable file format, a key requirement would be to have a preview window to display the output as it is being developed (and that could be refreshed quickly).

This would be particularly useful when testing conditional logic and loops within documents (as the output could be reviewed and checked as different drafting is tested). Since lawyers are accustomed to using WYSIWYG editors (such is Microsoft Word) this feature would probably make the transition process more natural and increase adoption rates for the new legal IDE.

Styling and Formatting

Styling and formatting in Microsoft Word is overly complicated and there are more features than are necessary – and as a consequence of lawyers hacking together documents by cutting and pasting from multiple sources, there are often multiple formats and styles within documents that need to be corrected (some of which are hidden and cause file corruption issues). However, simplified formats like Markdown are lacking in many of the areas that lawyers would want if they were to even consider switching from Microsoft Word.

In my opinion, the core styling and formatting requirements would be:


Style/formatting requirement
1.Automatic heading and clause/paragraph numbering (including multiple levels and sub-levels of numbering).
2.Fonts, font sizes and line spacing – These would need to be customisable as most firms and businesses have their own style guides and preferences.
3.Tables and text indenting – These often help to improve the readability of documents.
4.Clause cross-referencing – The ability to insert (and automatically update) cross-references is an important feature for many lawyers. Clauses could be drafted without the use of cross references (and arguably this may result in a clearer style of drafting). However, without cross references, many lawyers would need to substantially update the drafting of many of their existing documents – which could impact on the adoption rates of the new legal IDE.
5.Page numbers, page breaks and “keep with next” paragraph settings – Legal documents will still be printed, so these features are useful to ensure that documents print as intended.

The new legal IDE would ideally have these core style and formatting features, and would control the look and feel of those formats and styles using something similar to CSS (used to style websites) to ensure that those style and formatting rules are consistently applied.

Syntax Highlighting

Most IDEs for software development display code using customisable themes that apply colour coding to the text to make it easier to read and to assist with identifying different elements within the code (such as variables, reserved words used by the relevant programming language and symbols that have a specific purpose). The new legal IDE would also ideally have these features. However, in addition to specific colour coding in code blocks, the colour coding would also (ideally) be used to make normal text sections more readable (and assist with identifying typographical and grammatical errors).

Auto-Complete

Many IDEs provide intelligent code completion tools that speed up the coding process and reduce errors. Microsoft’s own Intellisense system used in the Visual Studio IDE is a good example. Intelligent code completion tools behave in a similar fashion to predictive text on mobile phones, but suggest things like variable names, permitted functions and methods and appropriate syntax through the use of pop-ups.

Context aware auto-completion tools would be equally useful when drafting legal documents. In an ideal world, the auto-complete for a legal IDE would provide for each of the following:

  • handling both coding related syntax suggestions and natural language and grammatical suggestions; and
  • the ability to use custom machine learning models – this could allow firms and legal departments to use their own clause libraries and precedent databases to train the system (encouraging the use of consistent language and similar drafting styles).

Export Formats

While much of this paper is advocating the benefits of file formats that allow the combination of text and code, in many instances it may not be appropriate for sharing all of the code and possible clause options with clients and counterparties.

For example, if the relevant legal document will be negotiated and the underlying base file (from which the relevant legal document was generated) contains other possible clauses or scenarios (and those clauses/scenarios are more advantageous to the other side), it would not be appropriate for the underlying code to be shared.

As a result, the new legal IDE would need to be able to export to other file formats (i.e. DOCX and PDF) for the negotiation and contract finalisation stages of the legal process.

Demonstration of Core Features Using Julia

The screenshot below shows a very simple clause from a shareholders agreement (in Microsoft Word format) which sets out the number of shares held by each shareholder.

While it is a simple clause, it is an example that incorporates most of the programming concepts listed above, and how they are applied in practice to legal drafting. The key variables include:

  • whether the contract is an agreement or a deed;
  • the names of each shareholder (and then related to each shareholder, the number of shares that they hold, shareholding percentages and whether or not they are held on trust); and
  • the total number of shares issued by the relevant company.

Using the Julia programming languageundefined, the Julia IDE (Juno)undefined, Julia Markdownundefined and the Weave.JL extensionundefined, it is possible to achieve many of these basic legal IDE requirements without any further development.

The sample clause could be generated using the code below:

​````julia; echo = false
# Refer to note 1
deed = "No"
if deed == "Yes"
  contract_type = "Deed"
else
  contract_type = "Agreement"
end
# Refer to note 2
company_shares_number = 50
# Refer to note 3
shareholder_details = (
  name = ["Shareholder A", "Shareholder B", "Shareholder C"],
  shares_held = [20,15,15],
  capacity = ["Legally only", "Legally and beneficially", "Legally only"]
  )
# Refer to note 4
function company_share_structure_clause()
  println("#### Structure of the Company")
  println("The parties acknowledge and agree that, as at the date of this ", contract_type, ", the Shares are held as follows:
  ")
  println("| Shareholder | Shares held | Percentage held | Capacity held |")
  println("| --- | --- | --- | --- |")
  x = 1
  for i in shareholder_details
    println("| ", shareholder_details.name[x]," | ", shareholder_details.shares_held[x], " | ", 100*(shareholder_details.shares_held[x]/company_shares_number),"% | ", shareholder_details.capacity[x]," |")
    x = x + 1
  end
  println("| **Total** |", company_shares_number, "| 100% |   |")
end;
​```
`j company_share_structure_clause()`

Note 1: This section is an example of conditional logic. The shareholders agreement could either be an agreement or a deed. Depending on the answer to this yes/no question, all references in the shareholders agreement to contract_type will display as either Agreement or Deed. There is only one reference in this short clause. However, in a full shareholders agreement, there are likely to be hundreds of instances that would need to change depending on whether the shareholders agreement is signed as an agreement or a deed.

Note 2: The variable company_shares_number is defined to be equal to 50. The variable is displayed in the bottom row of the table and is also used to calculate the shareholding percentages for each shareholder.

Note 3: This section of code creates a matrix of the data required for each shareholder. In a full shareholders agreement, there would be many more attributes required to be captured in relation to each shareholder and each other party.

Note 4: This section creates a function called company_share_structure_clause. The function is then called outside the code block in the line containing j company_share_structure_clause(). Ordinarily, when using formats such as Julia Markdown, RMarkdown and Jupyter notebooks, you can write text freely in standard Markdown format. It is possible to include variables within Markdown text sections. However, it is not possible to include conditionality or loops within standard text blocks. This function uses code to generate the required text and table in Markdown format.

The screenshot below shows what this code looks like when loaded within the Juno IDE. The left-hand side contains the code (with syntax highlighting) and the right-hand side displays the preview of the generated clause.

If the content of the function were instead stored within a separate library – perhaps a file called clause_library.jl the code could be significantly shortened (as set out below) and the output would be the same:

````julia; echo = false
include("clause_library.jl");
deed = "No"
if deed == "Yes"
  contract_type = "Deed"
else
  contract_type = "Agreement"
end
company_shares_number = 50
shareholder_details = (
  name = ["Shareholder A", "Shareholder B", "Shareholder C"],
  shares_held = [20,15,15],
  capacity = ["Legally only", "Legally and beneficially", "Legally only"]
  );
```
`j company_share_structure_clause()`

In my mind, this structure makes a lot of sense. There is an instruction at the top that specifies which clause library to use, with further lines of code to define the key variables and datasets. Below the code block, the lawyer could then write custom clauses or call pre-coded clauses stored within the clause library. In the further screenshot below, some custom drafting in Markdown has also been added to illustrate this point.

Note: When typing in the text sections, Markdown uses the hashtags to signify different levels of headings (not comments).

I am not advocating Julia Markdown as being the answer. It has not been designed for this process and there are clear limitations that are likely to dissuade lawyers from changing from their normal processes in Microsoft Word (particularly, the very limited formatting options associated with Markdown). However, it does illustrate (at a conceptual level) how it would be possible to change the typical legal drafting process to a method that combines both natural language and code.

With an IDE specifically designed for legal drafting (and probably a new file format – or even a new programming language – specifically designed with legal drafting in mind), it seems likely that significant efficiencies could be generated.

Additional Goals and Considerations

If this project went further than the theoretical concept outlined in this paper, improving the speed and efficiency of legal drafting would be the primary goal and measure that would need to be assessed. Being such a radical change to the current legal drafting process, it seems highly likely that this goal would not be achieved during the early stages of use (as it would require a substantial amount of time to train lawyers to use the new system and develop coded clause libraries). However, there could also be a number of other possible knock-on effects that would need to be evaluated when considering whether or not the use of the new legal IDE improves efficiency (and is otherwise beneficial to the legal professional).

From my perspective, the other key areas to consider would be:

  • Sharing – Does the process encourage lawyers to start creating and sharing more open source contracts, clause banks and other content through platforms like Github, and does this raise or decrease the overall quality of legal work?
  • Standardised legal language – Does this alternative method of drafting increase the use of standard legal language developed by organisations like SALIundefined and reduce the negotiation and clause re-drafting that currently goes on between lawyers?
  • Machine learning and automation – If the chosen file format is primarily text and code (being a much cleaner and structured format than DOCX files), how much does this facilitate the use of other machine learning and automation systems within the law?
  • Error reduction – Does the legal IDE and new drafting process decrease error rates in documents (or increase error rates as a result of lawyers becoming less thorough in their review process)?
  • Smart Contracts – Can the relevant file format (and programming language) be used for drafting both traditional paper based contracts and smart contracts (reducing the number of new processes and systems that lawyers need to learn)?

Final thoughts

Law is an old and traditional profession – but unfortunately, so are many of the tools and processes that we currently use.

There are some really exciting projects in the legal tech space that are seeking to modernise aspects of the legal sector. However, with document generation being such a large part of the role that lawyers play, I believe that we need to go back to basics and design the tools and systems that we need to perform this fundamental task more efficiently.

https://creativecommons.org/licenses/by/4.0/

Representation – Term or Collateral Contract?

In Hospital Products Ltd v United States Surgical Corporation (1984) 156 CLR 41; 55 ALR 417 the majority agreed with the conclusion of the trial judge (and that of the Court of Appeal) that statements made by the distributors were promissory. Gibbs CJ disagreed but did note at 61-62:

“A representation made in the course of negotiations which result in a binding agreement may be a warranty — i.e., it may have binding contractual force — in one of two ways: it may become a term of the agreement itself, or it may be a separate collateral contract, the consideration for which is the promise to enter into the main agreement. In either case the question whether the representation creates a binding contractual obligation depends on the intention of the parties. In J. J. Savage & Sons Pty. Ltd. v. Blakney , at p. 442 and Ross v. Allis-Chalmers Australia Pty. Ltd. at pp. 565, 567, it was said that a statement will constitute a collateral warranty only if it was “promissory and not merely representational”, and it is equally true that a statement which is “merely representational” — i.e., which is not intended to be a binding promise — will not form part of the main contract. If the parties did not intend that there should be contractual liability in respect of the accuracy of the representation, it will not create contractual obligations. In the present case Mr. Blackman, who made his statements fraudulently, had, of course, no intention that they should amount to contractual undertakings, but he could not rely on his secret thoughts to escape liability, if his representations were reasonably considered by the persons to whom they were made as intended to be contractual promises, and if those persons intended to accept them as such. The intention of the parties is to be ascertained objectively; it “can only be deduced from the totality of the evidence”: Heilbut, Symons & Co. v. Buckleton , at p. 51. In other words, as Lord Denning said in Oscar Chess Ltd. v. Williams , at p. 328:
“The question whether a warranty was intended depends on the conduct of the parties, on their words and behaviour, rather than on their thoughts. If an intelligent bystander would reasonably infer that a warranty was intended, that will suffice.”

The intelligent bystander must however be in the situation of the parties, for “what must be ascertained is what is to be taken as the intention which reasonable persons would have had if placed in the situation of the parties”: Reardon Smith Line v. Hansen-Tangen , at p. 574.” [footnotes omitted]

Waiver

Commonwealth v Verwayen (1990) 170 CLR 394 at 406. At 406-407 Mason CJ said:

“According to its strict legal connotation, waiver is an intentional act done with knowledge whereby a person abandons a right by acting in a manner inconsistent with that right: Craine v Colonial Mutual Fire Insurance Co Ltd [(1920) 28 CLR 305, at p 326.]; Grundt v Great Boulder Pty Gold Mines Ltd [(1937) 59 CLR 641, at p 658.] However, the better view is that, apart from estoppel and new agreement, abandonment of a right occurs only where the person waiving the right is entitled to alternative rights inconsistent with one another, such as the right to insist on performance of a contract and the right to rescind for essential breach: see Kammins [[1971] AC, at p 883.] This category of waiver is an example of the doctrine of election.

Another category of waiver is one in which a person is prevented from asserting, in response to a claim against him, a particular defence or objection which would otherwise have been available. Here waiver is said to arise when the person agrees not to raise the particular defence or so conducts himself as to be estopped from raising it: see Kammins [[1971] AC, at p 883.].”

Progress on law PhD

Well friends it seems it was all over before it began. Don’t believe all the hype on the Postcard.



Then the following encouraging and supporting email hit the Inbox. A phone call would have been nice !


Consumer/barrister relationship clarified by ACCC and NSW Bar Association

7 August 2003

Consumers in New South Wales have the option of seeking to directly brief barristers when seeking legal representation, the Australian Competition and Consumer Commission and the NSW Bar Association have agreed.

“Such direct access may make a barrister’s service more affordable for more consumers”, ACCC Chairman, Mr Graeme Samuel said today. “Contrary to a misapprehension, the NSW Barristers Rules do not require that clients brief barristers through a solicitor.

“Under the NSW rules, barristers can accept ‘direct access briefs’ from clients without the need for the clients to engage a solicitor, if the barrister so chooses.

“The NSW Bar Association agrees that it could not take any disciplinary action against a barrister accepting a direct access brief simply for choosing to do so.

“The ACCC notes, however, that it is not a requirement of the rules that barristers must accept such briefs. Many barristers will make the individual choice to be briefed through a solicitor.

“The availability of choice for all parties is an important factor. The option to directly brief a barrister and the ability of the barrister to accept the brief provides choice to all parties. It is likely to result in more efficiency, competition and consumer benefits.

“This clarification of the rules enhances competition in the market for barristers’ services.

“It also provides the opportunity for reduced costs for consumers as it will not be necessary to employ two professionals for specialist advice or advocacy services. In some cases, briefing through a solicitor may cause duplication of work and increased costs”.

NSW Bar Association President, Mr Bret Walker SC, said it was important that barristers in NSW were under no misapprehension as to the requirements of the NSW Barristers’ Rules.

“There is nothing in the NSW Barristers’ Rules preventing them from accepting direct access briefs. It is a matter for their and prospective clients’ choice”.

The ACCC will continue to examine the rules of professional associations from a competition perspective as part of its role in achieving compliance with the Trade Practices Act 1974 and the State Competition Codes.

Release number: MR 164/03

Explaining complex things simply: Salient words from Silvanus P Thompson

‘Calculus Made Easy’ by Silvanus P Thompson, first published in 1910. Here’s the front cover…

CONSIDERING how many fools can calculate, it is surprising that it should be thought either a difficult or a tedious task for any other fool to learn how to master the same tricks. Some calculus-tricks are quite easy. Some are enormously difficult. The fools who write the text-books of advanced mathematics—and they are mostly clever fools—seldom take the trouble to show you how easy the easy calculations are. On the contrary, they seem to desire to impress you with their tremendous cleverness by going about it in the most difficult way. Being myself a remarkably stupid fellow, I have had to unteach myself the difficulties, and now beg to present to my fellow fools the parts that are not hard, Master these thoroughly, and the rest will follow. What one fool can do, another can.”

These ‘clever fools’ still exist today.

Educators of the world, remove the filter.

Remember  “What one fool can do, another can.”

CDPP Prosecution Policy

The Prosecution Policy of the Commonwealth underpins all of the decisions made by the CDPP throughout the prosecution process and promotes consistency in decision making. It is a public document and applies to all Commonwealth prosecutions.

The Prosecution Policy outlines the relevant factors and considerations which are taken into account when our prosecutors are exercising their discretion. The Policy also serves to inform the public and practitioners of the principles which guide the decisions made by the CDPP.

The Prosecution Policy provides a two-stage test that must be satisfied before a prosecution is commenced:

  • there must be sufficient evidence to prosecute the case; and
  • it must be evident from the facts of the case, and all the surrounding circumstances, that the prosecution would be in the public interest.

In determining whether there is sufficient evidence to prosecute a case the CDPP must be satisfied that there is prima facie evidence of the elements of the offence and a reasonable prospect of obtaining a conviction. The existence of a prima facie case is not sufficient.

In making this decision, our prosecutors must evaluate how strong the case is likely to be when presented in court. They must take into account matters such as the availability, competence and credibility of witnesses, their likely effect on the arbiter of fact, and the admissibility of any alleged confession or other evidence. The prosecutor should also have regard to any lines of defence open to the alleged offender and any other factors that could affect the likelihood or otherwise of a conviction.

The possibility that any evidence might be excluded by a court should be taken into account and, if that evidence is crucial to the case, this may substantially affect the decision whether or not to institute or proceed with a prosecution. Prosecutors need to look beneath the surface of the evidence in a matter, particularly in borderline cases.

Having been satisfied that there is sufficient evidence to justify the initiation or continuation of a prosecution, the prosecutor must then consider whether the public interest requires a prosecution to be pursued. In determining whether this is the case, prosecutors will consider all of the provable facts and all of the surrounding circumstances. The public interest factors to be considered will vary from case to case, but may include:

  • whether the offence is serious or trivial;
  • any mitigating or aggravating circumstances;
  • the youth, age, intelligence, physical health, mental health or special vulnerability of the alleged offender, witness or victim;
  • the alleged offender’s antecedents and background;
  • the passage of time since the alleged offence;
  • the availability and efficacy of any alternatives to prosecution;
  • the prevalence of the alleged offence and the need for general and personal deterrence;
  • the attitude of the victim;
  • the need to give effect to regulatory or punitive imperatives; and
  • the likely outcome in the event of a finding of guilt.
  • These are not the only factors, and other relevant factors are contained in the Prosecution Policy.

Generally, the more serious the alleged offence is, the more likely it will be that the public interest will require that a prosecution be pursued.

The decision to prosecute must be made impartially and must not be influenced by any inappropriate reference to race, religion, sex, national origin or political association. The decision to prosecute must not be influenced by any political advantage or disadvantage to the Government.

Over 155,000 cars with deadly Takata airbags still on the roads says ACCC

According to ACCC’s Product Safety Australia (31 July 2020 https://www.productsafety.gov.au/news/over-155000-cars-with-deadly-takata-airbags-still-on-the-roads) at least 155,000 vehicles containing potentially deadly Takata airbags are still on our roads and with less than six months before manufacturers are expected to complete their recall of these vehicles, the ACCC is urging consumers to check if their vehicles are affected and if so book them in for replacement.

According to the latest ACCC figures on the compulsory recall, about 180,000 airbags (4.4 per cent of all airbags subject to this recall) in more than 155,000 vehicles (5.1 per cent of affected vehicles) are yet to be replaced.

“These airbags are extremely dangerous and have the potential to misdeploy, sending sharp metal fragments into the vehicle cabin at high speed, with the potential to kill or seriously injure the occupants,” ACCC Deputy Chair Delia Rickard said.

“It is essential that you do not ignore or delay responding to notices about the recalls from your manufacturer. If your vehicle is under active recall, please act now to arrange for a free replacement.”

More than 6,000 of those vehicles are so dangerous that they should not be driven at all. These vehicles contain the highest risk ‘critical’ airbags, and states and territories will be de-registering them to take them off our roads. Some states and territories are also preventing re-registration of unregistered vehicles unless there is evidence that the affected airbag has been replaced.

“If your vehicle contains a ‘critical’ airbag, you should stop driving it immediately and contact the manufacturer to arrange for it to be towed or a technician to be sent to you so the airbag can be replaced,” Ms Rickard said.

Consumers who imported a vehicle directly into Australia from overseas are urged to contact the vehicle manufacturer’s Australian office to see if it is affected by the recall, and those who imported a vehicle using a business in Australia should check this with the business, and arrange airbag replacements if needed.

In the past three months, more than 40,000 vehicles have had their airbags replaced despite the pandemic, and a further 2,250 vehicles have been identified as no longer on the road. On average, more than 3,100 airbags have been replaced each day since the compulsory recall began in March 2018.

“There are only six months left for manufacturers to meet their replacement obligations, and while the compulsory recall is progressing well, it is important to get these remaining deadly airbags off our roads,” Ms Rickard said.

“Checking ismyairbagsafe.com.au to see if your vehicle is affected, and getting the airbag replaced if it is, is an essential step to preventing more deaths and injuries.”

Takata fast facts
As at 30 June 2020:

In total about 3.66 million airbag inflators (89.2%) have now been rectified in about 2.68 million vehicles (87.8%).
This leaves 180,869 airbag inflators (4.4%) in 155,351 vehicles (5.1%) remaining for replacement.
An additional 262,725 airbags (6.4%) in 218,393 vehicles (7.1%) were reported by suppliers as unrepairable (written off, unregistered for more than two years, exported, scrapped, stolen, or modified and unable to have the airbag replaced).
There are 1,334 vehicles with critical-alpha airbags and 4,718 vehicles with critical non-alpha airbags outstanding for replacement.
Vehicles with critical airbags should not be driven, and drivers are entitled to have their vehicles towed to the dealership to have the airbag replaced for free.
Notes to editors
The Takata airbag recall is the world’s largest automotive recall, affecting an estimated 100 million vehicles globally.
It is the most significant compulsory recall in Australia’s history, with over four million affected Takata airbag inflators and involving more than three million vehicle recalls.
Takata airbags affected by the compulsory recall use a chemical called phase-stabilised ammonium nitrate (PSAN). The ACCC’s investigation concluded that certain types of Takata PSAN airbags have a design defect. The defect may cause the airbag to deploy with too much explosive force so that sharp metal fragments shoot out and hit vehicle occupants, potentially injuring or killing them.
In addition to the compulsory recall of vehicles fitted with Takata PSAN airbags, eight vehicle manufacturers have also issued voluntary recalls for some vehicles manufactured between 1996 and 2000, which may have been fitted with a different type of faulty Takata airbag, being a NADI airbag. The Department of Infrastructure, Transport, Regional Development and Communications monitors the NADI voluntary recalls.

Principles surrounding the construction of commercial contracts

The principles surrounding the construction of commercial contracts are well established.

In Electricity Generation Corporation v Woodside Energy Ltd (2014) 251 CLR 640; [2014] HCA 7 at [35] the plurality (French CJ, Hayne, Crennan and Kiefel JJ) stated,

“The meaning of the terms of a commercial contract is to be determined by what a reasonable businessperson would have understood those terms to mean”.

The Court stated that

“it will require consideration of the language used by the parties, the surrounding circumstances known to them and the commercial purpose or objects to be secured by the contract”

You can also see further in Mount Bruce Mining Pty Ltd v Wright Prospecting Pty Ltd (2015) 256 CLR 104; [2015] HCA 37 at [46]-[49]Simic v NSW Land and Housing Corporation (2016) 260 CLR 85; [2016] HCA 47 at [78]Ecosse Property Holdings Pty Ltd v Gee Dee Nominees Pty Ltd (2017) 261 CLR 544; [2017] HCA 12 at [16]Victoria v Tatts Group Limited (2016) 90 ALJR 392; [2016] HCA 5 at [51].

As was pointed out by Gleeson CJ in McCann v Switzerland Insurance Australia Ltd (2000) 203 CLR 579; [2000] HCA 65 at [22], commercial contracts should be given a businesslike interpretation and that requires attention to the language used by the parties, the commercial circumstances which the document addresses and the objects which it is intended to secure.

Source: [229] Macquarie International Health Clinic Pty Ltd v Sydney Local Health District [2020] NSWCA 161 per Bathurst CJ

Docassemble – what a find!

I must confess. I have been looking for a bit of kit like Docassemble for a couple of months now. Lets have a quick looks at what it is.

What is Docassemble?

docassemble is a free, open-source expert system for guided interviews and document assembly. It provides a web site that conducts interviews with users. Based on the information gathered, the interviews can present users with documents in PDFRTF, or DOCX format, which users can download or e-mail.

Though the name emphasizes the document assembly feature, docassemble interviews do not need to assemble a document; they might submit an application, direct the user to other resources on the internet, store user input, interact with APIs, or simply provide the user with information.

docassemble was created by a lawyer/computer programmer for purposes of automating the practice of law, but it is a general-purpose platform that can find applications in a variety of fields.

Coding

If you are considering automating your precedents and also interesting in learning how to code then you cant go past this bit of open source software.